summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-11-15 10:17:12 +0000
committerGitHub <noreply@github.com>2020-11-15 10:17:12 +0000
commitfa7714d06aa548e116ee5c667258cfc6656c17a8 (patch)
tree6ecb5010a12f0c3626ac3191f310ed340468bf13
parentde836be2dc8bf4efb9e053e4f1a0f0e4c791a4ec (diff)
parent6a96f333149abcbc80f68f385dfe269223aae481 (diff)
Merge pull request #1126 from nextcloud/dependabot/npm_and_yarn/eslint-plugin-standard-4.1.0
-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 eda47e02..4d4ebea5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9489,9 +9489,9 @@
"dev": true
},
"eslint-plugin-standard": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/eslint-plugin-standard/-/eslint-plugin-standard-4.0.2.tgz",
- "integrity": "sha512-nKptN8l7jksXkwFk++PhJB3cCDTcXOEyhISIN86Ue2feJ1LFyY3PrY3/xT2keXlJSY5bpmbiTG0f885/YKAvTA==",
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-standard/-/eslint-plugin-standard-4.1.0.tgz",
+ "integrity": "sha512-ZL7+QRixjTR6/528YNGyDotyffm5OQst/sGxKDwGb9Uqs4In5Egi4+jbobhqJoyoCM6/7v/1A5fhQ7ScMtDjaQ==",
"dev": true
},
"eslint-plugin-vue": {
diff --git a/package.json b/package.json
index 8a63ecc6..f0ed4b1f 100644
--- a/package.json
+++ b/package.json
@@ -86,7 +86,7 @@
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
- "eslint-plugin-standard": "^4.0.2",
+ "eslint-plugin-standard": "^4.1.0",
"eslint-plugin-vue": "^6.2.2",
"file-loader": "^6.2.0",
"jest": "^26.6.3",