diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-02-09 02:19:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-09 02:19:43 +0000 |
commit | 2c287b1eb9409e8b9c83b0f8e0723993188bb6e7 (patch) | |
tree | 7885833214db372842ef9e572bb7aa2a673cb61e /package.json | |
parent | 5c650f876c0c72e241bc3b77b8489c4e8227912f (diff) | |
download | nextcloud-server-2c287b1eb9409e8b9c83b0f8e0723993188bb6e7.tar.gz nextcloud-server-2c287b1eb9409e8b9c83b0f8e0723993188bb6e7.zip |
Bump eslint-plugin-import from 2.20.0 to 2.20.1
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.20.0 to 2.20.1.
- [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.0...v2.20.1)
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 0b636ca35c9..89dd3638ec9 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "eslint-config-nextcloud": "0.1.1", "eslint-config-standard": "^12.0.0", "eslint-loader": "^3.0.3", - "eslint-plugin-import": "^2.20.0", + "eslint-plugin-import": "^2.20.1", "eslint-plugin-nextcloud": "^0.3.0", "eslint-plugin-node": "^10.0.0", "eslint-plugin-promise": "^4.2.1", |