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

github.com/nextcloud/tasks.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-09-13 22:42:06 +0300
committerGitHub <noreply@github.com>2020-09-13 22:42:06 +0300
commitdcaefd4c34040de72fc72b004e552f88f2112f5f (patch)
tree8356641f310c142ca6b5c8cbcc657f963f466592
parenta1472491feb7458915c4f1315601a630009d4724 (diff)
Bump stylelint from 13.7.0 to 13.7.1
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.7.0 to 13.7.1. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/13.7.0...13.7.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--package-lock.json18
-rw-r--r--package.json2
2 files changed, 10 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json
index 2007141c..c9a2f895 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5802,9 +5802,9 @@
}
},
"caniuse-lite": {
- "version": "1.0.30001124",
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001124.tgz",
- "integrity": "sha512-zQW8V3CdND7GHRH6rxm6s59Ww4g/qGWTheoboW9nfeMg7sUoopIfKCcNZUjwYRCOrvereh3kwDpZj4VLQ7zGtA==",
+ "version": "1.0.30001129",
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001129.tgz",
+ "integrity": "sha512-9945fTVKS810DZITpsAbuhQG7Lam0tEfVbZlsBaCFZaszepbryrArS05PWmJSBQ6mta+v9iz0pUIAbW1eBILIg==",
"dev": true
},
"chalk": {
@@ -21351,9 +21351,9 @@
"dev": true
},
"stylelint": {
- "version": "13.7.0",
- "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-13.7.0.tgz",
- "integrity": "sha512-1wStd4zVetnlHO98VjcHQbjSDmvcA39smkZQMct2cf+hom40H0xlQNdzzbswoG/jGBh61/Ue9m7Lu99PY51O6A==",
+ "version": "13.7.1",
+ "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-13.7.1.tgz",
+ "integrity": "sha512-qzqazcyRxrSRdmFuO0/SZOJ+LyCxYy0pwcvaOBBnl8/2VfHSMrtNIE+AnyJoyq6uKb+mt+hlgmVrvVi6G6XHfQ==",
"dev": true,
"requires": {
"@stylelint/postcss-css-in-js": "^0.37.2",
@@ -21407,9 +21407,9 @@
},
"dependencies": {
"ajv": {
- "version": "6.12.4",
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.4.tgz",
- "integrity": "sha512-eienB2c9qVQs2KWexhkrdMLVDoIQCz5KSeLxwg9Lzk4DOfBtIK9PQwwufcsn1jjGuf9WZmqPMbGxOzfcuphJCQ==",
+ "version": "6.12.5",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.5.tgz",
+ "integrity": "sha512-lRF8RORchjpKG50/WFf8xmg7sgCLFiYNNnqdKflk63whMQcWR5ngGjiSXkL9bjxy6B2npOK2HSMN49jEBMSkag==",
"dev": true,
"requires": {
"fast-deep-equal": "^3.1.1",
diff --git a/package.json b/package.json
index 8355139d..70653e6f 100644
--- a/package.json
+++ b/package.json
@@ -90,7 +90,7 @@
"prettier-eslint": "^11.0.0",
"raw-loader": "^4.0.1",
"sass-loader": "^10.0.2",
- "stylelint": "^13.7.0",
+ "stylelint": "^13.7.1",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-scss": "^3.18.0",
"stylelint-webpack-plugin": "^2.1.0",