diff --git a/package-lock.json b/package-lock.json index 7a9c6d78..75a98f93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "prettier": "3.8.5", "sass": "1.101.3", "stylelint": "17.14.1", - "stylelint-config-spaceninja": "16.0.0", + "stylelint-config-spaceninja": "17.0.0", "svgo": "4.0.2" } }, @@ -4693,9 +4693,9 @@ } }, "node_modules/postcss-sorting": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/postcss-sorting/-/postcss-sorting-9.1.0.tgz", - "integrity": "sha512-Mn8KJ45HNNG6JBpBizXcyf6LqY/qyqetGcou/nprDnFwBFBLGj0j/sNKV2lj2KMOVOwdXu14aEzqJv8CIV6e8g==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/postcss-sorting/-/postcss-sorting-10.0.0.tgz", + "integrity": "sha512-TXbU+h6vVRW+86c/+ewhWq9k7pr7ijASTnepVhCQiC87zAOTkvB1v2dHyWP+ggstSTX/PNvjzS+IOqzejndz9w==", "dev": true, "license": "MIT", "peerDependencies": { @@ -5582,16 +5582,16 @@ } }, "node_modules/stylelint-config-spaceninja": { - "version": "16.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-spaceninja/-/stylelint-config-spaceninja-16.0.0.tgz", - "integrity": "sha512-RWKLKPw4t6MyHR1KdBWN4QWmWuLB2lE+oXllJETMVASsSwPfpXihPrQu3wSiE7i3RO2xJx1QgHzBQ7dRVSL0YA==", + "version": "17.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-spaceninja/-/stylelint-config-spaceninja-17.0.0.tgz", + "integrity": "sha512-MErgE4VKJ/LvpjvruPefCkVyJGEetG7sTm5evhs+SPRaH4eqHqXWXNkZl2o5qTELpVT8zqi2xWnnc+U0txz1eQ==", "dev": true, "license": "MIT", "dependencies": { "stylelint-config-standard-scss": "17.0.0", "stylelint-declaration-block-no-ignored-properties": "3.0.0", "stylelint-high-performance-animation": "2.0.0", - "stylelint-order": "7.0.1" + "stylelint-order": "8.1.1" }, "engines": { "node": ">=20.19.0" @@ -5676,14 +5676,14 @@ } }, "node_modules/stylelint-order": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/stylelint-order/-/stylelint-order-7.0.1.tgz", - "integrity": "sha512-GWPei1zBVDDjxM+/BmcSCiOcHNd8rSqW6FUZtqQGlTRpD0Z5nSzspzWD8rtKif5KPdzUG68DApKEV/y/I9VbTw==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/stylelint-order/-/stylelint-order-8.1.1.tgz", + "integrity": "sha512-LqsEB6VggJuu5v10RtkrQsBObcdwBE7GuAOlwfc/LR3VL/w8UqKX2BOLIjhyGt0Gne/njo7gRNGiJAKhfmPMNw==", "dev": true, "license": "MIT", "dependencies": { - "postcss": "^8.5.6", - "postcss-sorting": "^9.1.0" + "postcss": "^8.5.8", + "postcss-sorting": "^10.0.0" }, "engines": { "node": ">=20.19.0" diff --git a/package.json b/package.json index 9e42b57e..1f7b97b0 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "prettier": "3.8.5", "sass": "1.101.3", "stylelint": "17.14.1", - "stylelint-config-spaceninja": "16.0.0", + "stylelint-config-spaceninja": "17.0.0", "svgo": "4.0.2" } }