diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-11-14 02:22:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-14 02:22:09 +0000 |
commit | 12783cfa299a1b56c1e2fcea09b9722a28844e1e (patch) | |
tree | 2ff9401bbabc2172e60c868abc35d6035c8cc62e | |
parent | cd270d49c0782a7fbe2d63cb574654d1c1511461 (diff) | |
download | nextcloud-server-12783cfa299a1b56c1e2fcea09b9722a28844e1e.tar.gz nextcloud-server-12783cfa299a1b56c1e2fcea09b9722a28844e1e.zip |
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.json | 6 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index 2a14ac4541d..52a9a8fa9b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4995,9 +4995,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 dedfcc02d47..c6efea3ae5f 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,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", "exports-loader": "^1.1.1", "file-loader": "^6.2.0", |