From d5389717a44517be4cbe4f9abc8b651ee8b5135a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 07:53:47 +0000 Subject: [PATCH] build(deps-dev): update rollup requirement in the npm group Updates the requirements on [rollup](https://github.com/rollup/rollup) to permit the latest version. Updates `rollup` to 4.25.0 - [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.24.3...v4.25.0) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development dependency-group: npm ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2088a696a16..353bbbbdabf 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@rollup/plugin-terser": "^0.4.4", "husky": "^9.1.6", "rimraf": "^6.0.1", - "rollup": "^4.24.3", + "rollup": "^4.25.0", "rollup-plugin-license": "^3.5.3", "stylelint": "^16.10.0", "stylelint-config-standard-scss": "^13.1.0"