Skip to content
This repository was archived by the owner on Jul 20, 2022. It is now read-only.

Commit 4b6f2ce

Browse files
committed
chore: update dependency eslint-plugin-import to v2.22.1
1 parent ce65238 commit 4b6f2ce

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"eslint": "4.19.1",
4545
"eslint-config-airbnb-base": "12.1.0",
4646
"eslint-config-prettier": "2.10.0",
47-
"eslint-plugin-import": "2.22.0",
47+
"eslint-plugin-import": "2.22.1",
4848
"eslint-plugin-prettier": "2.7.0",
4949
"events": "3.2.0",
5050
"husky": "1.3.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2290,10 +2290,10 @@ eslint-config-prettier@2.10.0:
22902290
dependencies:
22912291
get-stdin "^5.0.1"
22922292

2293-
eslint-import-resolver-node@^0.3.3:
2294-
version "0.3.3"
2295-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.3.tgz#dbaa52b6b2816b50bc6711af75422de808e98404"
2296-
integrity sha512-b8crLDo0M5RSe5YG8Pu2DYBj71tSB6OvXkfzwbJU2w7y8P4/yo0MyF8jU26IEuEuHF2K5/gcAJE3LhQGqBBbVg==
2293+
eslint-import-resolver-node@^0.3.4:
2294+
version "0.3.4"
2295+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.4.tgz#85ffa81942c25012d8231096ddf679c03042c717"
2296+
integrity sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA==
22972297
dependencies:
22982298
debug "^2.6.9"
22992299
resolve "^1.13.1"
@@ -2306,17 +2306,17 @@ eslint-module-utils@^2.6.0:
23062306
debug "^2.6.9"
23072307
pkg-dir "^2.0.0"
23082308

2309-
eslint-plugin-import@2.22.0:
2310-
version "2.22.0"
2311-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.22.0.tgz#92f7736fe1fde3e2de77623c838dd992ff5ffb7e"
2312-
integrity sha512-66Fpf1Ln6aIS5Gr/55ts19eUuoDhAbZgnr6UxK5hbDx6l/QgQgx61AePq+BV4PP2uXQFClgMVzep5zZ94qqsxg==
2309+
eslint-plugin-import@2.22.1:
2310+
version "2.22.1"
2311+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.22.1.tgz#0896c7e6a0cf44109a2d97b95903c2bb689d7702"
2312+
integrity sha512-8K7JjINHOpH64ozkAhpT3sd+FswIZTfMZTjdx052pnWrgRCVfp8op9tbjpAk3DdUeI/Ba4C8OjdC0r90erHEOw==
23132313
dependencies:
23142314
array-includes "^3.1.1"
23152315
array.prototype.flat "^1.2.3"
23162316
contains-path "^0.1.0"
23172317
debug "^2.6.9"
23182318
doctrine "1.5.0"
2319-
eslint-import-resolver-node "^0.3.3"
2319+
eslint-import-resolver-node "^0.3.4"
23202320
eslint-module-utils "^2.6.0"
23212321
has "^1.0.3"
23222322
minimatch "^3.0.4"

0 commit comments

Comments
 (0)