Skip to content

Commit e497b31

Browse files
committed
fix(deps): update dependency eslint-plugin-import to ^2.28.1
1 parent 1115e91 commit e497b31

File tree

2 files changed

+14
-17
lines changed

2 files changed

+14
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"eslint": "^8.47.0",
4646
"eslint-formatter-pretty": "^5.0.0",
4747
"eslint-plugin-eslint-comments": "^3.2.0",
48-
"eslint-plugin-import": "^2.28.0",
48+
"eslint-plugin-import": "^2.28.1",
4949
"eslint-plugin-jest": "^27.2.3",
5050
"eslint-plugin-jsx-a11y": "^6.7.1",
5151
"eslint-plugin-n": "^16.0.1",

yarn.lock

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3390,10 +3390,10 @@ eslint-plugin-eslint-comments@^3.2.0:
33903390
escape-string-regexp "^1.0.5"
33913391
ignore "^5.0.5"
33923392

3393-
eslint-plugin-import@^2.28.0:
3394-
version "2.28.0"
3395-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.28.0.tgz#8d66d6925117b06c4018d491ae84469eb3cb1005"
3396-
integrity sha512-B8s/n+ZluN7sxj9eUf7/pRFERX0r5bnFA2dCaLHy2ZeaQEAz0k+ZZkFWRFHJAqxfxQDx6KLv9LeIki7cFdwW+Q==
3393+
eslint-plugin-import@^2.28.1:
3394+
version "2.28.1"
3395+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.28.1.tgz#63b8b5b3c409bfc75ebaf8fb206b07ab435482c4"
3396+
integrity sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==
33973397
dependencies:
33983398
array-includes "^3.1.6"
33993399
array.prototype.findlastindex "^1.2.2"
@@ -3404,13 +3404,12 @@ eslint-plugin-import@^2.28.0:
34043404
eslint-import-resolver-node "^0.3.7"
34053405
eslint-module-utils "^2.8.0"
34063406
has "^1.0.3"
3407-
is-core-module "^2.12.1"
3407+
is-core-module "^2.13.0"
34083408
is-glob "^4.0.3"
34093409
minimatch "^3.1.2"
34103410
object.fromentries "^2.0.6"
34113411
object.groupby "^1.0.0"
34123412
object.values "^1.1.6"
3413-
resolve "^1.22.3"
34143413
semver "^6.3.1"
34153414
tsconfig-paths "^3.14.2"
34163415

@@ -4681,13 +4680,20 @@ is-core-module@^2.11.0:
46814680
dependencies:
46824681
has "^1.0.3"
46834682

4684-
is-core-module@^2.12.0, is-core-module@^2.12.1:
4683+
is-core-module@^2.12.1:
46854684
version "2.12.1"
46864685
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.12.1.tgz#0c0b6885b6f80011c71541ce15c8d66cf5a4f9fd"
46874686
integrity sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==
46884687
dependencies:
46894688
has "^1.0.3"
46904689

4690+
is-core-module@^2.13.0:
4691+
version "2.13.0"
4692+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.0.tgz#bb52aa6e2cbd49a30c2ba68c42bf3435ba6072db"
4693+
integrity sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==
4694+
dependencies:
4695+
has "^1.0.3"
4696+
46914697
is-core-module@^2.5.0, is-core-module@^2.8.1, is-core-module@^2.9.0:
46924698
version "2.10.0"
46934699
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.10.0.tgz#9012ede0a91c69587e647514e1d5277019e728ed"
@@ -7474,15 +7480,6 @@ resolve@^1.22.2:
74747480
path-parse "^1.0.7"
74757481
supports-preserve-symlinks-flag "^1.0.0"
74767482

7477-
resolve@^1.22.3:
7478-
version "1.22.3"
7479-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.3.tgz#4b4055349ffb962600972da1fdc33c46a4eb3283"
7480-
integrity sha512-P8ur/gp/AmbEzjr729bZnLjXK5Z+4P0zhIJgBgzqRih7hL7BOukHGtSTA3ACMY467GRFz3duQsi0bDZdR7DKdw==
7481-
dependencies:
7482-
is-core-module "^2.12.0"
7483-
path-parse "^1.0.7"
7484-
supports-preserve-symlinks-flag "^1.0.0"
7485-
74867483
resolve@^2.0.0-next.4:
74877484
version "2.0.0-next.4"
74887485
resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.4.tgz#3d37a113d6429f496ec4752d2a2e58efb1fd4660"

0 commit comments

Comments
 (0)