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 | |
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>
-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 407e6d633ad..f7566e7dc9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4526,9 +4526,9 @@ } }, "eslint-plugin-node": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-11.0.0.tgz", - "integrity": "sha512-chUs/NVID+sknFiJzxoN9lM7uKSOEta8GC8365hw1nDfwIPIjjpRSwwPvQanWv8dt/pDe9EV4anmVSwdiSndNg==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz", + "integrity": "sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==", "dev": true, "requires": { "eslint-plugin-es": "^3.0.0", 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", |