diff --git a/package-lock.json b/package-lock.json index 9d4473e..b6a3b61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "devDependencies": { "markdownlint-cli": "^0.48.0", "standard": "^17.1.2", - "stylelint": "^17.10.0", + "stylelint": "^17.11.0", "stylelint-config-recommended-scss": "^17.0.1", "stylelint-config-standard": "^40.0.0", "stylelint-order": "^8.1.1" @@ -9367,9 +9367,9 @@ } }, "node_modules/stylelint": { - "version": "17.10.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.10.0.tgz", - "integrity": "sha512-cI7I6HHEYOHHVNVci+s92WlA3QfmNhjwFdgCgYV3TLEysilOjk+B3EFxMED1xY9GYB0Kre3OD+mSLj19VLTIvA==", + "version": "17.11.0", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.11.0.tgz", + "integrity": "sha512-/3czzmbF9XdGWvReDF3Ex4R23Ajolo7j8RB2bFNEqk6Ht356nlpVV+G5bG2Qt8AW1ofJzXztBRDnAtd7cgowWA==", "dev": true, "funding": [ { @@ -9414,7 +9414,7 @@ "postcss-safe-parser": "^7.0.1", "postcss-selector-parser": "^7.1.1", "postcss-value-parser": "^4.2.0", - "string-width": "^8.2.0", + "string-width": "^8.2.1", "supports-hyperlinks": "^4.4.0", "svg-tags": "^1.0.0", "table": "^6.9.0", diff --git a/package.json b/package.json index 7b02572..0e1f72d 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "devDependencies": { "markdownlint-cli": "^0.48.0", "standard": "^17.1.2", - "stylelint": "^17.10.0", + "stylelint": "^17.11.0", "stylelint-config-recommended-scss": "^17.0.1", "stylelint-config-standard": "^40.0.0", "stylelint-order": "^8.1.1"