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>2019-12-11 13:15:28 +0300
committerGitHub <noreply@github.com>2019-12-11 13:15:28 +0300
commit4933ea8a87fcb2b1fc59e0587d38746e03da7248 (patch)
tree3c1831bf6c3a7886e254b412bb17dc3838385f38 /package-lock.json
parent8f77fa2ea849432dda46b96b6f21acaa2bb75dcf (diff)
Bump stylelint-webpack-plugin from 1.1.0 to 1.1.2
Bumps [stylelint-webpack-plugin](https://github.com/webpack-contrib/stylelint-webpack-plugin) from 1.1.0 to 1.1.2. - [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.1.0...v1.1.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json18
1 files changed, 4 insertions, 14 deletions
diff --git a/package-lock.json b/package-lock.json
index 311466dbe..a10e41d8b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -15157,14 +15157,14 @@
}
},
"stylelint-webpack-plugin": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-1.1.0.tgz",
- "integrity": "sha512-wv4YnpGgdkLTKTYAL2iNVTBz90tnQV2KEvrMlm+CQyoJKzG5JKI/YdmC8jkpOoQqXDT8hhJvw9vIELeqpS29lg==",
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/stylelint-webpack-plugin/-/stylelint-webpack-plugin-1.1.2.tgz",
+ "integrity": "sha512-PvxFM8z614xNZW+opA733X8NkROCkH1ZkZZ7EBWwm7J+7Rwk/bIHiAqUqlM4VueXECPsCjrzxqDZnCE+EOYZxQ==",
"dev": true,
"requires": {
"arrify": "^2.0.1",
"micromatch": "^4.0.2",
- "schema-utils": "^2.5.0"
+ "schema-utils": "^2.6.1"
},
"dependencies": {
"arrify": {
@@ -15207,16 +15207,6 @@
"picomatch": "^2.0.5"
}
},
- "schema-utils": {
- "version": "2.5.0",
- "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.5.0.tgz",
- "integrity": "sha512-32ISrwW2scPXHUSusP8qMg5dLUawKkyV+/qIEV9JdXKx+rsM6mi8vZY8khg2M69Qom16rtroWXD3Ybtiws38gQ==",
- "dev": true,
- "requires": {
- "ajv": "^6.10.2",
- "ajv-keywords": "^3.4.1"
- }
- },
"to-regex-range": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",