From 6405d80ee097d346f02c7ba8555a672c5ad16d93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 18:19:29 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 2.78.0 to 3.29.5 Bumps [rollup](https://github.com/rollup/rollup) from 2.78.0 to 3.29.5. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v2.78.0...v3.29.5) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 572e010..6521f47 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.3.0", "prettier": "^2.7.1", - "rollup": "^2.78.0", + "rollup": "^3.29.5", "rollup-plugin-node-externals": "^4.1.1", "rollup-plugin-typescript2": "^0.35.0" } diff --git a/yarn.lock b/yarn.lock index a9d8142..97d0525 100644 --- a/yarn.lock +++ b/yarn.lock @@ -586,10 +586,10 @@ rollup-plugin-typescript2@^0.35.0: semver "^7.3.7" tslib "^2.4.0" -rollup@^2.78.0: - version "2.78.0" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.78.0.tgz#00995deae70c0f712ea79ad904d5f6b033209d9e" - integrity sha512-4+YfbQC9QEVvKTanHhIAFVUFSRsezvQF8vFOJwtGfb9Bb+r014S+qryr9PSmw8x6sMnPkmFBGAvIFVQxvJxjtg== +rollup@^3.29.5: + version "3.29.5" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.29.5.tgz#8a2e477a758b520fb78daf04bca4c522c1da8a54" + integrity sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w== optionalDependencies: fsevents "~2.3.2"