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-01-16 05:39:05 +0300
committerGitHub <noreply@github.com>2020-01-16 05:39:05 +0300
commit96f8832e2f6037b77df2c58c20c775650c6a3c59 (patch)
treeb7b7b9ad4b0cbf7c0d6aef95452ff7e91913c6cf
parent6ca807225ababc44e136d2ebc1333874786402a9 (diff)
Bump stylelint-webpack-plugin from 1.2.0 to 1.2.1
Bumps [stylelint-webpack-plugin](https://github.com/webpack-contrib/stylelint-webpack-plugin) from 1.2.0 to 1.2.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/v1.2.0...v1.2.1) 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 38f68c30f..c35d0891a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -13906,9 +13906,9 @@
}
},
"stylelint-webpack-plugin": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-1.2.0.tgz",
- "integrity": "sha512-cHAoaG8Xbq3y25ND6ZFwW3FmLS43mamC3jdPVBIJjasTMdCLgjgJid7NY+0YS6lJEX86sw5lvYDyLzrigD2U4g==",
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-1.2.1.tgz",
+ "integrity": "sha512-J2CFUliPYxirP8l4HUOZmKNMW6HETFPX6wxlQIlfddfV74GFaK6wDk31306LdA5bc8MOOCSsDg4u3FYVlFtF3A==",
"dev": true,
"requires": {
"arrify": "^2.0.1",
diff --git a/package.json b/package.json
index 51d122500..d55c4796e 100644
--- a/package.json
+++ b/package.json
@@ -94,7 +94,7 @@
"stylelint": "^12.0.1",
"stylelint-config-recommended-scss": "^4.1.0",
"stylelint-scss": "^3.13.0",
- "stylelint-webpack-plugin": "^1.2.0",
+ "stylelint-webpack-plugin": "^1.2.1",
"url-loader": "^3.0.0",
"vue-jest": "^3.0.5",
"vue-loader": "^15.7.2",