diff --git a/package-lock.json b/package-lock.json index eecef86..89bc8d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "markdownlint-cli2": "^0.20.0", "prettier": "^3.8.0", "simple-git-hooks": "^2.13.1", - "stylelint": "^17.0.0", + "stylelint": "^17.1.0", "stylelint-config-standard": "^40.0.0", "stylelint-prettier": "^5.0.3" }, @@ -5887,9 +5887,9 @@ "license": "MIT" }, "node_modules/stylelint": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.0.0.tgz", - "integrity": "sha512-saMZ2mqdQre4AfouxcbTdpVglDRcROb4MIucKHvgsDb/0IX7ODhcaz+EOIyfxAsm8Zjl/7j4hJj6MgIYYM8Xwg==", + "version": "17.1.0", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-17.1.0.tgz", + "integrity": "sha512-+cUX1FxkkbLX5qJRAPapUv/+v+YU3pGbWu+pHVqTXpiY0mYh3Dxfxa0bLBtVtYgOC8hIWIyX2H/3Y3LWlAevDg==", "dev": true, "funding": [ { @@ -5917,7 +5917,7 @@ "debug": "^4.4.3", "fast-glob": "^3.3.3", "fastest-levenshtein": "^1.0.16", - "file-entry-cache": "^11.1.1", + "file-entry-cache": "^11.1.2", "global-modules": "^2.0.0", "globby": "^16.1.0", "globjoin": "^0.1.4", diff --git a/package.json b/package.json index 933f222..076de82 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "markdownlint-cli2": "^0.20.0", "prettier": "^3.8.0", "simple-git-hooks": "^2.13.1", - "stylelint": "^17.0.0", + "stylelint": "^17.1.0", "stylelint-config-standard": "^40.0.0", "stylelint-prettier": "^5.0.3" },