From 09da14f6e775fbe4cb1983f8ffbc87a26f787225 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 19:14:15 +0000 Subject: [PATCH] Bump the npm group with 4 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), [rimraf](https://github.com/isaacs/rimraf) and [stylelint](https://github.com/stylelint/stylelint) to permit the latest version. Updates `@babel/core` to 7.24.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.24.9/packages/babel-core) Updates `@babel/preset-env` to 7.24.8 - [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.24.8/packages/babel-preset-env) Updates `rimraf` from 5.0.9 to 6.0.1 - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/rimraf/compare/v5.0.9...v6.0.1) Updates `stylelint` to 16.7.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.6.1...16.7.0) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development dependency-group: npm - dependency-name: "@babel/preset-env" dependency-type: direct:development dependency-group: npm - dependency-name: rimraf dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm - dependency-name: stylelint dependency-type: direct:development dependency-group: npm ... Signed-off-by: dependabot[bot] --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index e7f9f5f..8cf4fa2 100644 --- a/package.json +++ b/package.json @@ -21,9 +21,9 @@ "fixlint": "npm run test -- --fix" }, "devDependencies": { - "@babel/core": "^7.24.7", + "@babel/core": "^7.24.9", "@babel/plugin-transform-class-properties": "^7.24.7", - "@babel/preset-env": "^7.24.7", + "@babel/preset-env": "^7.24.8", "@commitlint/cli": "^19.3.0", "@commitlint/config-conventional": "^19.2.2", "@rollup/plugin-babel": "^6.0.4", @@ -33,11 +33,11 @@ "@semantic-release/git": "^10.0.1", "conventional-changelog-conventionalcommits": "^8.0.0", "husky": "^9.0.11", - "rimraf": "^5.0.8", + "rimraf": "^6.0.1", "rollup": "^4.18.1", "rollup-plugin-license": "^3.5.2", "semantic-release": "^24.0.0", - "stylelint": "^16.6.1", + "stylelint": "^16.7.0", "stylelint-config-standard-scss": "^13.1.0" }, "prettier": {