From 09741d0b432affcf6bb3694d420529ca734b5929 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 12:18:19 +0000 Subject: [PATCH] Bump rollup from 3.29.4 to 4.9.6 in /providers 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] --- providers/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/package.json b/providers/package.json index 1c9589e..6d65fdc 100644 --- a/providers/package.json +++ b/providers/package.json @@ -92,7 +92,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",