Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-02-10 05:34:59 +0300
committerGitHub <noreply@github.com>2020-02-10 05:34:59 +0300
commitf29b62fbcb93ab849feae766df4674d960c7cf9a (patch)
tree845d7378d592a1f418e7dcfd96e89a2633e81a87
parent76d1d57d24433d1f621d1bef69e740aa2994b3d3 (diff)
Bump stylelint-webpack-plugin from 1.2.1 to 1.2.3
Bumps [stylelint-webpack-plugin](https://github.com/webpack-contrib/stylelint-webpack-plugin) from 1.2.1 to 1.2.3. - [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/v1.2.1...v1.2.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 3aa46eef2..e7921ca25 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -14841,9 +14841,9 @@
}
},
"stylelint-webpack-plugin": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-1.2.1.tgz",
- "integrity": "sha512-J2CFUliPYxirP8l4HUOZmKNMW6HETFPX6wxlQIlfddfV74GFaK6wDk31306LdA5bc8MOOCSsDg4u3FYVlFtF3A==",
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-1.2.3.tgz",
+ "integrity": "sha512-XEevZZzlI6k3e0Amp7AtpZ/elgaOdPPwLFY9InNoajw4KNRcZTkK61ZsZdHvIyK32Ej9L9u4fwfXG2QGKW0imA==",
"dev": true,
"requires": {
"arrify": "^2.0.1",
diff --git a/package.json b/package.json
index 9cb6d8491..7b851973e 100644
--- a/package.json
+++ b/package.json
@@ -94,7 +94,7 @@
"stylelint": "^13.0.0",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-scss": "^3.14.2",
- "stylelint-webpack-plugin": "^1.2.1",
+ "stylelint-webpack-plugin": "^1.2.3",
"url-loader": "^3.0.0",
"vue-jest": "^3.0.5",
"vue-loader": "^15.7.2",