diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-10-31 02:19:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-31 02:19:37 +0000 |
commit | a81995a7bed3a31be6a5ac2092d21e59ddb4ccf8 (patch) | |
tree | 2c2d5b104bb7a42facc69d7e7616d99294532a98 /package.json | |
parent | f94af85749f1c98564c7b4f503a13309a24595fb (diff) | |
download | nextcloud-server-a81995a7bed3a31be6a5ac2092d21e59ddb4ccf8.tar.gz nextcloud-server-a81995a7bed3a31be6a5ac2092d21e59ddb4ccf8.zip |
Bump eslint-plugin-standard from 4.0.1 to 4.0.2
Bumps [eslint-plugin-standard](https://github.com/standard/eslint-plugin-standard) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/standard/eslint-plugin-standard/releases)
- [Commits](https://github.com/standard/eslint-plugin-standard/compare/v4.0.1...v4.0.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 7c76c09ee5b..5e3dfeab838 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.1", + "eslint-plugin-standard": "^4.0.2", "eslint-plugin-vue": "^6.2.2", "exports-loader": "^1.1.1", "file-loader": "^6.1.1", |