From 012677831a17798252e44f86c351a5921d91ecda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 16:29:18 +0200 Subject: [PATCH] chore(deps-dev): bump rollup from 4.14.3 to 4.16.2 (#1715) Bumps [rollup](https://github.com/rollup/rollup) from 4.14.3 to 4.16.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/v4.14.3...v4.16.2) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index db776f21..e93ef21c 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "jasmine-core": "3.10.1", "prettier": "3.2.5", "rimraf": "5.0.5", - "rollup": "4.14.3", + "rollup": "4.16.2", "rollup-plugin-prettier": "4.1.1", "rollup-plugin-strip-banner": "3.1.0", "tmp": "0.2.3",