From a0c5e0d070ed672f2d0ea28e8ed0f891bee03266 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 01:05:55 +0000 Subject: [PATCH] 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 6a105b0..ccbe2ab 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "execa": "^5.0.0", "lerna": "^6.5.1", "next": "^14.0.3", - "rollup": "^2.61.0", + "rollup": "^3.29.5", "rollup-plugin-esbuild": "^4.7.2", "rollup-plugin-node-externals": "^3.0.1", "rollup-plugin-visualizer": "^5.5.2", diff --git a/yarn.lock b/yarn.lock index d169ab8..1486074 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11611,10 +11611,10 @@ rollup-plugin-visualizer@^5.5.2: source-map "^0.7.4" yargs "^17.5.1" -rollup@^2.61.0: - version "2.79.1" - resolved "https://registry.yarnpkg.com/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"