diff --git a/package-lock.json b/package-lock.json index 3713fbcc73..bf37f09cbd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "postcss-lit": "^1.2.x", "proj4": "^2.19.x", "shpjs": "^6.1.x", - "stylelint": "^16.15.x", + "stylelint": "^16.25.x", "stylelint-config-standard": "^39.0.x", "svg-sprite-loader": "^6.0.x", "svgo": "^4.0.x", @@ -10834,9 +10834,9 @@ } }, "node_modules/stylelint": { - "version": "16.24.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.24.0.tgz", - "integrity": "sha512-7ksgz3zJaSbTUGr/ujMXvLVKdDhLbGl3R/3arNudH7z88+XZZGNLMTepsY28WlnvEFcuOmUe7fg40Q3lfhOfSQ==", + "version": "16.25.0", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.25.0.tgz", + "integrity": "sha512-Li0avYWV4nfv1zPbdnxLYBGq4z8DVZxbRgx4Kn6V+Uftz1rMoF1qiEI3oL4kgWqyYgCgs7gT5maHNZ82Gk03vQ==", "dev": true, "funding": [ { @@ -10854,13 +10854,13 @@ "@csstools/css-tokenizer": "^3.0.4", "@csstools/media-query-list-parser": "^4.0.3", "@csstools/selector-specificity": "^5.0.0", - "@dual-bundle/import-meta-resolve": "^4.1.0", + "@dual-bundle/import-meta-resolve": "^4.2.1", "balanced-match": "^2.0.0", "colord": "^2.9.3", "cosmiconfig": "^9.0.0", "css-functions-list": "^3.2.3", "css-tree": "^3.1.0", - "debug": "^4.4.1", + "debug": "^4.4.3", "fast-glob": "^3.3.3", "fastest-levenshtein": "^1.0.16", "file-entry-cache": "^10.1.4", diff --git a/package.json b/package.json index 2c774000d8..9ace01d51e 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "postcss-lit": "^1.2.x", "proj4": "^2.19.x", "shpjs": "^6.1.x", - "stylelint": "^16.15.x", + "stylelint": "^16.25.x", "stylelint-config-standard": "^39.0.x", "svg-sprite-loader": "^6.0.x", "svgo": "^4.0.x",