From 00c4dabb49115b7cb173f2f631d0bdf436b92fa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 07:03:55 +0000 Subject: [PATCH] chore(deps-dev): bump stylelint-config-recommended-scss in the npm group Bumps the npm group with 1 update: [stylelint-config-recommended-scss](https://github.com/stylelint-scss/stylelint-config-recommended-scss). Updates `stylelint-config-recommended-scss` from 15.0.0 to 15.0.1 - [Release notes](https://github.com/stylelint-scss/stylelint-config-recommended-scss/releases) - [Changelog](https://github.com/stylelint-scss/stylelint-config-recommended-scss/blob/master/CHANGELOG.md) - [Commits](https://github.com/stylelint-scss/stylelint-config-recommended-scss/compare/v15.0.0...v15.0.1) --- updated-dependencies: - dependency-name: stylelint-config-recommended-scss dependency-version: 15.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d7dad02f..7bdd10a8 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "devDependencies": { "stylelint": "16.19.1", "stylelint-config-recess-order": "6.0.0", - "stylelint-config-recommended-scss": "15.0.0", + "stylelint-config-recommended-scss": "15.0.1", "stylelint-scss": "6.12.0" }, "packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447" diff --git a/yarn.lock b/yarn.lock index ed8f3a8f..fcb60d62 100644 --- a/yarn.lock +++ b/yarn.lock @@ -709,10 +709,10 @@ stylelint-config-recess-order@6.0.0: dependencies: stylelint-order "^6.0.4" -stylelint-config-recommended-scss@15.0.0: - version "15.0.0" - resolved "https://registry.yarnpkg.com/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-15.0.0.tgz#5bb89c60f768aec87dff25b7abf020492dd033e5" - integrity sha512-LCxdFHly0NCJbMsgPpaAPkTf1xclU+SMpTsShlsAv1SLs8KDnaO8OhJGp8XEC8JyOzFHfmVYTXU6V1y8IahfRg== +stylelint-config-recommended-scss@15.0.1: + version "15.0.1" + resolved "https://registry.yarnpkg.com/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-15.0.1.tgz#87646e7b0645dbe40abb2c63c594e94501a7451f" + integrity sha512-V24bxkNkFGggqPVJlP9iXaBabwSGEG7QTz+PyxrRtjPkcF+/NsWtB3tKYvFYEmczRkWiIEfuFMhGpJFj9Fxe6Q== dependencies: postcss-scss "^4.0.9" stylelint-config-recommended "^16.0.0"