diff --git a/package-lock.json b/package-lock.json index baa9619..c8db476 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "aria-attributes": "^2.0.1", "c8": "^9.1.0", "html-element-attributes": "^3.4.0", - "stylelint": "^16.3.1", + "stylelint": "^16.4.0", "stylelint-test-rule-node": "^0.2.1", "svg-element-attributes": "^2.1.0" } @@ -545,9 +545,9 @@ } }, "node_modules/css-functions-list": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.2.1.tgz", - "integrity": "sha512-Nj5YcaGgBtuUmn1D7oHqPW0c9iui7xsTsj5lIX8ZgevdfhmjFfKB3r8moHJtNJnctnYXJyYX5I1pp90HM4TPgQ==", + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.2.2.tgz", + "integrity": "sha512-c+N0v6wbKVxTu5gOBBFkr9BEdBWaqqjQeiJ8QvSRIJOf+UxlJh930m8e6/WNeODIK0mYLFkoONrnj16i2EcvfQ==", "dev": true, "engines": { "node": ">=12 || >=16" @@ -1738,20 +1738,20 @@ } }, "node_modules/stylelint": { - "version": "16.3.1", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.3.1.tgz", - "integrity": "sha512-/JOwQnBvxEKOT2RtNgGpBVXnCSMBgKOL2k7w0K52htwCyJls4+cHvc4YZgXlVoAZS9QJd2DgYAiRnja96pTgxw==", + "version": "16.4.0", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.4.0.tgz", + "integrity": "sha512-uSx7VMuXwLuYcNSIg+0/fFNv0WinsfLAqsVVy7h7p80clKOHiGE8pfY6UjqwylTHiJrRIahTl6a8FPxGezhWoA==", "dev": true, "dependencies": { "@csstools/css-parser-algorithms": "^2.6.1", "@csstools/css-tokenizer": "^2.2.4", "@csstools/media-query-list-parser": "^2.1.9", - "@csstools/selector-specificity": "^3.0.2", + "@csstools/selector-specificity": "^3.0.3", "@dual-bundle/import-meta-resolve": "^4.0.0", "balanced-match": "^2.0.0", "colord": "^2.9.3", "cosmiconfig": "^9.0.0", - "css-functions-list": "^3.2.1", + "css-functions-list": "^3.2.2", "css-tree": "^2.3.1", "debug": "^4.3.4", "fast-glob": "^3.3.2", @@ -1780,7 +1780,7 @@ "strip-ansi": "^7.1.0", "supports-hyperlinks": "^3.0.0", "svg-tags": "^1.0.0", - "table": "^6.8.1", + "table": "^6.8.2", "write-file-atomic": "^5.0.1" }, "bin": { @@ -2109,7 +2109,7 @@ "postcss-selector-parser": "^6.0.16" }, "devDependencies": { - "stylelint": "^16.3.1" + "stylelint": "^16.4.0" }, "peerDependencies": { "stylelint": "^16.0.0" @@ -2123,7 +2123,7 @@ "postcss-selector-parser": "^6.0.16" }, "devDependencies": { - "stylelint": "^16.3.1" + "stylelint": "^16.4.0" }, "peerDependencies": { "stylelint": "^16.0.0" @@ -2138,7 +2138,7 @@ "postcss-selector-parser": "^6.0.16" }, "devDependencies": { - "stylelint": "^16.3.1" + "stylelint": "^16.4.0" }, "peerDependencies": { "stylelint": "^16.0.0" @@ -2149,7 +2149,7 @@ "version": "3.0.9", "license": "MIT", "devDependencies": { - "stylelint": "^16.3.1" + "stylelint": "^16.4.0" }, "peerDependencies": { "stylelint": "^16.0.0" diff --git a/package.json b/package.json index eaf30d6..48ed3b6 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "c8": "^9.1.0", "html-element-attributes": "^3.4.0", "stylelint-test-rule-node": "^0.2.1", - "stylelint": "^16.3.1", + "stylelint": "^16.4.0", "svg-element-attributes": "^2.1.0" }, "volta": { diff --git a/packages/attribute-selector-no-unknown/package.json b/packages/attribute-selector-no-unknown/package.json index 6297b88..dc42b8f 100644 --- a/packages/attribute-selector-no-unknown/package.json +++ b/packages/attribute-selector-no-unknown/package.json @@ -33,6 +33,6 @@ "stylelint": "^16.0.0" }, "devDependencies": { - "stylelint": "^16.3.1" + "stylelint": "^16.4.0" } } diff --git a/packages/invalid-of-type-selectors/package.json b/packages/invalid-of-type-selectors/package.json index 1fc20ce..4775998 100644 --- a/packages/invalid-of-type-selectors/package.json +++ b/packages/invalid-of-type-selectors/package.json @@ -31,6 +31,6 @@ "stylelint": "^16.0.0" }, "devDependencies": { - "stylelint": "^16.3.1" + "stylelint": "^16.4.0" } } diff --git a/packages/nesting/package.json b/packages/nesting/package.json index bd74a5d..ee74a25 100644 --- a/packages/nesting/package.json +++ b/packages/nesting/package.json @@ -35,6 +35,6 @@ "stylelint": "^16.0.0" }, "devDependencies": { - "stylelint": "^16.3.1" + "stylelint": "^16.4.0" } } diff --git a/packages/prop-order/package.json b/packages/prop-order/package.json index 151ffc4..19c65e7 100644 --- a/packages/prop-order/package.json +++ b/packages/prop-order/package.json @@ -30,6 +30,6 @@ "stylelint": "^16.0.0" }, "devDependencies": { - "stylelint": "^16.3.1" + "stylelint": "^16.4.0" } }