From 9f4dcabeb7bcd1c62f11349dcd2c752f9d559b8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 11:48:29 +0000 Subject: [PATCH] npm(deps-dev): bump rollup from 3.29.4 to 4.4.0 Bumps [rollup](https://github.com/rollup/rollup) from 3.29.4 to 4.4.0. - [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.4.0) --- 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 cc2be2f..0a2bd95 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "jest": "^29.3.1", "lint-staged": "^13.1.0", "prettier": "^2.8.1", - "rollup": "^3.7.0", + "rollup": "^4.4.0", "ts-jest": "^29.0.3", "typescript": "^5.0" }