From 270cdbd64b6a9a7e3a76f9f5d3ec77a993b18db4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 11:52:03 +0000 Subject: [PATCH] npm(deps-dev): bump rollup from 3.29.4 to 4.1.4 Bumps [rollup](https://github.com/rollup/rollup) from 3.29.4 to 4.1.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.1.4) --- 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..716b9cf 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.1.4", "ts-jest": "^29.0.3", "typescript": "^5.0" }