From 398b87afcb4fa680721c965edb051f527d41010b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 05:31:38 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 2.79.1 to 3.29.5 Bumps [rollup](https://github.com/rollup/rollup) from 2.79.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.79.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 54760128..c0fe8922 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "react-docgen-typescript": "2.1.0", "react-dom": "^18.3.1", "rimraf": "^3.0.2", - "rollup": "^2.50.5", + "rollup": "^3.29.5", "rollup-plugin-esbuild": "^4.2.3", "rollup-plugin-node-externals": "^2.2.0", "rollup-plugin-visualizer": "^5.5.0", diff --git a/yarn.lock b/yarn.lock index 160b494a..1b739852 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12698,10 +12698,10 @@ rollup-plugin-visualizer@^5.5.0: source-map "^0.7.4" yargs "^17.5.1" -rollup@^2.50.5: - version "2.79.1" - resolved "https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz#bedee8faef7c9f93a2647ac0108748f497f081c7" - integrity sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw== +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"