Skip to content

Commit a9c2257

Browse files
committed
chore(deps): update dependency eslint-plugin-import to v2.28.1
1 parent 0b19af3 commit a9c2257

File tree

2 files changed

+10
-20
lines changed

2 files changed

+10
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@typescript-eslint/parser": "5.62.0",
3535
"eslint": "8.47.0",
3636
"eslint-config-prettier": "9.0.0",
37-
"eslint-plugin-import": "2.28.0",
37+
"eslint-plugin-import": "2.28.1",
3838
"eslint-plugin-prettier": "5.0.0",
3939
"jest": "26.6.3",
4040
"lerna": "6.6.2",

yarn.lock

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4752,10 +4752,10 @@ eslint-module-utils@^2.8.0:
47524752
dependencies:
47534753
debug "^3.2.7"
47544754

4755-
4756-
version "2.28.0"
4757-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.28.0.tgz#8d66d6925117b06c4018d491ae84469eb3cb1005"
4758-
integrity sha512-B8s/n+ZluN7sxj9eUf7/pRFERX0r5bnFA2dCaLHy2ZeaQEAz0k+ZZkFWRFHJAqxfxQDx6KLv9LeIki7cFdwW+Q==
4755+
4756+
version "2.28.1"
4757+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.28.1.tgz#63b8b5b3c409bfc75ebaf8fb206b07ab435482c4"
4758+
integrity sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==
47594759
dependencies:
47604760
array-includes "^3.1.6"
47614761
array.prototype.findlastindex "^1.2.2"
@@ -4766,13 +4766,12 @@ [email protected]:
47664766
eslint-import-resolver-node "^0.3.7"
47674767
eslint-module-utils "^2.8.0"
47684768
has "^1.0.3"
4769-
is-core-module "^2.12.1"
4769+
is-core-module "^2.13.0"
47704770
is-glob "^4.0.3"
47714771
minimatch "^3.1.2"
47724772
object.fromentries "^2.0.6"
47734773
object.groupby "^1.0.0"
47744774
object.values "^1.1.6"
4775-
resolve "^1.22.3"
47764775
semver "^6.3.1"
47774776
tsconfig-paths "^3.14.2"
47784777

@@ -6599,10 +6598,10 @@ is-core-module@^2.11.0, is-core-module@^2.9.0:
65996598
dependencies:
66006599
has "^1.0.3"
66016600

6602-
is-core-module@^2.12.0, is-core-module@^2.12.1:
6603-
version "2.12.1"
6604-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.12.1.tgz#0c0b6885b6f80011c71541ce15c8d66cf5a4f9fd"
6605-
integrity sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==
6601+
is-core-module@^2.13.0:
6602+
version "2.13.0"
6603+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.0.tgz#bb52aa6e2cbd49a30c2ba68c42bf3435ba6072db"
6604+
integrity sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==
66066605
dependencies:
66076606
has "^1.0.3"
66086607

@@ -10744,15 +10743,6 @@ resolve@^1.22.1:
1074410743
path-parse "^1.0.7"
1074510744
supports-preserve-symlinks-flag "^1.0.0"
1074610745

10747-
resolve@^1.22.3:
10748-
version "1.22.3"
10749-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.3.tgz#4b4055349ffb962600972da1fdc33c46a4eb3283"
10750-
integrity sha512-P8ur/gp/AmbEzjr729bZnLjXK5Z+4P0zhIJgBgzqRih7hL7BOukHGtSTA3ACMY467GRFz3duQsi0bDZdR7DKdw==
10751-
dependencies:
10752-
is-core-module "^2.12.0"
10753-
path-parse "^1.0.7"
10754-
supports-preserve-symlinks-flag "^1.0.0"
10755-
1075610746
restore-cursor@^3.1.0:
1075710747
version "3.1.0"
1075810748
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz#39f67c54b3a7a58cea5236d95cf0034239631f7e"

0 commit comments

Comments
 (0)