From afeea3fa988c36c4c17a69315544874b11a809e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 11:36:22 +0000 Subject: [PATCH] npm(deps-dev): bump rollup from 3.29.4 to 4.0.2 Bumps [rollup](https://github.com/rollup/rollup) from 3.29.4 to 4.0.2. - [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.0.2) --- 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..874e925 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.0.2", "ts-jest": "^29.0.3", "typescript": "^5.0" }