diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-12-15 02:14:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-15 02:14:42 +0000 |
commit | 0c522151b03f47576d59721c243387270ebe8673 (patch) | |
tree | fbc6264588c2a5cd90e99b8bb038cb053b832092 /package.json | |
parent | bc291d50c30ea7095cecafb89bdbb88ec54e3d8a (diff) | |
download | nextcloud-server-0c522151b03f47576d59721c243387270ebe8673.tar.gz nextcloud-server-0c522151b03f47576d59721c243387270ebe8673.zip |
Bump eslint-plugin-import from 2.18.2 to 2.19.1
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.18.2 to 2.19.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.18.2...v2.19.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 8a9b154b476..403157700f3 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "eslint-config-nextcloud": "0.0.6", "eslint-config-standard": "^12.0.0", "eslint-loader": "^3.0.3", - "eslint-plugin-import": "^2.18.2", + "eslint-plugin-import": "^2.19.1", "eslint-plugin-nextcloud": "^0.3.0", "eslint-plugin-node": "^10.0.0", "eslint-plugin-promise": "^4.2.1", |