1625
1625
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
1626
1626
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
1627
1627
1628
+ " @types/json5@^0.0.29 " :
1629
+ version "0.0.29"
1630
+ resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
1631
+ integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
1632
+
1628
1633
" @types/node@* " :
1629
1634
version "14.0.27"
1630
1635
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.27.tgz#a151873af5a5e851b51b3b065c9e63390a9e0eb1"
@@ -3225,10 +3230,10 @@ eslint-module-utils@^2.6.2:
3225
3230
debug "^3.2.7"
3226
3231
pkg-dir "^2.0.0"
3227
3232
3228
- eslint-plugin-import@^2.23.4, eslint-plugin-import@^2.24.1 :
3229
- version "2.24.1 "
3230
- resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.24.1 .tgz#64aba8b567a1ba9921d5465586e86c491b8e2135 "
3231
- integrity sha512-KSFWhNxPH8OGJwpRJJs+Z7I0a13E2iFQZJIvSnCu6KUs4qmgAm3xN9GYBCSoiGWmwA7gERZPXqYQjcoCROnYhQ ==
3233
+ eslint-plugin-import@^2.23.4, eslint-plugin-import@^2.24.2 :
3234
+ version "2.24.2 "
3235
+ resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.24.2 .tgz#2c8cd2e341f3885918ee27d18479910ade7bb4da "
3236
+ integrity sha512-hNVtyhiEtZmpsabL4neEj+6M5DCLgpYyG9nzJY8lZQeQXEn5UPW1DpUdsMHMXsq98dbNm7nt1w9ZMSVpfJdi8Q ==
3232
3237
dependencies :
3233
3238
array-includes "^3.1.3"
3234
3239
array.prototype.flat "^1.2.4"
@@ -3244,7 +3249,7 @@ eslint-plugin-import@^2.23.4, eslint-plugin-import@^2.24.1:
3244
3249
pkg-up "^2.0.0"
3245
3250
read-pkg-up "^3.0.0"
3246
3251
resolve "^1.20.0"
3247
- tsconfig-paths "^3.10.1 "
3252
+ tsconfig-paths "^3.11.0 "
3248
3253
3249
3254
eslint-plugin-jest-dom@^3.9.0 :
3250
3255
version "3.9.0"
@@ -5074,13 +5079,20 @@ json-stable-stringify-without-jsonify@^1.0.1:
5074
5079
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
5075
5080
integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=
5076
5081
5077
- [email protected] , json5@^2.1.2, json5@^2.2.0 :
5082
+
5078
5083
version "2.2.0"
5079
5084
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.0.tgz#2dfefe720c6ba525d9ebd909950f0515316c89a3"
5080
5085
integrity sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==
5081
5086
dependencies :
5082
5087
minimist "^1.2.5"
5083
5088
5089
+ json5@^1.0.1 :
5090
+ version "1.0.1"
5091
+ resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe"
5092
+ integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==
5093
+ dependencies :
5094
+ minimist "^1.2.0"
5095
+
5084
5096
jsonfile@^4.0.0 :
5085
5097
version "4.0.0"
5086
5098
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"
@@ -7189,12 +7201,13 @@ ts-jest@^27.0.5:
7189
7201
semver "7.x"
7190
7202
yargs-parser "20.x"
7191
7203
7192
- tsconfig-paths@^3.10.1 :
7193
- version "3.10.1 "
7194
- resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.10.1 .tgz#79ae67a68c15289fdf5c51cb74f397522d795ed7 "
7195
- integrity sha512-rETidPDgCpltxF7MjBZlAFPUHv5aHH2MymyPvh+vEyWAED4Eb/WeMbsnD/JDr4OKPOA1TssDHgIcpTN5Kh0p6Q ==
7204
+ tsconfig-paths@^3.11.0 :
7205
+ version "3.11.0 "
7206
+ resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.11.0 .tgz#954c1fe973da6339c78e06b03ce2e48810b65f36 "
7207
+ integrity sha512-7ecdYDnIdmv639mmDwslG6KQg1Z9STTz1j7Gcz0xa+nshh/gKDAHcPxRbWOsA3SPp0tXP2leTcY9Kw+NAkfZzA ==
7196
7208
dependencies :
7197
- json5 "^2.2.0"
7209
+ " @types/json5" " ^0.0.29"
7210
+ json5 "^1.0.1"
7198
7211
minimist "^1.2.0"
7199
7212
strip-bom "^3.0.0"
7200
7213
0 commit comments