diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-03-29 01:16:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-29 01:16:27 +0000 |
commit | 49559dba14fec966998ec0852ffb33263246e577 (patch) | |
tree | faf493a612f441f270fb09ef5cd66edbb6001135 /package.json | |
parent | df463f90be01be2d38f6cdd5b2b1a20900696b54 (diff) | |
download | nextcloud-server-49559dba14fec966998ec0852ffb33263246e577.tar.gz nextcloud-server-49559dba14fec966998ec0852ffb33263246e577.zip |
Bump eslint-plugin-node from 11.0.0 to 11.1.0
Bumps [eslint-plugin-node](https://github.com/mysticatea/eslint-plugin-node) from 11.0.0 to 11.1.0.
- [Release notes](https://github.com/mysticatea/eslint-plugin-node/releases)
- [Commits](https://github.com/mysticatea/eslint-plugin-node/compare/v11.0.0...v11.1.0)
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 981fdad5b4a..470ce3525e4 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "eslint-config-standard": "^12.0.0", "eslint-loader": "^3.0.3", "eslint-plugin-import": "^2.20.1", - "eslint-plugin-node": "^11.0.0", + "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "eslint-plugin-vue": "^6.2.2", |