From 0e94af73f74ca17486edd310e6220caa72332c80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 19:15:56 +0000 Subject: [PATCH] Bump stylelint from 16.2.0 to 16.2.1 Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.2.0 to 16.2.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.2.0...16.2.1) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2293400..02c79c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "postcss": "^8.4.32", "prettier": "^3.2.4", "sass": "^1.69.6", - "stylelint": "^16.1.0", + "stylelint": "^16.2.1", "stylelint-config-standard-scss": "^13.0.0" } }, @@ -7315,9 +7315,9 @@ } }, "node_modules/stylelint": { - "version": "16.2.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.2.0.tgz", - "integrity": "sha512-gwqU5AkIb52wrAzzn+359S3NIJDMl02TXLUaV2tzA/L6jUdpTwNt+MCxHlc8+Hb2bUHlYVo92YeSIryF2gJthA==", + "version": "16.2.1", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.2.1.tgz", + "integrity": "sha512-SfIMGFK+4n7XVAyv50CpVfcGYWG4v41y6xG7PqOgQSY8M/PgdK0SQbjWFblxjJZlN9jNq879mB4BCZHJRIJ1hA==", "dev": true, "dependencies": { "@csstools/css-parser-algorithms": "^2.5.0", diff --git a/package.json b/package.json index deb3d42..f2b317e 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "postcss": "^8.4.32", "prettier": "^3.2.4", "sass": "^1.69.6", - "stylelint": "^16.1.0", + "stylelint": "^16.2.1", "stylelint-config-standard-scss": "^13.0.0" }, "author": "Christian Hellsten", diff --git a/yarn.lock b/yarn.lock index 6667cd9..94593a5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3648,10 +3648,10 @@ stylelint-scss@^6.0.0: postcss-selector-parser "^6.0.15" postcss-value-parser "^4.2.0" -stylelint@^16.1.0: - version "16.2.0" - resolved "https://registry.npmjs.org/stylelint/-/stylelint-16.2.0.tgz" - integrity sha512-gwqU5AkIb52wrAzzn+359S3NIJDMl02TXLUaV2tzA/L6jUdpTwNt+MCxHlc8+Hb2bUHlYVo92YeSIryF2gJthA== +stylelint@^16.2.1: + version "16.2.1" + resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.2.1.tgz#895d6d42523c5126ec0895f0ca2a58febeb77e89" + integrity sha512-SfIMGFK+4n7XVAyv50CpVfcGYWG4v41y6xG7PqOgQSY8M/PgdK0SQbjWFblxjJZlN9jNq879mB4BCZHJRIJ1hA== dependencies: "@csstools/css-parser-algorithms" "^2.5.0" "@csstools/css-tokenizer" "^2.2.3"