Skip to content

Commit 8602b1a

Browse files
committed
chore(deps): update dependency stylelint to ^14.14.1
1 parent 29f6072 commit 8602b1a

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"husky": "^5.0.9",
3131
"prettier": "^2.5.1",
3232
"semantic-release": "^17.3.9",
33-
"stylelint": "^14.14.0",
33+
"stylelint": "^14.14.1",
3434
"typescript": "^4.5.5"
3535
},
3636
"dependencies": {

yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3554,10 +3554,10 @@ kleur@^3.0.3:
35543554
resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e"
35553555
integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==
35563556

3557-
known-css-properties@^0.25.0:
3558-
version "0.25.0"
3559-
resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.25.0.tgz#6ebc4d4b412f602e5cfbeb4086bd544e34c0a776"
3560-
integrity sha512-b0/9J1O9Jcyik1GC6KC42hJ41jKwdO/Mq8Mdo5sYN+IuRTXs2YFHZC3kZSx6ueusqa95x3wLYe/ytKjbAfGixA==
3557+
known-css-properties@^0.26.0:
3558+
version "0.26.0"
3559+
resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.26.0.tgz#008295115abddc045a9f4ed7e2a84dc8b3a77649"
3560+
integrity sha512-5FZRzrZzNTBruuurWpvZnvP9pum+fe0HcK8z/ooo+U+Hmp4vtbyp1/QDsqmufirXy4egGzbaH/y2uCZf+6W5Kg==
35613561

35623562
language-subtag-registry@~0.3.2:
35633563
version "0.3.21"
@@ -5031,7 +5031,7 @@ postcss-value-parser@^4.1.0, postcss-value-parser@^4.2.0:
50315031
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
50325032
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
50335033

5034-
postcss@^8.4.17:
5034+
postcss@^8.4.18:
50355035
version "8.4.18"
50365036
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.18.tgz#6d50046ea7d3d66a85e0e782074e7203bc7fbca2"
50375037
integrity sha512-Wi8mWhncLJm11GATDaQKobXSNEYGUHeQLiQqDFG1qQ5UTDPTEvKw0Xt5NsTpktGTwLps3ByrWsBrG0rB8YQ9oA==
@@ -6112,10 +6112,10 @@ stylelint-scss@^4.0.0:
61126112
postcss-selector-parser "^6.0.6"
61136113
postcss-value-parser "^4.1.0"
61146114

6115-
stylelint@^14.14.0:
6116-
version "14.14.0"
6117-
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.14.0.tgz#1acb52497c9a921f23f9c4014d4e0ee6eba768d0"
6118-
integrity sha512-yUI+4xXfPHVnueYddSQ/e1GuEA/2wVhWQbGj16AmWLtQJtn28lVxfS4b0CsWyVRPgd3Auzi0NXOthIEUhtQmmA==
6115+
stylelint@^14.14.1:
6116+
version "14.14.1"
6117+
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.14.1.tgz#9096941c72254a70352b008fb0e712f453addf2c"
6118+
integrity sha512-Jnftu+lSD8cSpcV/+Z2nfgfgFpTIS1FcujezXPngtoIQ6wtwutL22MsNE0dJuMiM1h1790g2qIjAyUZCMrX4sw==
61196119
dependencies:
61206120
"@csstools/selector-specificity" "^2.0.2"
61216121
balanced-match "^2.0.0"
@@ -6134,13 +6134,13 @@ stylelint@^14.14.0:
61346134
import-lazy "^4.0.0"
61356135
imurmurhash "^0.1.4"
61366136
is-plain-object "^5.0.0"
6137-
known-css-properties "^0.25.0"
6137+
known-css-properties "^0.26.0"
61386138
mathml-tag-names "^2.1.3"
61396139
meow "^9.0.0"
61406140
micromatch "^4.0.5"
61416141
normalize-path "^3.0.0"
61426142
picocolors "^1.0.0"
6143-
postcss "^8.4.17"
6143+
postcss "^8.4.18"
61446144
postcss-media-query-parser "^0.2.3"
61456145
postcss-resolve-nested-selector "^0.1.1"
61466146
postcss-safe-parser "^6.0.0"
@@ -6152,7 +6152,7 @@ stylelint@^14.14.0:
61526152
style-search "^0.1.0"
61536153
supports-hyperlinks "^2.3.0"
61546154
svg-tags "^1.0.0"
6155-
table "^6.8.0"
6155+
table "^6.8.1"
61566156
v8-compile-cache "^2.3.0"
61576157
write-file-atomic "^4.0.2"
61586158

@@ -6188,10 +6188,10 @@ svg-tags@^1.0.0:
61886188
resolved "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz#58f71cee3bd519b59d4b2a843b6c7de64ac04764"
61896189
integrity sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q=
61906190

6191-
table@^6.8.0:
6192-
version "6.8.0"
6193-
resolved "https://registry.yarnpkg.com/table/-/table-6.8.0.tgz#87e28f14fa4321c3377ba286f07b79b281a3b3ca"
6194-
integrity sha512-s/fitrbVeEyHKFa7mFdkuQMWlH1Wgw/yEXMt5xACT4ZpzWFluehAxRtUUQKPuWhaLAWhFcVx6w3oC8VKaUfPGA==
6191+
table@^6.8.1:
6192+
version "6.8.1"
6193+
resolved "https://registry.yarnpkg.com/table/-/table-6.8.1.tgz#ea2b71359fe03b017a5fbc296204471158080bdf"
6194+
integrity sha512-Y4X9zqrCftUhMeH2EptSSERdVKt/nEdijTOacGD/97EKjhQ/Qs8RTlEGABSJNNN8lac9kheH+af7yAkEWlgneA==
61956195
dependencies:
61966196
ajv "^8.0.1"
61976197
lodash.truncate "^4.4.2"

0 commit comments

Comments
 (0)