Skip to content

Commit f274988

Browse files
committed
chore(deps): update dependency stylelint to ^14.15.0
1 parent 5f43314 commit f274988

2 files changed

Lines changed: 15 additions & 15 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.1",
33+
"stylelint": "^14.15.0",
3434
"typescript": "^4.5.5"
3535
},
3636
"dependencies": {

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1619,10 +1619,10 @@ cosmiconfig-typescript-loader@^4.0.0:
16191619
resolved "https://registry.yarnpkg.com/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-4.0.0.tgz#4a6d856c1281135197346a6f64dfa73a9cd9fefa"
16201620
integrity sha512-cVpucSc2Tf+VPwCCR7SZzmQTQkPbkk4O01yXsYqXBIbjE1bhwqSyAgYQkRK1un4i0OPziTleqFhdkmOc4RQ/9g==
16211621

1622-
cosmiconfig@^7.0.0, cosmiconfig@^7.0.1:
1623-
version "7.0.1"
1624-
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.1.tgz#714d756522cace867867ccb4474c5d01bbae5d6d"
1625-
integrity sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==
1622+
cosmiconfig@^7.0.0, cosmiconfig@^7.1.0:
1623+
version "7.1.0"
1624+
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.1.0.tgz#1443b9afa596b670082ea46cbd8f6a62b84635f6"
1625+
integrity sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==
16261626
dependencies:
16271627
"@types/parse-json" "^4.0.0"
16281628
import-fresh "^3.2.1"
@@ -5072,10 +5072,10 @@ postcss-value-parser@^4.1.0, postcss-value-parser@^4.2.0:
50725072
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
50735073
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
50745074

5075-
postcss@^8.4.18:
5076-
version "8.4.18"
5077-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.18.tgz#6d50046ea7d3d66a85e0e782074e7203bc7fbca2"
5078-
integrity sha512-Wi8mWhncLJm11GATDaQKobXSNEYGUHeQLiQqDFG1qQ5UTDPTEvKw0Xt5NsTpktGTwLps3ByrWsBrG0rB8YQ9oA==
5075+
postcss@^8.4.19:
5076+
version "8.4.19"
5077+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.19.tgz#61178e2add236b17351897c8bcc0b4c8ecab56fc"
5078+
integrity sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA==
50795079
dependencies:
50805080
nanoid "^3.3.4"
50815081
picocolors "^1.0.0"
@@ -6153,15 +6153,15 @@ stylelint-scss@^4.0.0:
61536153
postcss-selector-parser "^6.0.6"
61546154
postcss-value-parser "^4.1.0"
61556155

6156-
stylelint@^14.14.1:
6157-
version "14.14.1"
6158-
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.14.1.tgz#9096941c72254a70352b008fb0e712f453addf2c"
6159-
integrity sha512-Jnftu+lSD8cSpcV/+Z2nfgfgFpTIS1FcujezXPngtoIQ6wtwutL22MsNE0dJuMiM1h1790g2qIjAyUZCMrX4sw==
6156+
stylelint@^14.15.0:
6157+
version "14.15.0"
6158+
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-14.15.0.tgz#4df55078e734869f81f6b85bbec2d56a4b478ece"
6159+
integrity sha512-JOgDAo5QRsqiOZPZO+B9rKJvBm64S0xasbuRPAbPs6/vQDgDCnZLIiw6XcAS6GQKk9k1sBWR6rmH3Mfj8OknKg==
61606160
dependencies:
61616161
"@csstools/selector-specificity" "^2.0.2"
61626162
balanced-match "^2.0.0"
61636163
colord "^2.9.3"
6164-
cosmiconfig "^7.0.1"
6164+
cosmiconfig "^7.1.0"
61656165
css-functions-list "^3.1.0"
61666166
debug "^4.3.4"
61676167
fast-glob "^3.2.12"
@@ -6181,7 +6181,7 @@ stylelint@^14.14.1:
61816181
micromatch "^4.0.5"
61826182
normalize-path "^3.0.0"
61836183
picocolors "^1.0.0"
6184-
postcss "^8.4.18"
6184+
postcss "^8.4.19"
61856185
postcss-media-query-parser "^0.2.3"
61866186
postcss-resolve-nested-selector "^0.1.1"
61876187
postcss-safe-parser "^6.0.0"

0 commit comments

Comments
 (0)