From 47fd13641589d329f0ec1d1144bbeb4adcb62f29 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 29 Sep 2020 06:42:05 +0000 Subject: [PATCH] fix: upgrade eslint-plugin-import from 2.22.0 to 2.22.1 Snyk has created this PR to upgrade eslint-plugin-import from 2.22.0 to 2.22.1. See this package in npm: https://www.npmjs.com/package/eslint-plugin-import See this project in Snyk: https://app.snyk.io/org/randytarampi/project/e095fb25-a87f-4931-a0ba-08adee4c492b?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e712938..07ca9b4 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "cross-env": "^7.0.2", "del": "^5.1.0", "eslint": "^7.9.0", - "eslint-plugin-import": "^2.22.0", + "eslint-plugin-import": "^2.22.1", "gulp": "^4.0.2", "gulp-eslint": "^6.0.0", "gulp-if": "^3.0.0",