From 423509519134c8acb4bdd04a7041b9e03ca5a59a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 04:19:50 +0000 Subject: [PATCH] Bump the dev-deps group across 1 directory with 7 updates Updates the requirements on [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env), [@semantic-release/exec](https://github.com/semantic-release/exec), [concurrently](https://github.com/open-cli-tools/concurrently), [rollup](https://github.com/rollup/rollup), [semantic-release](https://github.com/semantic-release/semantic-release) and [stylelint](https://github.com/stylelint/stylelint) to permit the latest version. Updates `@babel/core` to 7.26.9 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.9/packages/babel-core) Updates `@babel/preset-env` to 7.26.9 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.9/packages/babel-preset-env) Updates `@semantic-release/exec` from 6.0.3 to 7.0.3 - [Release notes](https://github.com/semantic-release/exec/releases) - [Commits](https://github.com/semantic-release/exec/compare/v6.0.3...v7.0.3) Updates `concurrently` to 9.1.2 - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](https://github.com/open-cli-tools/concurrently/compare/v9.1.1...v9.1.2) Updates `rollup` to 4.34.8 - [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.29.1...v4.34.8) Updates `semantic-release` to 24.2.3 - [Release notes](https://github.com/semantic-release/semantic-release/releases) - [Commits](https://github.com/semantic-release/semantic-release/compare/v24.2.0...v24.2.3) Updates `stylelint` to 16.14.1 - [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.12.0...16.14.1) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development dependency-group: dev-deps - dependency-name: "@babel/preset-env" dependency-type: direct:development dependency-group: dev-deps - dependency-name: "@semantic-release/exec" dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-deps - dependency-name: concurrently dependency-type: direct:development dependency-group: dev-deps - dependency-name: rollup dependency-type: direct:development dependency-group: dev-deps - dependency-name: semantic-release 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 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 20d01bc..a5b1335 100644 --- a/package.json +++ b/package.json @@ -27,22 +27,22 @@ "bootstrap": "^5.3.3" }, "devDependencies": { - "@babel/core": "^7.26.0", + "@babel/core": "^7.26.9", "@babel/plugin-transform-class-properties": "^7.25.9", "@babel/plugin-transform-private-methods": "^7.25.9", - "@babel/preset-env": "^7.26.0", + "@babel/preset-env": "^7.26.9", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-node-resolve": "^16.0.0", "@rollup/plugin-terser": "^0.4.4", "@semantic-release/changelog": "^6.0.3", - "@semantic-release/exec": "^6.0.3", + "@semantic-release/exec": "^7.0.3", "@semantic-release/git": "^10.0.1", - "concurrently": "^9.1.1", + "concurrently": "^9.1.2", "conventional-changelog-conventionalcommits": "^8.0.0", "purgecss": "^7.0.2", - "rollup": "^4.29.1", - "semantic-release": "^24.2.0", - "stylelint": "^16.12.0", + "rollup": "^4.34.8", + "semantic-release": "^24.2.3", + "stylelint": "^16.14.1", "stylelint-config-standard-scss": "^14.0.0" }, "prettier": {