From 96c86789e5b41b49fab68e3a91393c1c5f4dab36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 11:16:36 +0000 Subject: [PATCH] npm(deps-dev): bump rollup from 3.29.4 to 4.1.5 Bumps [rollup](https://github.com/rollup/rollup) from 3.29.4 to 4.1.5. - [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.5) --- 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..1b990de 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.5", "ts-jest": "^29.0.3", "typescript": "^5.0" }