diff --git a/package-lock.json b/package-lock.json index 9e27a03af5..03c47fc69c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -117,7 +117,7 @@ "string.prototype.startswith": "^1.0.0", "stylelint": "^16.6.1", "stylelint-color-format": "^1.1.0", - "stylelint-config-recommended": "^14.0.0", + "stylelint-config-recommended": "^14.0.1", "stylelint-config-sass-guidelines": "^11.1.0", "stylelint-config-standard": "^36.0.0", "terser": "^5.31.1", @@ -18657,16 +18657,25 @@ } }, "node_modules/stylelint-config-recommended": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-14.0.0.tgz", - "integrity": "sha512-jSkx290CglS8StmrLp2TxAppIajzIBZKYm3IxT89Kg6fGlxbPiTiyH9PS5YUuVAFwaJLl1ikiXX0QWjI0jmgZQ==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-14.0.1.tgz", + "integrity": "sha512-bLvc1WOz/14aPImu/cufKAZYfXs/A/owZfSMZ4N+16WGXLoX5lOir53M6odBxvhgmgdxCVnNySJmZKx73T93cg==", "dev": true, - "license": "MIT", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/stylelint" + }, + { + "type": "github", + "url": "https://github.com/sponsors/stylelint" + } + ], "engines": { "node": ">=18.12.0" }, "peerDependencies": { - "stylelint": "^16.0.0" + "stylelint": "^16.1.0" } }, "node_modules/stylelint-config-sass-guidelines": { diff --git a/package.json b/package.json index b644bd04d6..e6a1f9629e 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "string.prototype.startswith": "^1.0.0", "stylelint": "^16.6.1", "stylelint-color-format": "^1.1.0", - "stylelint-config-recommended": "^14.0.0", + "stylelint-config-recommended": "^14.0.1", "stylelint-config-sass-guidelines": "^11.1.0", "stylelint-config-standard": "^36.0.0", "terser": "^5.31.1",