From 431a905a79482350178ebf1c56e232ee82e1c3f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 03:38:57 +0000 Subject: [PATCH] build(deps-dev): update rollup requirement in the dev-deps group Updates the requirements on [rollup](https://github.com/rollup/rollup) to permit the latest version. Updates `rollup` to 4.43.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.42.0...v4.43.0) --- updated-dependencies: - dependency-name: rollup dependency-version: 4.43.0 dependency-type: direct:development dependency-group: dev-deps ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 141c8bd..e0d8ee4 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "conventional-changelog-conventionalcommits": "^9.0.0", "husky": "^9.1.7", "purgecss": "^7.0.2", - "rollup": "^4.42.0", + "rollup": "^4.43.0", "semantic-release": "^24.2.5", "stylelint": "^16.20.0", "stylelint-config-standard-scss": "^15.0.1"