From 9f2aaec5f8f4daa1ae5637df7a60542ae8534b63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 19:58:48 +0000 Subject: [PATCH] Bump rollup from 2.79.2 to 4.24.3 Bumps [rollup](https://github.com/rollup/rollup) from 2.79.2 to 4.24.3. - [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.79.2...v4.24.3) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4d9d402..f507489 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "babel-jest": "^29.0.2", "jest": "^29.0.2", "prettier": "^3.3.3", - "rollup": "^2.79.0" + "rollup": "^4.24.3" }, "scripts": { "build": "rollup --config",