From ef3b330440e2c3a2efb57bf2787862a8e4969fc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Feb 2022 23:03:42 +0000 Subject: Bump stylelint-webpack-plugin from 2.3.1 to 2.3.2 Bumps [stylelint-webpack-plugin](https://github.com/webpack-contrib/stylelint-webpack-plugin) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/webpack-contrib/stylelint-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/stylelint-webpack-plugin/blob/v2.3.2/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v2.3.1...v2.3.2) --- 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 | 36 +++++++----------------------------- package.json | 2 +- 2 files changed, 8 insertions(+), 30 deletions(-) diff --git a/package-lock.json b/package-lock.json index ab59063..c7c0b9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "stylelint": "^14.5.0", "stylelint-config-recommended-scss": "^4.3.0", "stylelint-scss": "^3.21.0", - "stylelint-webpack-plugin": "^2.3.1", + "stylelint-webpack-plugin": "^2.3.2", "url-loader": "^4.1.1", "vue-hot-reload-api": "^2.3.4", "vue-loader": "^15.9.8", @@ -2146,16 +2146,6 @@ "@types/node": "*" } }, - "node_modules/@types/stylelint": { - "version": "13.13.3", - "resolved": "https://registry.npmjs.org/@types/stylelint/-/stylelint-13.13.3.tgz", - "integrity": "sha512-xvYwobi9L69FXbJTimKYRNHyMwtmcJxMd1woI3U822rkW/f7wcZ6fsV1DqYPT+sNaO0qUtngiBhTQfMeItUvUA==", - "dev": true, - "dependencies": { - "globby": "11.x.x", - "postcss": "7.x.x" - } - }, "node_modules/@types/ws": { "version": "8.2.2", "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.2.2.tgz", @@ -12071,12 +12061,11 @@ } }, "node_modules/stylelint-webpack-plugin": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-2.3.1.tgz", - "integrity": "sha512-IPNQ0MJpNfTK/eQbkaiktYVYPN0m2tS/p/yCRdVbHpaebtzmMbmvuLtM7B08Wb3nbTOKL8+g1uQul9HVdOKTJQ==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-2.3.2.tgz", + "integrity": "sha512-gjerWQ7nY+4JdebL3LTDPp80DV10O1OOWtM+v+W29+ThzLsKGz3UptEVd0jVdFpWEohEXVilbnan2b/YXxakqA==", "dev": true, "dependencies": { - "@types/stylelint": "^13.13.3", "arrify": "^2.0.1", "globby": "^11.0.4", "jest-worker": "^27.3.1", @@ -16094,16 +16083,6 @@ "@types/node": "*" } }, - "@types/stylelint": { - "version": "13.13.3", - "resolved": "https://registry.npmjs.org/@types/stylelint/-/stylelint-13.13.3.tgz", - "integrity": "sha512-xvYwobi9L69FXbJTimKYRNHyMwtmcJxMd1woI3U822rkW/f7wcZ6fsV1DqYPT+sNaO0qUtngiBhTQfMeItUvUA==", - "dev": true, - "requires": { - "globby": "11.x.x", - "postcss": "7.x.x" - } - }, "@types/ws": { "version": "8.2.2", "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.2.2.tgz", @@ -24598,12 +24577,11 @@ } }, "stylelint-webpack-plugin": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-2.3.1.tgz", - "integrity": "sha512-IPNQ0MJpNfTK/eQbkaiktYVYPN0m2tS/p/yCRdVbHpaebtzmMbmvuLtM7B08Wb3nbTOKL8+g1uQul9HVdOKTJQ==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-2.3.2.tgz", + "integrity": "sha512-gjerWQ7nY+4JdebL3LTDPp80DV10O1OOWtM+v+W29+ThzLsKGz3UptEVd0jVdFpWEohEXVilbnan2b/YXxakqA==", "dev": true, "requires": { - "@types/stylelint": "^13.13.3", "arrify": "^2.0.1", "globby": "^11.0.4", "jest-worker": "^27.3.1", diff --git a/package.json b/package.json index ddc5f5c..f1df1ec 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "stylelint": "^14.5.0", "stylelint-config-recommended-scss": "^4.3.0", "stylelint-scss": "^3.21.0", - "stylelint-webpack-plugin": "^2.3.1", + "stylelint-webpack-plugin": "^2.3.2", "url-loader": "^4.1.1", "vue-hot-reload-api": "^2.3.4", "vue-loader": "^15.9.8", -- cgit v1.2.3