diff --git a/package-lock.json b/package-lock.json index 2ca5a392b7..b322efa886 100644 --- a/package-lock.json +++ b/package-lock.json @@ -67,7 +67,7 @@ "sass": "^1.77.8", "sass-true": "^8.0.0", "shelljs": "^0.8.5", - "stylelint": "^16.7.0", + "stylelint": "^16.8.1", "stylelint-config-twbs-bootstrap": "^14.2.0", "terser": "^5.31.3", "vnu-jar": "23.4.11" @@ -11607,9 +11607,9 @@ "license": "ISC" }, "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.1", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.8.1.tgz", + "integrity": "sha512-O8aDyfdODSDNz/B3gW2HQ+8kv8pfhSu7ZR7xskQ93+vI6FhKKGUJMQ03Ydu+w3OvXXE0/u4hWU4hCPNOyld+OA==", "dev": true, "funding": [ { @@ -11621,7 +11621,6 @@ "url": "https://github.com/sponsors/stylelint" } ], - "license": "MIT", "dependencies": { "@csstools/css-parser-algorithms": "^2.7.1", "@csstools/css-tokenizer": "^2.4.1", @@ -11633,7 +11632,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", @@ -11650,10 +11649,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 2089345cc9..12e19e6197 100644 --- a/package.json +++ b/package.json @@ -151,7 +151,7 @@ "sass": "^1.77.8", "sass-true": "^8.0.0", "shelljs": "^0.8.5", - "stylelint": "^16.7.0", + "stylelint": "^16.8.1", "stylelint-config-twbs-bootstrap": "^14.2.0", "terser": "^5.31.3", "vnu-jar": "23.4.11"