Skip to content

Commit e15b334

Browse files
build(deps-dev): bump eslint-plugin-import from 2.25.2 to 2.25.3 (#1164)
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.25.2 to 2.25.3. - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](import-js/eslint-plugin-import@v2.25.2...v2.25.3) --- updated-dependencies: - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 99a4b1b commit e15b334

File tree

1 file changed

+10
-51
lines changed

1 file changed

+10
-51
lines changed

yarn.lock

Lines changed: 10 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,14 +1020,6 @@
10201020
"@typescript-eslint/typescript-estree" "5.3.1"
10211021
debug "^4.3.2"
10221022

1023-
"@typescript-eslint/[email protected]":
1024-
version "5.3.0"
1025-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.3.0.tgz#97d0ccc7c9158e89e202d5e24ce6ba49052d432e"
1026-
integrity sha512-22Uic9oRlTsPppy5Tcwfj+QET5RWEnZ5414Prby465XxQrQFZ6nnm5KnXgnsAJefG4hEgMnaxTB3kNEyjdjj6A==
1027-
dependencies:
1028-
"@typescript-eslint/types" "5.3.0"
1029-
"@typescript-eslint/visitor-keys" "5.3.0"
1030-
10311023
"@typescript-eslint/[email protected]":
10321024
version "5.3.1"
10331025
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.3.1.tgz#3cfbfbcf5488fb2a9a6fbbe97963ee1e8d419269"
@@ -1036,29 +1028,11 @@
10361028
"@typescript-eslint/types" "5.3.1"
10371029
"@typescript-eslint/visitor-keys" "5.3.1"
10381030

1039-
"@typescript-eslint/[email protected]":
1040-
version "5.3.0"
1041-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.3.0.tgz#af29fd53867c2df0028c57c36a655bd7e9e05416"
1042-
integrity sha512-fce5pG41/w8O6ahQEhXmMV+xuh4+GayzqEogN24EK+vECA3I6pUwKuLi5QbXO721EMitpQne5VKXofPonYlAQg==
1043-
10441031
"@typescript-eslint/[email protected]":
10451032
version "5.3.1"
10461033
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.3.1.tgz#afaa715b69ebfcfde3af8b0403bf27527912f9b7"
10471034
integrity sha512-bG7HeBLolxKHtdHG54Uac750eXuQQPpdJfCYuw4ZI3bZ7+GgKClMWM8jExBtp7NSP4m8PmLRM8+lhzkYnSmSxQ==
10481035

1049-
"@typescript-eslint/[email protected]":
1050-
version "5.3.0"
1051-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.3.0.tgz#4f68ddd46dc2983182402d2ab21fb44ad94988cf"
1052-
integrity sha512-FJ0nqcaUOpn/6Z4Jwbtf+o0valjBLkqc3MWkMvrhA2TvzFXtcclIM8F4MBEmYa2kgcI8EZeSAzwoSrIC8JYkug==
1053-
dependencies:
1054-
"@typescript-eslint/types" "5.3.0"
1055-
"@typescript-eslint/visitor-keys" "5.3.0"
1056-
debug "^4.3.2"
1057-
globby "^11.0.4"
1058-
is-glob "^4.0.3"
1059-
semver "^7.3.5"
1060-
tsutils "^3.21.0"
1061-
10621036
"@typescript-eslint/[email protected]":
10631037
version "5.3.1"
10641038
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.3.1.tgz#50cc4bfb93dc31bc75e08ae52e29fcb786d606ec"
@@ -1072,14 +1046,6 @@
10721046
semver "^7.3.5"
10731047
tsutils "^3.21.0"
10741048

1075-
"@typescript-eslint/[email protected]":
1076-
version "5.3.0"
1077-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.3.0.tgz#a6258790f3b7b2547f70ed8d4a1e0c3499994523"
1078-
integrity sha512-oVIAfIQuq0x2TFDNLVavUn548WL+7hdhxYn+9j3YdJJXB7mH9dAmZNJsPDa7Jc+B9WGqoiex7GUDbyMxV0a/aw==
1079-
dependencies:
1080-
"@typescript-eslint/types" "5.3.0"
1081-
eslint-visitor-keys "^3.0.0"
1082-
10831049
"@typescript-eslint/[email protected]":
10841050
version "5.3.1"
10851051
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.3.1.tgz#c2860ff22939352db4f3806f34b21d8ad00588ba"
@@ -2148,28 +2114,28 @@ eslint-import-resolver-node@^0.3.6:
21482114
debug "^3.2.7"
21492115
resolve "^1.20.0"
21502116

2151-
eslint-module-utils@^2.7.0:
2152-
version "2.7.0"
2153-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.0.tgz#9e97c12688113401259b39d960e6a1f09f966435"
2154-
integrity sha512-hqSE88MmHl3ru9SYvDyGrlo0JwROlf9fiEMplEV7j/EAuq9iSlIlyCFbBT6pdULQBSnBYtYKiMLps+hKkyP7Gg==
2117+
eslint-module-utils@^2.7.1:
2118+
version "2.7.1"
2119+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.1.tgz#b435001c9f8dd4ab7f6d0efcae4b9696d4c24b7c"
2120+
integrity sha512-fjoetBXQZq2tSTWZ9yWVl2KuFrTZZH3V+9iD1V1RfpDgxzJR+mPd/KZmMiA8gbPqdBzpNiEHOuT7IYEWxrH0zQ==
21552121
dependencies:
21562122
debug "^3.2.7"
21572123
find-up "^2.1.0"
21582124
pkg-dir "^2.0.0"
21592125

21602126
eslint-plugin-import@^2.25.2:
2161-
version "2.25.2"
2162-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.2.tgz#b3b9160efddb702fc1636659e71ba1d10adbe9e9"
2163-
integrity sha512-qCwQr9TYfoBHOFcVGKY9C9unq05uOxxdklmBXLVvcwo68y5Hta6/GzCZEMx2zQiu0woKNEER0LE7ZgaOfBU14g==
2127+
version "2.25.3"
2128+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.3.tgz#a554b5f66e08fb4f6dc99221866e57cfff824766"
2129+
integrity sha512-RzAVbby+72IB3iOEL8clzPLzL3wpDrlwjsTBAQXgyp5SeTqqY+0bFubwuo+y/HLhNZcXV4XqTBO4LGsfyHIDXg==
21642130
dependencies:
21652131
array-includes "^3.1.4"
21662132
array.prototype.flat "^1.2.5"
21672133
debug "^2.6.9"
21682134
doctrine "^2.1.0"
21692135
eslint-import-resolver-node "^0.3.6"
2170-
eslint-module-utils "^2.7.0"
2136+
eslint-module-utils "^2.7.1"
21712137
has "^1.0.3"
2172-
is-core-module "^2.7.0"
2138+
is-core-module "^2.8.0"
21732139
is-glob "^4.0.3"
21742140
minimatch "^3.0.4"
21752141
object.values "^1.1.5"
@@ -2887,20 +2853,13 @@ is-ci@^3.0.0:
28872853
dependencies:
28882854
ci-info "^3.1.1"
28892855

2890-
is-core-module@^2.2.0:
2856+
is-core-module@^2.2.0, is-core-module@^2.8.0:
28912857
version "2.8.0"
28922858
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.0.tgz#0321336c3d0925e497fd97f5d95cb114a5ccd548"
28932859
integrity sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==
28942860
dependencies:
28952861
has "^1.0.3"
28962862

2897-
is-core-module@^2.7.0:
2898-
version "2.7.0"
2899-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.7.0.tgz#3c0ef7d31b4acfc574f80c58409d568a836848e3"
2900-
integrity sha512-ByY+tjCciCr+9nLryBYcSD50EOGWt95c7tIsKTG1J2ixKKXPvF7Ej3AVd+UfDydAJom3biBGDBALaO79ktwgEQ==
2901-
dependencies:
2902-
has "^1.0.3"
2903-
29042863
is-date-object@^1.0.1:
29052864
version "1.0.4"
29062865
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.4.tgz#550cfcc03afada05eea3dd30981c7b09551f73e5"

0 commit comments

Comments
 (0)