Skip to content

Commit aa360c0

Browse files
chore(deps-dev): bump stylelint from 16.21.0 to 16.21.1 in the npm group (#911)
--- updated-dependencies: - dependency-name: stylelint dependency-version: 16.21.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 400f207 commit aa360c0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"lintfix": "stylelint --fix assets/**/*.scss"
66
},
77
"devDependencies": {
8-
"stylelint": "16.21.0",
8+
"stylelint": "16.21.1",
99
"stylelint-config-recess-order": "7.1.0",
1010
"stylelint-config-recommended-scss": "15.0.1",
1111
"stylelint-scss": "6.12.1"

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ postcss-value-parser@^4.2.0:
618618
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
619619
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
620620

621-
postcss@^8.5.5:
621+
postcss@^8.5.6:
622622
version "8.5.6"
623623
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.6.tgz#2825006615a619b4f62a9e7426cc120b349a8f3c"
624624
integrity sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==
@@ -735,10 +735,10 @@ stylelint-scss@6.12.1, stylelint-scss@^6.12.0:
735735
postcss-selector-parser "^7.1.0"
736736
postcss-value-parser "^4.2.0"
737737

738-
stylelint@16.21.0:
739-
version "16.21.0"
740-
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.21.0.tgz#c24050d8e67621fa2c2269c082966e2c0f6a1883"
741-
integrity sha512-ki3PpJGG7xhm3WtINoWGnlvqAmbqSexoRMbEMJzlwewSIOqPRKPlq452c22xAdEJISVi80r+I7KL9GPUiwFgbg==
738+
stylelint@16.21.1:
739+
version "16.21.1"
740+
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.21.1.tgz#1887cbea53c40ff2a0b3ff3912852ff16e1b696c"
741+
integrity sha512-WCXdXnYK2tpCbebgMF0Bme3YZH/Rh/UXerj75twYo4uLULlcrLwFVdZTvTEF8idFnAcW21YUDJFyKOfaf6xJRw==
742742
dependencies:
743743
"@csstools/css-parser-algorithms" "^3.0.5"
744744
"@csstools/css-tokenizer" "^3.0.4"
@@ -767,7 +767,7 @@ stylelint@16.21.0:
767767
micromatch "^4.0.8"
768768
normalize-path "^3.0.0"
769769
picocolors "^1.1.1"
770-
postcss "^8.5.5"
770+
postcss "^8.5.6"
771771
postcss-resolve-nested-selector "^0.1.6"
772772
postcss-safe-parser "^7.0.1"
773773
postcss-selector-parser "^7.1.0"

0 commit comments

Comments
 (0)