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:
authorJulius Härtl <jus@bitgrid.net>2019-12-16 14:53:05 +0300
committerGitHub <noreply@github.com>2019-12-16 14:53:05 +0300
commit67379021f8ce4a9b4ac33edf9a8144534308e5b5 (patch)
tree1d670a973740f8edce213ca03aa9aa35825c887b /package-lock.json
parent4fabdc99cf245230ea49f8d937d0bd06a5c47fe1 (diff)
parent4933ea8a87fcb2b1fc59e0587d38746e03da7248 (diff)
Bump stylelint-webpack-plugin from 1.1.0 to 1.1.2 (#461)
Bump stylelint-webpack-plugin from 1.1.0 to 1.1.2
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",