diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-04-05 01:19:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-05 01:19:39 +0000 |
commit | 7f34bc3d91d3b518d281f8df799f774286bb05ef (patch) | |
tree | f06c1f31f9d089a4750f0c5c98633fdff5a53142 /package.json | |
parent | 4a292126e57fb07282075d9e3cc0b479d7f0c377 (diff) | |
download | nextcloud-server-7f34bc3d91d3b518d281f8df799f774286bb05ef.tar.gz nextcloud-server-7f34bc3d91d3b518d281f8df799f774286bb05ef.zip |
Bump eslint-plugin-import from 2.20.1 to 2.20.2
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.20.1 to 2.20.2.
- [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.20.1...v2.20.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 f5c45553771..1fe4e284d22 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "eslint": "^6.8.0", "eslint-config-standard": "^12.0.0", "eslint-loader": "^3.0.3", - "eslint-plugin-import": "^2.20.1", + "eslint-plugin-import": "^2.20.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", |