From 07ad842d92bad9191d40e72a273d7b47334b0a8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 12:14:16 +0000 Subject: [PATCH] Bump rollup from 3.29.4 to 4.9.4 in /providers Bumps [rollup](https://github.com/rollup/rollup) from 3.29.4 to 4.9.4. - [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.4) --- 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..02e2216 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.4", "rollup-plugin-minify-es": "^1.1.1", "rollup-plugin-istanbul": "^4.0.0", "rollup-plugin-cleanup": "^3.2.1",