From feb7696f6ad0f8d6df329f096585df5933da9763 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 18:54:03 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 3.29.4 to 3.29.5 Bumps [rollup](https://github.com/rollup/rollup) from 3.29.4 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.29.4...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 330d454..76d0da0 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "prettier-plugin-organize-imports": "^3.2.2", "react": "^18.2.0", "react-dom": "^18.2.0", - "rollup": "^3.20.2", + "rollup": "^3.29.5", "rollup-plugin-visualizer": "^5.9.0", "stylelint": "^15.10.1", "stylelint-config-standard": "^32.0.0", diff --git a/yarn.lock b/yarn.lock index 7869650..2e83199 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3242,10 +3242,10 @@ rollup-plugin-visualizer@^5.9.0: source-map "^0.7.4" yargs "^17.5.1" -rollup@^3.20.2, rollup@^3.27.1: - version "3.29.4" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.29.4.tgz#4d70c0f9834146df8705bfb69a9a19c9e1109981" - integrity sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw== +rollup@^3.27.1, 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"