From 645e0b1e732993b51100321360a2f53582070fad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 04:52:22 +0000 Subject: [PATCH] build(deps-dev): bump the dev-deps group across 1 directory with 3 updates Updates the requirements on [concurrently](https://github.com/open-cli-tools/concurrently), [rollup](https://github.com/rollup/rollup) and [stylelint](https://github.com/stylelint/stylelint) to permit the latest version. Updates `concurrently` to 9.2.0 - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.1.2...v9.2.0) Updates `rollup` to 4.44.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.44.0) Updates `stylelint` to 16.21.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.20.0...16.21.0) --- updated-dependencies: - dependency-name: concurrently dependency-version: 9.2.0 dependency-type: direct:development dependency-group: dev-deps - dependency-name: rollup dependency-version: 4.44.0 dependency-type: direct:development dependency-group: dev-deps - dependency-name: stylelint dependency-version: 16.21.0 dependency-type: direct:development dependency-group: dev-deps ... Signed-off-by: dependabot[bot] --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 141c8bd..199da5b 100644 --- a/package.json +++ b/package.json @@ -40,13 +40,13 @@ "@semantic-release/changelog": "^6.0.3", "@semantic-release/exec": "^7.1.0", "@semantic-release/git": "^10.0.1", - "concurrently": "^9.1.2", + "concurrently": "^9.2.0", "conventional-changelog-conventionalcommits": "^9.0.0", "husky": "^9.1.7", "purgecss": "^7.0.2", - "rollup": "^4.42.0", + "rollup": "^4.44.0", "semantic-release": "^24.2.5", - "stylelint": "^16.20.0", + "stylelint": "^16.21.0", "stylelint-config-standard-scss": "^15.0.1" }, "prettier": {