From 496c3b29dece950a152c5f1b7b0e1aa55aab1273 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 29 Sep 2020 21:31:48 +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/c1a13acc-9a11-409f-81a5-90f6de868dda?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index fdd7eec0..10ed2fa4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2665,9 +2665,9 @@ } }, "eslint-plugin-import": { - "version": "2.22.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.22.0.tgz", - "integrity": "sha512-66Fpf1Ln6aIS5Gr/55ts19eUuoDhAbZgnr6UxK5hbDx6l/QgQgx61AePq+BV4PP2uXQFClgMVzep5zZ94qqsxg==", + "version": "2.22.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.22.1.tgz", + "integrity": "sha512-8K7JjINHOpH64ozkAhpT3sd+FswIZTfMZTjdx052pnWrgRCVfp8op9tbjpAk3DdUeI/Ba4C8OjdC0r90erHEOw==", "dev": true, "requires": { "array-includes": "^3.1.1", @@ -2675,7 +2675,7 @@ "contains-path": "^0.1.0", "debug": "^2.6.9", "doctrine": "1.5.0", - "eslint-import-resolver-node": "^0.3.3", + "eslint-import-resolver-node": "^0.3.4", "eslint-module-utils": "^2.6.0", "has": "^1.0.3", "minimatch": "^3.0.4", diff --git a/package.json b/package.json index 670f116f..dad66edf 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@semantic-release/git": "^9.0.0", "coveralls": "^3.1.0", "eslint": "^7.10.0", - "eslint-plugin-import": "^2.22.0", + "eslint-plugin-import": "^2.22.1", "mkdirp": "^1.0.4", "mocha": "^8.1.3", "mocha-junit-reporter": "^2.0.0",