diff --git a/package-lock.json b/package-lock.json index b1bb738..fe6b32e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "jest": "29.7.0", "prettier": "3.3.3", "pug-lint": "2.7.0", - "stylelint": "16.7.0", + "stylelint": "16.8.0", "stylelint-config-concentric-order": "5.2.0", "stylelint-config-standard-scss": "13.1.0", "stylelint-order": "^6.0.4", @@ -5171,9 +5171,9 @@ } }, "node_modules/stylelint": { - "version": "16.7.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.7.0.tgz", - "integrity": "sha512-Q1ATiXlz+wYr37a7TGsfvqYn2nSR3T/isw3IWlZQzFzCNoACHuGBb6xBplZXz56/uDRJHIygxjh7jbV/8isewA==", + "version": "16.8.0", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.8.0.tgz", + "integrity": "sha512-Jjr40w3PXDiJVW6c9swLM0a1e0DgDm/XkFozc4XgAcREFas+/nchzmDmeVxazbzXgpDrwm+cW6W6iGtZqYUh+g==", "dev": true, "funding": [ { @@ -5196,7 +5196,7 @@ "cosmiconfig": "^9.0.0", "css-functions-list": "^3.2.2", "css-tree": "^2.3.1", - "debug": "^4.3.5", + "debug": "^4.3.6", "fast-glob": "^3.3.2", "fastest-levenshtein": "^1.0.16", "file-entry-cache": "^9.0.0", @@ -5213,10 +5213,10 @@ "micromatch": "^4.0.7", "normalize-path": "^3.0.0", "picocolors": "^1.0.1", - "postcss": "^8.4.39", - "postcss-resolve-nested-selector": "^0.1.1", + "postcss": "^8.4.40", + "postcss-resolve-nested-selector": "^0.1.4", "postcss-safe-parser": "^7.0.0", - "postcss-selector-parser": "^6.1.0", + "postcss-selector-parser": "^6.1.1", "postcss-value-parser": "^4.2.0", "resolve-from": "^5.0.0", "string-width": "^4.2.3", @@ -9513,9 +9513,9 @@ "dev": true }, "stylelint": { - "version": "16.7.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.7.0.tgz", - "integrity": "sha512-Q1ATiXlz+wYr37a7TGsfvqYn2nSR3T/isw3IWlZQzFzCNoACHuGBb6xBplZXz56/uDRJHIygxjh7jbV/8isewA==", + "version": "16.8.0", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.8.0.tgz", + "integrity": "sha512-Jjr40w3PXDiJVW6c9swLM0a1e0DgDm/XkFozc4XgAcREFas+/nchzmDmeVxazbzXgpDrwm+cW6W6iGtZqYUh+g==", "dev": true, "requires": { "@csstools/css-parser-algorithms": "^2.7.1", @@ -9528,7 +9528,7 @@ "cosmiconfig": "^9.0.0", "css-functions-list": "^3.2.2", "css-tree": "^2.3.1", - "debug": "^4.3.5", + "debug": "^4.3.6", "fast-glob": "^3.3.2", "fastest-levenshtein": "^1.0.16", "file-entry-cache": "^9.0.0", @@ -9545,10 +9545,10 @@ "micromatch": "^4.0.7", "normalize-path": "^3.0.0", "picocolors": "^1.0.1", - "postcss": "^8.4.39", - "postcss-resolve-nested-selector": "^0.1.1", + "postcss": "^8.4.40", + "postcss-resolve-nested-selector": "^0.1.4", "postcss-safe-parser": "^7.0.0", - "postcss-selector-parser": "^6.1.0", + "postcss-selector-parser": "^6.1.1", "postcss-value-parser": "^4.2.0", "resolve-from": "^5.0.0", "string-width": "^4.2.3", diff --git a/package.json b/package.json index f3a1f85..cc1087e 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "jest": "29.7.0", "prettier": "3.3.3", "pug-lint": "2.7.0", - "stylelint": "16.7.0", + "stylelint": "16.8.0", "stylelint-config-concentric-order": "5.2.0", "stylelint-config-standard-scss": "13.1.0", "stylelint-order": "^6.0.4",