diff --git a/package-lock.json b/package-lock.json index dd6e04696..614b7bafe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "eslint-plugin-cypress": "^2.15.1", "eslint-webpack-plugin": "^4.0.1", "jest": "^29.7.0", - "stylelint-webpack-plugin": "^4.1.1" + "stylelint-webpack-plugin": "^5.0.0" }, "engines": { "node": "^20.0.0", @@ -25676,26 +25676,26 @@ } }, "node_modules/stylelint-webpack-plugin": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-4.1.1.tgz", - "integrity": "sha512-yOyd2AfrxfawxKDememazGVJX2vMq9o11E6HvBu4+SKvgK3ZulkjpYdI1muBTxItwoxH2UmfIZzQM+/M5V3kTQ==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-5.0.0.tgz", + "integrity": "sha512-f56OmfvIYfZpL5+TKg3LZ+Ehzoar5GAwytUtsdti+W6WhR3UpQC36vmXHsKxx9ibj7dKXCIKea6w0U+LdVSBmg==", "dev": true, "dependencies": { "globby": "^11.1.0", - "jest-worker": "^29.5.0", + "jest-worker": "^29.7.0", "micromatch": "^4.0.5", "normalize-path": "^3.0.0", - "schema-utils": "^4.0.0" + "schema-utils": "^4.2.0" }, "engines": { - "node": ">= 14.15.0" + "node": ">= 18.12.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/webpack" }, "peerDependencies": { - "stylelint": "^13.0.0 || ^14.0.0 || ^15.0.0", + "stylelint": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", "webpack": "^5.0.0" } }, diff --git a/package.json b/package.json index 5d17998d0..db229ee47 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "eslint-plugin-cypress": "^2.15.1", "eslint-webpack-plugin": "^4.0.1", "jest": "^29.7.0", - "stylelint-webpack-plugin": "^4.1.1" + "stylelint-webpack-plugin": "^5.0.0" }, "overrides": { "sortablejs": "$sortablejs"