Skip to content

Commit 2864edb

Browse files
Bump stylelint from 14.9.0 to 14.9.1
Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.9.0 to 14.9.1. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@14.9.0...14.9.1) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0f77ff0 commit 2864edb

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"react-router": "^6.3.0",
6060
"react-router-dom": "^6.3.0",
6161
"react-spring": "^9.4.5",
62-
"stylelint": "^14.9.0",
62+
"stylelint": "^14.9.1",
6363
"stylelint-config-css-modules": "^4.1.0",
6464
"stylelint-config-recommended": "^8.0.0",
6565
"stylelint-config-standard": "^26.0.0",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -542,10 +542,10 @@
542542
dependencies:
543543
"@jridgewell/trace-mapping" "0.3.9"
544544

545-
"@csstools/selector-specificity@^2.0.0":
546-
version "2.0.0"
547-
resolved "https://registry.yarnpkg.com/@csstools/selector-specificity/-/selector-specificity-2.0.0.tgz#65b12f12db55188422070e34687bf3af09870922"
548-
integrity sha512-rZ6vufeY/UjAgtyiJ4WvfF6XP6HizIyOfbZOg0RnecIwjrvH8Am3nN1BpKnnPZunYAkUcPPXDhwbxOtGop8cfQ==
545+
"@csstools/selector-specificity@^2.0.1":
546+
version "2.0.1"
547+
resolved "https://registry.yarnpkg.com/@csstools/selector-specificity/-/selector-specificity-2.0.1.tgz#b6b8d81780b9a9f6459f4bfe9226ac6aefaefe87"
548+
integrity sha512-aG20vknL4/YjQF9BSV7ts4EWm/yrjagAN7OWBNmlbEOUiu0llj4OGrFoOKK3g2vey4/p2omKCoHrWtPxSwV3HA==
549549

550550
"@eslint/eslintrc@^1.3.0":
551551
version "1.3.0"
@@ -6367,12 +6367,12 @@ stylelint-scss@^4.2.0:
63676367
postcss-selector-parser "^6.0.6"
63686368
postcss-value-parser "^4.1.0"
63696369

6370-
stylelint@^14.9.0:
6371-
version "14.9.0"
6372-
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.9.0.tgz#6d68fc69916f1df54798a6cc42f1c69e86fbfe1e"
6373-
integrity sha512-+xsQ4uKS56RQs8AGYx2CXc9nhWyPR7c/G0RqyiKgWZx2LuE3VJnIhGRQXUfnGQXOqBPHxNjMCHiK5NNQRB52sw==
6370+
stylelint@^14.9.1:
6371+
version "14.9.1"
6372+
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.9.1.tgz#6494ed38f148b1e75b402d678a3b6a8aae86dfda"
6373+
integrity sha512-RdAkJdPiLqHawCSnu21nE27MjNXaVd4WcOHA4vK5GtIGjScfhNnaOuWR2wWdfKFAvcWQPOYe311iveiVKSmwsA==
63746374
dependencies:
6375-
"@csstools/selector-specificity" "^2.0.0"
6375+
"@csstools/selector-specificity" "^2.0.1"
63766376
balanced-match "^2.0.0"
63776377
colord "^2.9.2"
63786378
cosmiconfig "^7.0.1"

0 commit comments

Comments
 (0)