summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-11-14 02:24:06 +0000
committerGitHub <noreply@github.com>2020-11-14 02:24:06 +0000
commit6a96f333149abcbc80f68f385dfe269223aae481 (patch)
tree539895ff6ac60cd50a229b8344984278eec2321b
parentd6092fb331de16aaff28d0cba799fc78df99944b (diff)
Bump eslint-plugin-standard from 4.0.2 to 4.1.0
Bumps [eslint-plugin-standard](https://github.com/standard/eslint-plugin-standard) from 4.0.2 to 4.1.0. - [Release notes](https://github.com/standard/eslint-plugin-standard/releases) - [Commits](https://github.com/standard/eslint-plugin-standard/compare/v4.0.2...v4.1.0) 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 37e382b1..f7187e92 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 a4b96e54..1088aba8 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",