diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-10-03 01:16:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-03 01:16:05 +0000 |
commit | f8fc5a6089992577eac3aa356f3eaabaf7ae90f1 (patch) | |
tree | 23af5f5309113dc437562558d250aa8473cc6efa /package.json | |
parent | 7819305eba67275b3db1d500193f2eee539b9442 (diff) | |
download | nextcloud-server-f8fc5a6089992577eac3aa356f3eaabaf7ae90f1.tar.gz nextcloud-server-f8fc5a6089992577eac3aa356f3eaabaf7ae90f1.zip |
Bump eslint-plugin-import from 2.22.0 to 2.22.1
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.22.0 to 2.22.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.22.0...v2.22.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 db90724dfc8..7c16132cb0f 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "eslint": "^6.8.0", "eslint-config-standard": "^14.1.1", "eslint-loader": "^4.0.2", - "eslint-plugin-import": "^2.22.0", + "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", |