diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-07-04 01:21:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-04 01:21:09 +0000 |
commit | 285068485e230adf62435e416c823b1a4fc7ebff (patch) | |
tree | e9c483b72e3ac13600e4740ec52501ba0c60876e /package.json | |
parent | b6bbc709b21817f207e963394ba891391fbb8079 (diff) | |
download | nextcloud-server-285068485e230adf62435e416c823b1a4fc7ebff.tar.gz nextcloud-server-285068485e230adf62435e416c823b1a4fc7ebff.zip |
Bump eslint-plugin-import from 2.21.2 to 2.22.0
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.21.2 to 2.22.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.21.2...v2.22.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 a6a03d3f046..40cdf18389c 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "eslint": "^6.8.0", "eslint-config-standard": "^12.0.0", "eslint-loader": "^3.0.4", - "eslint-plugin-import": "^2.21.2", + "eslint-plugin-import": "^2.22.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", |