From 7bc596739677c483cd826d7a3ea5d6dd558c1cd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 13:43:17 +0000 Subject: [PATCH] Bump rollup from 3.20.0 to 3.29.5 Bumps [rollup](https://github.com/rollup/rollup) from 3.20.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.20.0...v3.29.5) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index f56cb6b77..69ccf7441 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "prettier": "2.8.5", "puppeteer": "22.12.1", "puppeteer-cluster": "0.24.0", - "rollup": "3.20.0", + "rollup": "3.29.5", "rollup-plugin-babel": "4.4.0", "rollup-plugin-copy-glob": "0.3.2", "rollup-plugin-postcss": "4.0.2", @@ -14792,9 +14792,9 @@ } }, "node_modules/rollup": { - "version": "3.20.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.20.0.tgz", - "integrity": "sha512-YsIfrk80NqUDrxrjWPXUa7PWvAfegZEXHuPsEZg58fGCdjL1I9C1i/NaG+L+27kxxwkrG/QEDEQc8s/ynXWWGQ==", + "version": "3.29.5", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.5.tgz", + "integrity": "sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==", "dev": true, "bin": { "rollup": "dist/bin/rollup" @@ -28139,9 +28139,9 @@ "dev": true }, "rollup": { - "version": "3.20.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.20.0.tgz", - "integrity": "sha512-YsIfrk80NqUDrxrjWPXUa7PWvAfegZEXHuPsEZg58fGCdjL1I9C1i/NaG+L+27kxxwkrG/QEDEQc8s/ynXWWGQ==", + "version": "3.29.5", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.5.tgz", + "integrity": "sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==", "dev": true, "requires": { "fsevents": "~2.3.2" diff --git a/package.json b/package.json index 6dd875577..5e620b7ed 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "prettier": "2.8.5", "puppeteer": "22.12.1", "puppeteer-cluster": "0.24.0", - "rollup": "3.20.0", + "rollup": "3.29.5", "rollup-plugin-babel": "4.4.0", "rollup-plugin-copy-glob": "0.3.2", "rollup-plugin-postcss": "4.0.2", diff --git a/yarn.lock b/yarn.lock index 42e5021f3..66527c239 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6055,10 +6055,10 @@ rollup-pluginutils@^2.5.0, rollup-pluginutils@^2.6.0, rollup-pluginutils@^2.8.1, dependencies: estree-walker "^0.6.1" -rollup@3.20.0: - version "3.20.0" - resolved "https://registry.npmjs.org/rollup/-/rollup-3.20.0.tgz" - integrity sha512-YsIfrk80NqUDrxrjWPXUa7PWvAfegZEXHuPsEZg58fGCdjL1I9C1i/NaG+L+27kxxwkrG/QEDEQc8s/ynXWWGQ== +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"