From b6bbf892a215f9cf09230e2883ef55599a65d18c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 13:00:44 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 3.15.0 to 3.29.5 Bumps [rollup](https://github.com/rollup/rollup) from 3.15.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/v3.15.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 1b3207c2..2463f1ac 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "process": "^0.11.10", "punycode": "^1.4.1", "querystring-es3": "^0.2.1", - "rollup": "3.15.0", + "rollup": "3.29.5", "rollup-plugin-commonjs": "10.1.0", "rollup-plugin-filesize": "9.1.2", "rollup-plugin-terser": "7.0.2", diff --git a/yarn.lock b/yarn.lock index afbe602e..aec12fa7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10001,10 +10001,10 @@ rollup-pluginutils@^2.8.1: dependencies: estree-walker "^0.6.1" -rollup@3.15.0: - version "3.15.0" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.15.0.tgz#6f4105e8c4b8145229657b74ad660b02fbfacc05" - integrity sha512-F9hrCAhnp5/zx/7HYmftvsNBkMfLfk/dXUh73hPSM2E3CRgap65orDNJbLetoiUFwSAk6iHPLvBrZ5iHYvzqsg== +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"