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 /package-lock.json | |
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>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 6 |
1 files changed, 3 insertions, 3 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": { |