From 814b1dba4bb79c365caccf110e93f9fbb9c2c122 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 10:34:25 +0000 Subject: [PATCH] build(deps-dev): bump the dev-deps group with 2 updates Updates the requirements on [rollup](https://github.com/rollup/rollup) and [stylelint](https://github.com/stylelint/stylelint) to permit the latest version. Updates `rollup` to 4.34.9 - [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.34.8...v4.34.9) Updates `stylelint` to 16.15.0 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/16.14.1...16.15.0) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development dependency-group: dev-deps - dependency-name: stylelint dependency-type: direct:development dependency-group: dev-deps ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f0d2846..5db81da 100644 --- a/package.json +++ b/package.json @@ -44,9 +44,9 @@ "conventional-changelog-conventionalcommits": "^8.0.0", "husky": "^9.1.7", "purgecss": "^7.0.2", - "rollup": "^4.34.8", + "rollup": "^4.34.9", "semantic-release": "^24.2.3", - "stylelint": "^16.14.1", + "stylelint": "^16.15.0", "stylelint-config-standard-scss": "^14.0.0" }, "prettier": {