From 68b354c2cd6932de7720c80c72eba7f335d0c125 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 17:39:32 +0000 Subject: [PATCH] deps(npm): bump stylelint-scss (#6607) Bumps the stylelint group with 1 update in the /dependencies directory: [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss). Updates `stylelint-scss` from 6.11.0 to 6.11.1 - [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases) - [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md) - [Commits](https://github.com/stylelint-scss/stylelint-scss/compare/v6.11.0...v6.11.1) --- updated-dependencies: - dependency-name: stylelint-scss dependency-type: direct:production update-type: version-update:semver-patch dependency-group: stylelint ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dependencies/package-lock.json | 10 +++++----- dependencies/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dependencies/package-lock.json b/dependencies/package-lock.json index eb94b438..69d5d8e8 100644 --- a/dependencies/package-lock.json +++ b/dependencies/package-lock.json @@ -51,7 +51,7 @@ "stylelint-config-standard": "^37.0.0", "stylelint-config-standard-scss": "^14.0.0", "stylelint-prettier": "^5.0.3", - "stylelint-scss": "^6.11.0", + "stylelint-scss": "^6.11.1", "textlint": "^14.4.2", "textlint-filter-rule-allowlist": "^4.0.0", "textlint-filter-rule-comments": "^1.2.2", @@ -19860,9 +19860,9 @@ } }, "node_modules/stylelint-scss": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-6.11.0.tgz", - "integrity": "sha512-AvJ6LVzz2iXHxPlPTR9WVy73FC/vmohH54VySNlCKX1NIXNAeuzy/VbIkMJLMyw/xKYqkgY4kAgB+qy5BfCaCg==", + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-6.11.1.tgz", + "integrity": "sha512-e4rYo0UY+BIMtGeGanghrvHTjcryxgZbyFxUedp8dLFqC4P70aawNdYjRrQxbnKhu3BNr4+lt5e/53tcKXiwFA==", "license": "MIT", "dependencies": { "css-tree": "^3.0.1", @@ -19871,7 +19871,7 @@ "mdn-data": "^2.15.0", "postcss-media-query-parser": "^0.2.3", "postcss-resolve-nested-selector": "^0.1.6", - "postcss-selector-parser": "^7.0.0", + "postcss-selector-parser": "^7.1.0", "postcss-value-parser": "^4.2.0" }, "engines": { diff --git a/dependencies/package.json b/dependencies/package.json index f72a72c6..c0a3c104 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -46,7 +46,7 @@ "stylelint-config-standard": "^37.0.0", "stylelint-config-standard-scss": "^14.0.0", "stylelint-prettier": "^5.0.3", - "stylelint-scss": "^6.11.0", + "stylelint-scss": "^6.11.1", "textlint": "^14.4.2", "textlint-filter-rule-allowlist": "^4.0.0", "textlint-filter-rule-comments": "^1.2.2",