From 27a6730b34f0bc87f4521e8a3cdace585f4b2df7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 12:34:57 +0000 Subject: [PATCH] Bump rollup from 3.29.4 to 4.9.6 in /dbg Bumps [rollup](https://github.com/rollup/rollup) from 3.29.4 to 4.9.6. - [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...v4.9.6) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dbg/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbg/package.json b/dbg/package.json index ad50c9c..0956d26 100644 --- a/dbg/package.json +++ b/dbg/package.json @@ -91,7 +91,7 @@ "mocha": "^10.0.0", "nyc": "^15.1.0", "puppeteer": "^19.0.0", - "rollup": "^3.8.1", + "rollup": "^4.9.6", "rollup-plugin-minify-es": "^1.1.1", "rollup-plugin-istanbul": "^4.0.0", "rollup-plugin-cleanup": "^3.2.1",