From 804ee5f8122c724f2bbb0fa3484667f06382c235 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 08:22:12 +0000 Subject: [PATCH] build(deps-dev): bump rollup Bumps the npm_and_yarn group with 1 update in the / directory: [rollup](https://github.com/rollup/rollup). Updates `rollup` from 1.32.1 to 4.22.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/v1.32.1...v4.22.5) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 76a93ca..e19f5e8 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "husky": "^4.0.2", "jest": "^24.0.0", "npm-run-all": "^4.1.3", - "rollup": "^1.19.3", + "rollup": "^4.22.5", "rollup-plugin-typescript2": "^0.25.0", "ts-jest": "25.2.0", "ts-node": "^8.0.3",