diff --git a/package-lock.json b/package-lock.json index 76c4e29a..f78507ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@typescript-eslint/parser": "^7.18.0", "@wordpress/browserslist-config": "^6.17.0", "@wordpress/eslint-plugin": "^22.2.0", - "@wordpress/stylelint-config": "^23.8.0", + "@wordpress/stylelint-config": "^23.9.0", "eslint": "^8.57.1", "eslint-plugin-compat": "^6.0.2", "eslint-plugin-deprecation": "^3.0.0", @@ -2926,10 +2926,11 @@ } }, "node_modules/@wordpress/stylelint-config": { - "version": "23.8.0", - "resolved": "https://registry.npmjs.org/@wordpress/stylelint-config/-/stylelint-config-23.8.0.tgz", - "integrity": "sha512-Fqf8GVZlaflq2n7JMxEk+KfVhgbDgdx/qs/R6ZxnR7RTC6c9RqGxSdUqdhtJyVkoNB3pWRG/aD1h7abKVEO3dA==", + "version": "23.9.0", + "resolved": "https://registry.npmjs.org/@wordpress/stylelint-config/-/stylelint-config-23.9.0.tgz", + "integrity": "sha512-id+dU8JmvLBP/4Od0sIYe6g56nUKh97NO0RI+PNHDRB660Nn7nBJpRAu9Y3vd/3RwoZyaS72JAovmkQrzynGiw==", "dev": true, + "license": "MIT", "dependencies": { "@stylistic/stylelint-plugin": "^3.0.1", "stylelint-config-recommended": "^14.0.1", diff --git a/package.json b/package.json index 9fcb69a2..468cc7c7 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@typescript-eslint/parser": "^7.18.0", "@wordpress/browserslist-config": "^6.17.0", "@wordpress/eslint-plugin": "^22.2.0", - "@wordpress/stylelint-config": "^23.8.0", + "@wordpress/stylelint-config": "^23.9.0", "eslint": "^8.57.1", "eslint-plugin-compat": "^6.0.2", "eslint-plugin-deprecation": "^3.0.0",