From 938de2c7236474954b944fc36414ae8693ca6b9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 02:42:57 +0000 Subject: [PATCH] NPM: Bump stylelint-config-standard-scss in the npm-dependencies group Bumps the npm-dependencies group with 1 update: [stylelint-config-standard-scss](https://github.com/stylelint-scss/stylelint-config-standard-scss). Updates `stylelint-config-standard-scss` from 15.0.0 to 15.0.1 - [Release notes](https://github.com/stylelint-scss/stylelint-config-standard-scss/releases) - [Changelog](https://github.com/stylelint-scss/stylelint-config-standard-scss/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint-scss/stylelint-config-standard-scss/compare/v15.0.0...v15.0.1) --- updated-dependencies: - dependency-name: stylelint-config-standard-scss dependency-version: 15.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 15c6d1b32..e06364833 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "postcss": "^8.5.3", "prettier": "^3.5.3", "stylelint": "^16.19.1", - "stylelint-config-standard-scss": "^15.0.0", + "stylelint-config-standard-scss": "^15.0.1", "stylelint-order": "^7.0.0", "stylelint-scss": "^6.11.1" } @@ -3337,9 +3337,9 @@ } }, "node_modules/stylelint-config-recommended-scss": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-15.0.0.tgz", - "integrity": "sha512-LCxdFHly0NCJbMsgPpaAPkTf1xclU+SMpTsShlsAv1SLs8KDnaO8OhJGp8XEC8JyOzFHfmVYTXU6V1y8IahfRg==", + "version": "15.0.1", + "resolved": "https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-15.0.1.tgz", + "integrity": "sha512-V24bxkNkFGggqPVJlP9iXaBabwSGEG7QTz+PyxrRtjPkcF+/NsWtB3tKYvFYEmczRkWiIEfuFMhGpJFj9Fxe6Q==", "dev": true, "license": "MIT", "dependencies": { @@ -3348,7 +3348,7 @@ "stylelint-scss": "^6.12.0" }, "engines": { - "node": ">=22" + "node": ">=20" }, "peerDependencies": { "postcss": "^8.3.3", @@ -3387,17 +3387,17 @@ } }, "node_modules/stylelint-config-standard-scss": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-standard-scss/-/stylelint-config-standard-scss-15.0.0.tgz", - "integrity": "sha512-KPyz0DyncXW+1ppWYcols98sSP6Lnsu8wZRZ+Gr18KmWXD1tRykkQ1QYTpFmcA1RkqrIg/U8J0SInLb04U/57A==", + "version": "15.0.1", + "resolved": "https://registry.npmjs.org/stylelint-config-standard-scss/-/stylelint-config-standard-scss-15.0.1.tgz", + "integrity": "sha512-8pmmfutrMlPHukLp+Th9asmk21tBXMVGxskZCzkRVWt1d8Z0SrXjUUQ3vn9KcBj1bJRd5msk6yfEFM0UYHBRdg==", "dev": true, "license": "MIT", "dependencies": { - "stylelint-config-recommended-scss": "^15.0.0", + "stylelint-config-recommended-scss": "^15.0.1", "stylelint-config-standard": "^38.0.0" }, "engines": { - "node": ">=22" + "node": ">=20" }, "peerDependencies": { "postcss": "^8.3.3", diff --git a/package.json b/package.json index 7a3df4736..35a2daa71 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "postcss": "^8.5.3", "prettier": "^3.5.3", "stylelint": "^16.19.1", - "stylelint-config-standard-scss": "^15.0.0", + "stylelint-config-standard-scss": "^15.0.1", "stylelint-order": "^7.0.0", "stylelint-scss": "^6.11.1" }