From de2fb52701f5bf0fbe44befe6f40d89acd3c5023 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 18:28:44 +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 2.78.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/v2.78.0...v3.29.5) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development 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 878bc618..3e9bc80c 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "esbuild": "0.17.19", "eslint": "9.x", "globals": "^15.3.0", - "rollup": "2.78.0", + "rollup": "3.29.5", "rollup-plugin-esbuild": "4.9.3", "simple-scaffold": "2.2.1", "typescript": "^5.0.0",