Skip to content

Commit 49b4102

Browse files
committed
Update dependency eslint-plugin-import to v2.26.0
1 parent 00ccf5c commit 49b4102

File tree

1 file changed

+77
-92
lines changed

1 file changed

+77
-92
lines changed

yarn.lock

Lines changed: 77 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,13 +1193,14 @@ array-union@^2.1.0:
11931193
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
11941194

11951195
array.prototype.flat@^1.2.5:
1196-
version "1.2.5"
1197-
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.5.tgz#07e0975d84bbc7c48cd1879d609e682598d33e13"
1198-
integrity sha512-KaYU+S+ndVqyUnignHftkwc58o3uVU1jzczILJ1tN2YaIZpFIKBiP/x/j97E5MVPsaCloPbqWLB/8qCTVvT2qg==
1196+
version "1.3.0"
1197+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.0.tgz#0b0c1567bf57b38b56b4c97b8aa72ab45e4adc7b"
1198+
integrity sha512-12IUEkHsAhA4DY5s0FPgNXIdc8VRSqD9Zp78a5au9abH/SOBrsp082JOWFNTjkMozh8mqcdiKuaLGhPeYztxSw==
11991199
dependencies:
12001200
call-bind "^1.0.2"
12011201
define-properties "^1.1.3"
1202-
es-abstract "^1.19.0"
1202+
es-abstract "^1.19.2"
1203+
es-shim-unscopables "^1.0.0"
12031204

12041205
array.prototype.flatmap@^1.2.5:
12051206
version "1.2.5"
@@ -1822,11 +1823,12 @@ defer-to-connect@^2.0.0:
18221823
integrity sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==
18231824

18241825
define-properties@^1.1.3:
1825-
version "1.1.3"
1826-
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
1827-
integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==
1826+
version "1.1.4"
1827+
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.4.tgz#0b14d7bd7fbeb2f3572c3a7eda80ea5d57fb05b1"
1828+
integrity sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==
18281829
dependencies:
1829-
object-keys "^1.0.12"
1830+
has-property-descriptors "^1.0.0"
1831+
object-keys "^1.1.1"
18301832

18311833
delayed-stream@~1.0.0:
18321834
version "1.0.0"
@@ -1937,32 +1939,39 @@ error-ex@^1.3.1:
19371939
dependencies:
19381940
is-arrayish "^0.2.1"
19391941

1940-
es-abstract@^1.19.0, es-abstract@^1.19.1:
1941-
version "1.19.1"
1942-
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.19.1.tgz#d4885796876916959de78edaa0df456627115ec3"
1943-
integrity sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w==
1942+
es-abstract@^1.19.0, es-abstract@^1.19.1, es-abstract@^1.19.2:
1943+
version "1.19.5"
1944+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.19.5.tgz#a2cb01eb87f724e815b278b0dd0d00f36ca9a7f1"
1945+
integrity sha512-Aa2G2+Rd3b6kxEUKTF4TaW67czBLyAv3z7VOhYRU50YBx+bbsYZ9xQP4lMNazePuFlybXI0V4MruPos7qUo5fA==
19441946
dependencies:
19451947
call-bind "^1.0.2"
19461948
es-to-primitive "^1.2.1"
19471949
function-bind "^1.1.1"
19481950
get-intrinsic "^1.1.1"
19491951
get-symbol-description "^1.0.0"
19501952
has "^1.0.3"
1951-
has-symbols "^1.0.2"
1953+
has-symbols "^1.0.3"
19521954
internal-slot "^1.0.3"
19531955
is-callable "^1.2.4"
1954-
is-negative-zero "^2.0.1"
1956+
is-negative-zero "^2.0.2"
19551957
is-regex "^1.1.4"
1956-
is-shared-array-buffer "^1.0.1"
1958+
is-shared-array-buffer "^1.0.2"
19571959
is-string "^1.0.7"
1958-
is-weakref "^1.0.1"
1959-
object-inspect "^1.11.0"
1960+
is-weakref "^1.0.2"
1961+
object-inspect "^1.12.0"
19601962
object-keys "^1.1.1"
19611963
object.assign "^4.1.2"
19621964
string.prototype.trimend "^1.0.4"
19631965
string.prototype.trimstart "^1.0.4"
19641966
unbox-primitive "^1.0.1"
19651967

1968+
es-shim-unscopables@^1.0.0:
1969+
version "1.0.0"
1970+
resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz#702e632193201e3edf8713635d083d378e510241"
1971+
integrity sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==
1972+
dependencies:
1973+
has "^1.0.3"
1974+
19661975
es-to-primitive@^1.2.1:
19671976
version "1.2.1"
19681977
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
@@ -2033,33 +2042,32 @@ eslint-import-resolver-typescript@^2.5.0:
20332042
resolve "^1.22.0"
20342043
tsconfig-paths "^3.14.1"
20352044

2036-
eslint-module-utils@^2.7.1:
2037-
version "2.7.1"
2038-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.1.tgz#b435001c9f8dd4ab7f6d0efcae4b9696d4c24b7c"
2039-
integrity sha512-fjoetBXQZq2tSTWZ9yWVl2KuFrTZZH3V+9iD1V1RfpDgxzJR+mPd/KZmMiA8gbPqdBzpNiEHOuT7IYEWxrH0zQ==
2045+
eslint-module-utils@^2.7.3:
2046+
version "2.7.3"
2047+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.3.tgz#ad7e3a10552fdd0642e1e55292781bd6e34876ee"
2048+
integrity sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==
20402049
dependencies:
20412050
debug "^3.2.7"
20422051
find-up "^2.1.0"
2043-
pkg-dir "^2.0.0"
20442052

20452053
eslint-plugin-import@^2.25.2:
2046-
version "2.25.3"
2047-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.3.tgz#a554b5f66e08fb4f6dc99221866e57cfff824766"
2048-
integrity sha512-RzAVbby+72IB3iOEL8clzPLzL3wpDrlwjsTBAQXgyp5SeTqqY+0bFubwuo+y/HLhNZcXV4XqTBO4LGsfyHIDXg==
2054+
version "2.26.0"
2055+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz#f812dc47be4f2b72b478a021605a59fc6fe8b88b"
2056+
integrity sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==
20492057
dependencies:
20502058
array-includes "^3.1.4"
20512059
array.prototype.flat "^1.2.5"
20522060
debug "^2.6.9"
20532061
doctrine "^2.1.0"
20542062
eslint-import-resolver-node "^0.3.6"
2055-
eslint-module-utils "^2.7.1"
2063+
eslint-module-utils "^2.7.3"
20562064
has "^1.0.3"
2057-
is-core-module "^2.8.0"
2065+
is-core-module "^2.8.1"
20582066
is-glob "^4.0.3"
2059-
minimatch "^3.0.4"
2067+
minimatch "^3.1.2"
20602068
object.values "^1.1.5"
2061-
resolve "^1.20.0"
2062-
tsconfig-paths "^3.11.0"
2069+
resolve "^1.22.0"
2070+
tsconfig-paths "^3.14.1"
20632071

20642072
eslint-plugin-prettier@^4.0.0:
20652073
version "4.0.0"
@@ -2585,9 +2593,9 @@ handlebars@^4.7.3:
25852593
uglify-js "^3.1.4"
25862594

25872595
has-bigints@^1.0.1:
2588-
version "1.0.1"
2589-
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113"
2590-
integrity sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==
2596+
version "1.0.2"
2597+
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.2.tgz#0871bd3e3d51626f6ca0966668ba35d5602d6eaa"
2598+
integrity sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==
25912599

25922600
has-flag@^3.0.0:
25932601
version "3.0.0"
@@ -2599,10 +2607,17 @@ has-flag@^4.0.0:
25992607
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
26002608
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
26012609

2602-
has-symbols@^1.0.1, has-symbols@^1.0.2:
2603-
version "1.0.2"
2604-
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423"
2605-
integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==
2610+
has-property-descriptors@^1.0.0:
2611+
version "1.0.0"
2612+
resolved "https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz#610708600606d36961ed04c196193b6a607fa861"
2613+
integrity sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==
2614+
dependencies:
2615+
get-intrinsic "^1.1.1"
2616+
2617+
has-symbols@^1.0.1, has-symbols@^1.0.2, has-symbols@^1.0.3:
2618+
version "1.0.3"
2619+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8"
2620+
integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
26062621

26072622
has-tostringtag@^1.0.0:
26082623
version "1.0.0"
@@ -2850,13 +2865,6 @@ is-core-module@^2.2.0, is-core-module@^2.8.1:
28502865
dependencies:
28512866
has "^1.0.3"
28522867

2853-
is-core-module@^2.8.0:
2854-
version "2.8.0"
2855-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.0.tgz#0321336c3d0925e497fd97f5d95cb114a5ccd548"
2856-
integrity sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==
2857-
dependencies:
2858-
has "^1.0.3"
2859-
28602868
is-date-object@^1.0.1:
28612869
version "1.0.5"
28622870
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.5.tgz#0841d5536e724c25597bf6ea62e1bd38298df31f"
@@ -2904,20 +2912,20 @@ is-interactive@^1.0.0:
29042912
resolved "https://registry.yarnpkg.com/is-interactive/-/is-interactive-1.0.0.tgz#cea6e6ae5c870a7b0a0004070b7b587e0252912e"
29052913
integrity sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==
29062914

2907-
is-negative-zero@^2.0.1:
2908-
version "2.0.1"
2909-
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.1.tgz#3de746c18dda2319241a53675908d8f766f11c24"
2910-
integrity sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w==
2915+
is-negative-zero@^2.0.2:
2916+
version "2.0.2"
2917+
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.2.tgz#7bf6f03a28003b8b3965de3ac26f664d765f3150"
2918+
integrity sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==
29112919

29122920
is-npm@^5.0.0:
29132921
version "5.0.0"
29142922
resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-5.0.0.tgz#43e8d65cc56e1b67f8d47262cf667099193f45a8"
29152923
integrity sha512-WW/rQLOazUq+ST/bCAVBp/2oMERWLsR7OrKyt052dNDk4DHcDE0/7QSXITlmi+VBcV13DfIbysG3tZJm5RfdBA==
29162924

29172925
is-number-object@^1.0.4:
2918-
version "1.0.6"
2919-
resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.6.tgz#6a7aaf838c7f0686a50b4553f7e54a96494e89f0"
2920-
integrity sha512-bEVOqiRcvo3zO1+G2lVMy+gkkEm9Yh7cDMRusKKu5ZJKPUYSJwICTKZrNKHA2EbSP0Tu0+6B/emsYNHZyn6K8g==
2926+
version "1.0.7"
2927+
resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.7.tgz#59d50ada4c45251784e9904f5246c742f07a42fc"
2928+
integrity sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==
29212929
dependencies:
29222930
has-tostringtag "^1.0.0"
29232931

@@ -2964,10 +2972,12 @@ is-regexp@^1.0.0:
29642972
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"
29652973
integrity sha1-/S2INUXEa6xaYz57mgnof6LLUGk=
29662974

2967-
is-shared-array-buffer@^1.0.1:
2968-
version "1.0.1"
2969-
resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz#97b0c85fbdacb59c9c446fe653b82cf2b5b7cfe6"
2970-
integrity sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==
2975+
is-shared-array-buffer@^1.0.2:
2976+
version "1.0.2"
2977+
resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz#8f259c573b60b6a32d4058a1a07430c0a7344c79"
2978+
integrity sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==
2979+
dependencies:
2980+
call-bind "^1.0.2"
29712981

29722982
is-ssh@^1.3.0:
29732983
version "1.3.3"
@@ -3005,12 +3015,12 @@ is-unicode-supported@^0.1.0:
30053015
resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7"
30063016
integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==
30073017

3008-
is-weakref@^1.0.1:
3009-
version "1.0.1"
3010-
resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.1.tgz#842dba4ec17fa9ac9850df2d6efbc1737274f2a2"
3011-
integrity sha512-b2jKc2pQZjaeFYWEf7ScFj+Be1I+PXmlu572Q8coTXZ+LD/QQZ7ShPMst8h16riVgyXTQwUsFEl74mDvc/3MHQ==
3018+
is-weakref@^1.0.2:
3019+
version "1.0.2"
3020+
resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.2.tgz#9529f383a9338205e89765e0392efc2f100f06f2"
3021+
integrity sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==
30123022
dependencies:
3013-
call-bind "^1.0.0"
3023+
call-bind "^1.0.2"
30143024

30153025
is-wsl@^2.1.1:
30163026
version "2.2.0"
@@ -3851,7 +3861,7 @@ min-indent@^1.0.0:
38513861
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
38523862
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
38533863

3854-
minimatch@^3.0.4:
3864+
minimatch@^3.0.4, minimatch@^3.1.2:
38553865
version "3.1.2"
38563866
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
38573867
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -3964,12 +3974,12 @@ object-assign@^4.1.1:
39643974
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
39653975
integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
39663976

3967-
object-inspect@^1.11.0, object-inspect@^1.9.0:
3968-
version "1.11.0"
3969-
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.11.0.tgz#9dceb146cedd4148a0d9e51ab88d34cf509922b1"
3970-
integrity sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==
3977+
object-inspect@^1.12.0, object-inspect@^1.9.0:
3978+
version "1.12.0"
3979+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.0.tgz#6e2c120e868fd1fd18cb4f18c31741d0d6e776f0"
3980+
integrity sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==
39713981

3972-
object-keys@^1.0.12, object-keys@^1.1.1:
3982+
object-keys@^1.1.1:
39733983
version "1.1.1"
39743984
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
39753985
integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
@@ -4252,13 +4262,6 @@ pirates@^4.0.1:
42524262
dependencies:
42534263
node-modules-regexp "^1.0.0"
42544264

4255-
pkg-dir@^2.0.0:
4256-
version "2.0.0"
4257-
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b"
4258-
integrity sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=
4259-
dependencies:
4260-
find-up "^2.1.0"
4261-
42624265
pkg-dir@^4.2.0:
42634266
version "4.2.0"
42644267
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
@@ -4586,7 +4589,7 @@ resolve.exports@^1.1.0:
45864589
resolved "https://registry.yarnpkg.com/resolve.exports/-/resolve.exports-1.1.0.tgz#5ce842b94b05146c0e03076985d1d0e7e48c90c9"
45874590
integrity sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==
45884591

4589-
resolve@^1.1.6, resolve@^1.22.0:
4592+
resolve@^1.1.6, resolve@^1.20.0, resolve@^1.22.0:
45904593
version "1.22.0"
45914594
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198"
45924595
integrity sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==
@@ -4595,14 +4598,6 @@ resolve@^1.1.6, resolve@^1.22.0:
45954598
path-parse "^1.0.7"
45964599
supports-preserve-symlinks-flag "^1.0.0"
45974600

4598-
resolve@^1.20.0:
4599-
version "1.20.0"
4600-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
4601-
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==
4602-
dependencies:
4603-
is-core-module "^2.2.0"
4604-
path-parse "^1.0.6"
4605-
46064601
resolve@^2.0.0-next.3:
46074602
version "2.0.0-next.3"
46084603
resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.3.tgz#d41016293d4a8586a39ca5d9b5f15cbea1f55e46"
@@ -5135,16 +5130,6 @@ ts-jest@^27.0.5:
51355130
semver "7.x"
51365131
yargs-parser "20.x"
51375132

5138-
tsconfig-paths@^3.11.0:
5139-
version "3.12.0"
5140-
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.12.0.tgz#19769aca6ee8f6a1a341e38c8fa45dd9fb18899b"
5141-
integrity sha512-e5adrnOYT6zqVnWqZu7i/BQ3BnhzvGbjEjejFXO20lKIKpwTaupkCPgEfv4GZK1IBciJUEhYs3J3p75FdaTFVg==
5142-
dependencies:
5143-
"@types/json5" "^0.0.29"
5144-
json5 "^1.0.1"
5145-
minimist "^1.2.0"
5146-
strip-bom "^3.0.0"
5147-
51485133
tsconfig-paths@^3.14.1:
51495134
version "3.14.1"
51505135
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a"

0 commit comments

Comments
 (0)