From ad139e6dada3ec95092027eedd08b187981d91d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 21:59:17 +0000 Subject: [PATCH] chore(deps-dev): bump rollup in /plugins/example-action-plugin Bumps [rollup](https://github.com/rollup/rollup) from 2.40.0 to 2.80.0. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/v2.80.0/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v2.40.0...v2.80.0) --- updated-dependencies: - dependency-name: rollup dependency-version: 2.80.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- .../example-action-plugin/package-lock.json | 18 +++++++++--------- plugins/example-action-plugin/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/plugins/example-action-plugin/package-lock.json b/plugins/example-action-plugin/package-lock.json index e3ca48e3735..30445568398 100644 --- a/plugins/example-action-plugin/package-lock.json +++ b/plugins/example-action-plugin/package-lock.json @@ -41,7 +41,7 @@ "react": "^16.11.0", "replace-in-file": "^3.4.2", "rimraf": "^2.6.2", - "rollup": "^2.40.0", + "rollup": "^2.80.0", "rollup-plugin-cjs-es": "^1.0.1", "rollup-plugin-commonjs": "^9.1.8", "rollup-plugin-json": "^3.1.0", @@ -18032,9 +18032,9 @@ } }, "node_modules/rollup": { - "version": "2.40.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.40.0.tgz", - "integrity": "sha512-WiOGAPbXoHu+TOz6hyYUxIksOwsY/21TRWoO593jgYt8mvYafYqQl+axaA8y1z2HFazNUUrsMSjahV2A6/2R9A==", + "version": "2.80.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.80.0.tgz", + "integrity": "sha512-cIFJOD1DESzpjOBl763Kp1AH7UE/0fcdHe6rZXUdQ9c50uvgigvW97u3IcSeBwOkgqL/PXPBktBCh0KEu5L8XQ==", "dev": true, "bin": { "rollup": "dist/bin/rollup" @@ -18043,7 +18043,7 @@ "node": ">=10.0.0" }, "optionalDependencies": { - "fsevents": "~2.3.1" + "fsevents": "~2.3.2" } }, "node_modules/rollup-plugin-cjs-es": { @@ -35658,12 +35658,12 @@ } }, "rollup": { - "version": "2.40.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.40.0.tgz", - "integrity": "sha512-WiOGAPbXoHu+TOz6hyYUxIksOwsY/21TRWoO593jgYt8mvYafYqQl+axaA8y1z2HFazNUUrsMSjahV2A6/2R9A==", + "version": "2.80.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.80.0.tgz", + "integrity": "sha512-cIFJOD1DESzpjOBl763Kp1AH7UE/0fcdHe6rZXUdQ9c50uvgigvW97u3IcSeBwOkgqL/PXPBktBCh0KEu5L8XQ==", "dev": true, "requires": { - "fsevents": "~2.3.1" + "fsevents": "~2.3.2" }, "dependencies": { "fsevents": { diff --git a/plugins/example-action-plugin/package.json b/plugins/example-action-plugin/package.json index c090a1159e7..0c69ac040ca 100644 --- a/plugins/example-action-plugin/package.json +++ b/plugins/example-action-plugin/package.json @@ -100,7 +100,7 @@ "react": "^16.11.0", "replace-in-file": "^3.4.2", "rimraf": "^2.6.2", - "rollup": "^2.40.0", + "rollup": "^2.80.0", "rollup-plugin-cjs-es": "^1.0.1", "rollup-plugin-commonjs": "^9.1.8", "rollup-plugin-json": "^3.1.0",