diff --git a/package-lock.json b/package-lock.json index 0792bd9dd38..b947125180d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14559,9 +14559,9 @@ } }, "stylelint-webpack-plugin": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-1.0.4.tgz", - "integrity": "sha512-klDJLPDGX4kbXcya4CSK0Bvot2isVx1+mCKGM8WYVhFBTqHhvTOMxoz1JJnLaDwfMzdXJh7bA/REPCgipfp6WQ==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-1.1.0.tgz", + "integrity": "sha512-wv4YnpGgdkLTKTYAL2iNVTBz90tnQV2KEvrMlm+CQyoJKzG5JKI/YdmC8jkpOoQqXDT8hhJvw9vIELeqpS29lg==", "dev": true, "requires": { "arrify": "^2.0.1", diff --git a/package.json b/package.json index ed93823dce9..1922c9a4026 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "stylelint": "^11.1.1", "stylelint-config-recommended-scss": "^4.0.0", "stylelint-scss": "^3.12.1", - "stylelint-webpack-plugin": "^1.0.4", + "stylelint-webpack-plugin": "^1.1.0", "url-loader": "^2.2.0", "vue-jest": "^3.0.5", "vue-loader": "^15.7.2",