Skip to content

Commit c73e2b5

Browse files
authored
Merge pull request #61 from nebarf/renovate/eslint-plugin-import-2.x-lockfile
Update dependency eslint-plugin-import to v2.26.0
2 parents dfc8196 + 49b4102 commit c73e2b5

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
@@ -1197,13 +1197,14 @@ array-union@^2.1.0:
11971197
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
11981198

11991199
array.prototype.flat@^1.2.5:
1200-
version "1.2.5"
1201-
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.2.5.tgz#07e0975d84bbc7c48cd1879d609e682598d33e13"
1202-
integrity sha512-KaYU+S+ndVqyUnignHftkwc58o3uVU1jzczILJ1tN2YaIZpFIKBiP/x/j97E5MVPsaCloPbqWLB/8qCTVvT2qg==
1200+
version "1.3.0"
1201+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.0.tgz#0b0c1567bf57b38b56b4c97b8aa72ab45e4adc7b"
1202+
integrity sha512-12IUEkHsAhA4DY5s0FPgNXIdc8VRSqD9Zp78a5au9abH/SOBrsp082JOWFNTjkMozh8mqcdiKuaLGhPeYztxSw==
12031203
dependencies:
12041204
call-bind "^1.0.2"
12051205
define-properties "^1.1.3"
1206-
es-abstract "^1.19.0"
1206+
es-abstract "^1.19.2"
1207+
es-shim-unscopables "^1.0.0"
12071208

12081209
array.prototype.flatmap@^1.2.5:
12091210
version "1.2.5"
@@ -1821,11 +1822,12 @@ defer-to-connect@^2.0.0:
18211822
integrity sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==
18221823

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

18301832
delayed-stream@~1.0.0:
18311833
version "1.0.0"
@@ -1941,32 +1943,39 @@ error-ex@^1.3.1:
19411943
dependencies:
19421944
is-arrayish "^0.2.1"
19431945

1944-
es-abstract@^1.19.0, es-abstract@^1.19.1:
1945-
version "1.19.1"
1946-
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.19.1.tgz#d4885796876916959de78edaa0df456627115ec3"
1947-
integrity sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w==
1946+
es-abstract@^1.19.0, es-abstract@^1.19.1, es-abstract@^1.19.2:
1947+
version "1.19.5"
1948+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.19.5.tgz#a2cb01eb87f724e815b278b0dd0d00f36ca9a7f1"
1949+
integrity sha512-Aa2G2+Rd3b6kxEUKTF4TaW67czBLyAv3z7VOhYRU50YBx+bbsYZ9xQP4lMNazePuFlybXI0V4MruPos7qUo5fA==
19481950
dependencies:
19491951
call-bind "^1.0.2"
19501952
es-to-primitive "^1.2.1"
19511953
function-bind "^1.1.1"
19521954
get-intrinsic "^1.1.1"
19531955
get-symbol-description "^1.0.0"
19541956
has "^1.0.3"
1955-
has-symbols "^1.0.2"
1957+
has-symbols "^1.0.3"
19561958
internal-slot "^1.0.3"
19571959
is-callable "^1.2.4"
1958-
is-negative-zero "^2.0.1"
1960+
is-negative-zero "^2.0.2"
19591961
is-regex "^1.1.4"
1960-
is-shared-array-buffer "^1.0.1"
1962+
is-shared-array-buffer "^1.0.2"
19611963
is-string "^1.0.7"
1962-
is-weakref "^1.0.1"
1963-
object-inspect "^1.11.0"
1964+
is-weakref "^1.0.2"
1965+
object-inspect "^1.12.0"
19641966
object-keys "^1.1.1"
19651967
object.assign "^4.1.2"
19661968
string.prototype.trimend "^1.0.4"
19671969
string.prototype.trimstart "^1.0.4"
19681970
unbox-primitive "^1.0.1"
19691971

1972+
es-shim-unscopables@^1.0.0:
1973+
version "1.0.0"
1974+
resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz#702e632193201e3edf8713635d083d378e510241"
1975+
integrity sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==
1976+
dependencies:
1977+
has "^1.0.3"
1978+
19701979
es-to-primitive@^1.2.1:
19711980
version "1.2.1"
19721981
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
@@ -2037,33 +2046,32 @@ eslint-import-resolver-typescript@^2.5.0:
20372046
resolve "^1.22.0"
20382047
tsconfig-paths "^3.14.1"
20392048

2040-
eslint-module-utils@^2.7.1:
2041-
version "2.7.1"
2042-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.1.tgz#b435001c9f8dd4ab7f6d0efcae4b9696d4c24b7c"
2043-
integrity sha512-fjoetBXQZq2tSTWZ9yWVl2KuFrTZZH3V+9iD1V1RfpDgxzJR+mPd/KZmMiA8gbPqdBzpNiEHOuT7IYEWxrH0zQ==
2049+
eslint-module-utils@^2.7.3:
2050+
version "2.7.3"
2051+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.3.tgz#ad7e3a10552fdd0642e1e55292781bd6e34876ee"
2052+
integrity sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==
20442053
dependencies:
20452054
debug "^3.2.7"
20462055
find-up "^2.1.0"
2047-
pkg-dir "^2.0.0"
20482056

20492057
eslint-plugin-import@^2.25.2:
2050-
version "2.25.3"
2051-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.3.tgz#a554b5f66e08fb4f6dc99221866e57cfff824766"
2052-
integrity sha512-RzAVbby+72IB3iOEL8clzPLzL3wpDrlwjsTBAQXgyp5SeTqqY+0bFubwuo+y/HLhNZcXV4XqTBO4LGsfyHIDXg==
2058+
version "2.26.0"
2059+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz#f812dc47be4f2b72b478a021605a59fc6fe8b88b"
2060+
integrity sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==
20532061
dependencies:
20542062
array-includes "^3.1.4"
20552063
array.prototype.flat "^1.2.5"
20562064
debug "^2.6.9"
20572065
doctrine "^2.1.0"
20582066
eslint-import-resolver-node "^0.3.6"
2059-
eslint-module-utils "^2.7.1"
2067+
eslint-module-utils "^2.7.3"
20602068
has "^1.0.3"
2061-
is-core-module "^2.8.0"
2069+
is-core-module "^2.8.1"
20622070
is-glob "^4.0.3"
2063-
minimatch "^3.0.4"
2071+
minimatch "^3.1.2"
20642072
object.values "^1.1.5"
2065-
resolve "^1.20.0"
2066-
tsconfig-paths "^3.11.0"
2073+
resolve "^1.22.0"
2074+
tsconfig-paths "^3.14.1"
20672075

20682076
eslint-plugin-prettier@^4.0.0:
20692077
version "4.0.0"
@@ -2589,9 +2597,9 @@ handlebars@^4.7.7:
25892597
uglify-js "^3.1.4"
25902598

25912599
has-bigints@^1.0.1:
2592-
version "1.0.1"
2593-
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113"
2594-
integrity sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==
2600+
version "1.0.2"
2601+
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.2.tgz#0871bd3e3d51626f6ca0966668ba35d5602d6eaa"
2602+
integrity sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==
25952603

25962604
has-flag@^3.0.0:
25972605
version "3.0.0"
@@ -2603,10 +2611,17 @@ has-flag@^4.0.0:
26032611
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
26042612
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
26052613

2606-
has-symbols@^1.0.1, has-symbols@^1.0.2:
2607-
version "1.0.2"
2608-
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423"
2609-
integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==
2614+
has-property-descriptors@^1.0.0:
2615+
version "1.0.0"
2616+
resolved "https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz#610708600606d36961ed04c196193b6a607fa861"
2617+
integrity sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==
2618+
dependencies:
2619+
get-intrinsic "^1.1.1"
2620+
2621+
has-symbols@^1.0.1, has-symbols@^1.0.2, has-symbols@^1.0.3:
2622+
version "1.0.3"
2623+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8"
2624+
integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
26102625

26112626
has-tostringtag@^1.0.0:
26122627
version "1.0.0"
@@ -2854,13 +2869,6 @@ is-core-module@^2.2.0, is-core-module@^2.8.1:
28542869
dependencies:
28552870
has "^1.0.3"
28562871

2857-
is-core-module@^2.8.0:
2858-
version "2.8.0"
2859-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.0.tgz#0321336c3d0925e497fd97f5d95cb114a5ccd548"
2860-
integrity sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==
2861-
dependencies:
2862-
has "^1.0.3"
2863-
28642872
is-date-object@^1.0.1:
28652873
version "1.0.5"
28662874
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.5.tgz#0841d5536e724c25597bf6ea62e1bd38298df31f"
@@ -2908,20 +2916,20 @@ is-interactive@^1.0.0:
29082916
resolved "https://registry.yarnpkg.com/is-interactive/-/is-interactive-1.0.0.tgz#cea6e6ae5c870a7b0a0004070b7b587e0252912e"
29092917
integrity sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==
29102918

2911-
is-negative-zero@^2.0.1:
2912-
version "2.0.1"
2913-
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.1.tgz#3de746c18dda2319241a53675908d8f766f11c24"
2914-
integrity sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w==
2919+
is-negative-zero@^2.0.2:
2920+
version "2.0.2"
2921+
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.2.tgz#7bf6f03a28003b8b3965de3ac26f664d765f3150"
2922+
integrity sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==
29152923

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

29212929
is-number-object@^1.0.4:
2922-
version "1.0.6"
2923-
resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.6.tgz#6a7aaf838c7f0686a50b4553f7e54a96494e89f0"
2924-
integrity sha512-bEVOqiRcvo3zO1+G2lVMy+gkkEm9Yh7cDMRusKKu5ZJKPUYSJwICTKZrNKHA2EbSP0Tu0+6B/emsYNHZyn6K8g==
2930+
version "1.0.7"
2931+
resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.7.tgz#59d50ada4c45251784e9904f5246c742f07a42fc"
2932+
integrity sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==
29252933
dependencies:
29262934
has-tostringtag "^1.0.0"
29272935

@@ -2968,10 +2976,12 @@ is-regexp@^1.0.0:
29682976
resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069"
29692977
integrity sha1-/S2INUXEa6xaYz57mgnof6LLUGk=
29702978

2971-
is-shared-array-buffer@^1.0.1:
2972-
version "1.0.1"
2973-
resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz#97b0c85fbdacb59c9c446fe653b82cf2b5b7cfe6"
2974-
integrity sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==
2979+
is-shared-array-buffer@^1.0.2:
2980+
version "1.0.2"
2981+
resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz#8f259c573b60b6a32d4058a1a07430c0a7344c79"
2982+
integrity sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==
2983+
dependencies:
2984+
call-bind "^1.0.2"
29752985

29762986
is-ssh@^1.3.0:
29772987
version "1.3.3"
@@ -3009,12 +3019,12 @@ is-unicode-supported@^0.1.0:
30093019
resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7"
30103020
integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==
30113021

3012-
is-weakref@^1.0.1:
3013-
version "1.0.1"
3014-
resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.1.tgz#842dba4ec17fa9ac9850df2d6efbc1737274f2a2"
3015-
integrity sha512-b2jKc2pQZjaeFYWEf7ScFj+Be1I+PXmlu572Q8coTXZ+LD/QQZ7ShPMst8h16riVgyXTQwUsFEl74mDvc/3MHQ==
3022+
is-weakref@^1.0.2:
3023+
version "1.0.2"
3024+
resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.2.tgz#9529f383a9338205e89765e0392efc2f100f06f2"
3025+
integrity sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==
30163026
dependencies:
3017-
call-bind "^1.0.0"
3027+
call-bind "^1.0.2"
30183028

30193029
is-wsl@^2.1.1:
30203030
version "2.2.0"
@@ -3875,7 +3885,7 @@ min-indent@^1.0.0:
38753885
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
38763886
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
38773887

3878-
minimatch@^3.0.4:
3888+
minimatch@^3.0.4, minimatch@^3.1.2:
38793889
version "3.1.2"
38803890
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
38813891
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -3983,12 +3993,12 @@ object-assign@^4.1.1:
39833993
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
39843994
integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
39853995

3986-
object-inspect@^1.11.0, object-inspect@^1.9.0:
3987-
version "1.11.0"
3988-
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.11.0.tgz#9dceb146cedd4148a0d9e51ab88d34cf509922b1"
3989-
integrity sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==
3996+
object-inspect@^1.12.0, object-inspect@^1.9.0:
3997+
version "1.12.0"
3998+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.0.tgz#6e2c120e868fd1fd18cb4f18c31741d0d6e776f0"
3999+
integrity sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==
39904000

3991-
object-keys@^1.0.12, object-keys@^1.1.1:
4001+
object-keys@^1.1.1:
39924002
version "1.1.1"
39934003
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
39944004
integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
@@ -4271,13 +4281,6 @@ pirates@^4.0.1:
42714281
dependencies:
42724282
node-modules-regexp "^1.0.0"
42734283

4274-
pkg-dir@^2.0.0:
4275-
version "2.0.0"
4276-
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b"
4277-
integrity sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=
4278-
dependencies:
4279-
find-up "^2.1.0"
4280-
42814284
pkg-dir@^4.2.0:
42824285
version "4.2.0"
42834286
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
@@ -4614,7 +4617,7 @@ resolve.exports@^1.1.0:
46144617
resolved "https://registry.yarnpkg.com/resolve.exports/-/resolve.exports-1.1.0.tgz#5ce842b94b05146c0e03076985d1d0e7e48c90c9"
46154618
integrity sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==
46164619

4617-
resolve@^1.1.6, resolve@^1.22.0:
4620+
resolve@^1.1.6, resolve@^1.20.0, resolve@^1.22.0:
46184621
version "1.22.0"
46194622
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198"
46204623
integrity sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==
@@ -4623,14 +4626,6 @@ resolve@^1.1.6, resolve@^1.22.0:
46234626
path-parse "^1.0.7"
46244627
supports-preserve-symlinks-flag "^1.0.0"
46254628

4626-
resolve@^1.20.0:
4627-
version "1.20.0"
4628-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
4629-
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==
4630-
dependencies:
4631-
is-core-module "^2.2.0"
4632-
path-parse "^1.0.6"
4633-
46344629
resolve@^2.0.0-next.3:
46354630
version "2.0.0-next.3"
46364631
resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.3.tgz#d41016293d4a8586a39ca5d9b5f15cbea1f55e46"
@@ -5170,16 +5165,6 @@ ts-jest@^27.0.5:
51705165
semver "7.x"
51715166
yargs-parser "20.x"
51725167

5173-
tsconfig-paths@^3.11.0:
5174-
version "3.12.0"
5175-
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.12.0.tgz#19769aca6ee8f6a1a341e38c8fa45dd9fb18899b"
5176-
integrity sha512-e5adrnOYT6zqVnWqZu7i/BQ3BnhzvGbjEjejFXO20lKIKpwTaupkCPgEfv4GZK1IBciJUEhYs3J3p75FdaTFVg==
5177-
dependencies:
5178-
"@types/json5" "^0.0.29"
5179-
json5 "^1.0.1"
5180-
minimist "^1.2.0"
5181-
strip-bom "^3.0.0"
5182-
51835168
tsconfig-paths@^3.14.1:
51845169
version "3.14.1"
51855170
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a"

0 commit comments

Comments
 (0)