diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-01-19 02:19:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-19 02:19:35 +0000 |
commit | 56ab5f95001131d48035656a9a3779def6cca074 (patch) | |
tree | 664392618a0743e494dbb6de08435a949795f2bd /package.json | |
parent | a61bad6ede7d99eae7e754f94ef39272d7ff1ba7 (diff) | |
download | nextcloud-server-56ab5f95001131d48035656a9a3779def6cca074.tar.gz nextcloud-server-56ab5f95001131d48035656a9a3779def6cca074.zip |
Bump eslint-plugin-import from 2.19.1 to 2.20.0
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.19.1 to 2.20.0.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases)
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md)
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.19.1...v2.20.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 d4e5a2c690c..e139cdf3806 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "eslint-config-nextcloud": "0.1.1", "eslint-config-standard": "^12.0.0", "eslint-loader": "^3.0.3", - "eslint-plugin-import": "^2.19.1", + "eslint-plugin-import": "^2.20.0", "eslint-plugin-nextcloud": "^0.3.0", "eslint-plugin-node": "^10.0.0", "eslint-plugin-promise": "^4.2.1", |