From 5139b7c833d96907fd85de8872d152a409d7ee17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 08:14:10 +0000 Subject: [PATCH] Bump rollup in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [rollup](https://github.com/rollup/rollup). Updates `rollup` from 0.66.6 to 4.22.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/v0.66.6...v4.22.5) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 29d992e..891607d 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dependencies": { "lodash.camelcase": "^4.3.0", "plugin-error": "^1.0.1", - "rollup": "^0.66.0", + "rollup": "^4.22.5", "vinyl": "^2.1.0", "vinyl-sourcemaps-apply": "^0.2.1" },