From 8c5d19ca66cefae21d5d653b210e8626884eea77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 00:34:14 +0000 Subject: [PATCH] Bump stylelint-webpack-plugin from 4.1.1 to 5.0.0 Bumps [stylelint-webpack-plugin](https://github.com/webpack-contrib/stylelint-webpack-plugin) from 4.1.1 to 5.0.0. - [Release notes](https://github.com/webpack-contrib/stylelint-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/stylelint-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v4.1.1...v5.0.0) --- updated-dependencies: - dependency-name: stylelint-webpack-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 765e392c..bcefc2eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "postcss-preset-env": "^9.1.1", "sass-loader": "^13.2.2", "stylelint-config-prettier": "^9.0.5", - "stylelint-webpack-plugin": "^4.1.1", + "stylelint-webpack-plugin": "^5.0.0", "svg-spritemap-webpack-plugin": "^4.5.0", "svg-transform-loader": "^2.0.13", "tailwindcss": "^3.3.3" @@ -27012,25 +27012,25 @@ } }, "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==", "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 7dfc6155..c413cc47 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "postcss-preset-env": "^9.1.1", "sass-loader": "^13.2.2", "stylelint-config-prettier": "^9.0.5", - "stylelint-webpack-plugin": "^4.1.1", + "stylelint-webpack-plugin": "^5.0.0", "svg-spritemap-webpack-plugin": "^4.5.0", "svg-transform-loader": "^2.0.13", "tailwindcss": "^3.3.3"