diff --git a/package-lock.json b/package-lock.json index c60d162..b54aed3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "npm-run-all": "^4.1.5", "replace-in-files-cli": "^4.0.0", "shx": "^0.4.0", - "stylelint": "^17.11.0", + "stylelint": "^17.11.1", "stylelint-config-standard-scss": "^17.0.0" }, "optionalDependencies": { @@ -7643,9 +7643,9 @@ } }, "node_modules/stylelint": { - "version": "17.11.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.11.0.tgz", - "integrity": "sha512-/3czzmbF9XdGWvReDF3Ex4R23Ajolo7j8RB2bFNEqk6Ht356nlpVV+G5bG2Qt8AW1ofJzXztBRDnAtd7cgowWA==", + "version": "17.11.1", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.11.1.tgz", + "integrity": "sha512-+smN/HqVTggUx3iuAzOi9fPh8SrH+cJWlZrYVldXoJ06orWBhZ4Ue/QEp64oei6pVrAh4w3tG+Y12Vw7MbCFRQ==", "dev": true, "funding": [ { @@ -7680,13 +7680,12 @@ "html-tags": "^5.1.0", "ignore": "^7.0.5", "import-meta-resolve": "^4.2.0", - "is-plain-object": "^5.0.0", "mathml-tag-names": "^4.0.0", "meow": "^14.1.0", "micromatch": "^4.0.8", "normalize-path": "^3.0.0", "picocolors": "^1.1.1", - "postcss": "^8.5.13", + "postcss": "^8.5.14", "postcss-safe-parser": "^7.0.1", "postcss-selector-parser": "^7.1.1", "postcss-value-parser": "^4.2.0", diff --git a/package.json b/package.json index fe4ae4b..7fe1c64 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "npm-run-all": "^4.1.5", "replace-in-files-cli": "^4.0.0", "shx": "^0.4.0", - "stylelint": "^17.11.0", + "stylelint": "^17.11.1", "stylelint-config-standard-scss": "^17.0.0" }, "optionalDependencies": {