From 59748bc09ea38af24def5a04823f6d692d9c9a2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 08:25:46 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 2.53.2 to 3.29.5 Bumps [rollup](https://github.com/rollup/rollup) from 2.53.2 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.53.2...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 5ea58e2..b425f58 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@types/react-dom": "^16.9.8", "babel-core": "^6.26.3", "babel-runtime": "^6.26.0", - "rollup": "^2.25.0", + "rollup": "^3.29.5", "rollup-plugin-bundle-size": "^1.0.3", "rollup-plugin-cleanup": "^3.1.1", "rollup-plugin-sass": "^1.2.2", diff --git a/yarn.lock b/yarn.lock index 34594b1..27639bd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1471,10 +1471,10 @@ rollup-plugin-typescript2@^0.27.2: dependencies: estree-walker "^0.6.1" -rollup@^2.25.0: - version "2.53.2" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.53.2.tgz#3279f9bfba1fe446585560802e418c5fbcaefa51" - integrity sha512-1CtEYuS5CRCzFZ7SNW5528SlDlk4VDXIRGwbm/2POQxA/G4+7/crIqJwkmnj8Q/74hGx4oVlNvh4E1CJQ5hZ6w== +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"