From 96733eaafeeced51ae94a10eac209394a6d630ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 13:48:30 +0000 Subject: [PATCH] build(deps-dev): bump rollup from 2.71.1 to 3.29.5 Bumps [rollup](https://github.com/rollup/rollup) from 2.71.1 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.71.1...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 7ff74d41829..2a08a4a91de 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,7 @@ "react-mde": "^11.5.0", "react-test-renderer": "^16.11.0", "rimraf": "^3.0.0", - "rollup": "^2.37.1", + "rollup": "^3.29.5", "rollup-plugin-dts": "^2.0.0", "rollup-plugin-external-globals": "^0.6.1", "rollup-plugin-inject-process-env": "^1.3.1", diff --git a/yarn.lock b/yarn.lock index b55358905e1..43f6ce011f5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -18381,10 +18381,10 @@ rollup-pluginutils@^2.8.1, rollup-pluginutils@^2.8.2: dependencies: estree-walker "^0.6.1" -rollup@^2.37.1: - version "2.71.1" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.71.1.tgz#82b259af7733dfd1224a8171013aaaad02971a22" - integrity sha512-lMZk3XfUBGjrrZQpvPSoXcZSfKcJ2Bgn+Z0L1MoW2V8Wh7BVM+LOBJTPo16yul2MwL59cXedzW1ruq3rCjSRgw== +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"