From 660358d5fc56ac0410d2cf33342adde494885279 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 22:53:57 +0000 Subject: [PATCH] build(deps-dev): bump stylelint-webpack-plugin from 5.0.0 to 5.0.1 Bumps [stylelint-webpack-plugin](https://github.com/webpack-contrib/stylelint-webpack-plugin) from 5.0.0 to 5.0.1. - [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/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: stylelint-webpack-plugin dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f85021ef..1f9ea064 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "stylelint-config-sass-guidelines": "^11.1.0", "stylelint-config-standard": "^36.0.0", "stylelint-scss": "^6.3.0", - "stylelint-webpack-plugin": "^5.0.0", + "stylelint-webpack-plugin": "^5.0.1", "vue-template-compiler": "^2.7.16" }, "engines": { @@ -12895,9 +12895,9 @@ } }, "node_modules/stylelint-webpack-plugin": { - "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==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-5.0.1.tgz", + "integrity": "sha512-07lpo1uVoFctKv0EOOg/YSrUppcLMjNBSMRqgooNnlbfAOgQfMzvLK+EbXz0HQiEgZobr+XQX9md/TgwTGdzbw==", "dev": true, "dependencies": { "globby": "^11.1.0", diff --git a/package.json b/package.json index b9c68575..f9ac1184 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "stylelint-config-sass-guidelines": "^11.1.0", "stylelint-config-standard": "^36.0.0", "stylelint-scss": "^6.3.0", - "stylelint-webpack-plugin": "^5.0.0", + "stylelint-webpack-plugin": "^5.0.1", "vue-template-compiler": "^2.7.16" }, "resolutions": {},