1457
1457
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
1458
1458
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
1459
1459
1460
+ " @types/json5@^0.0.29 " :
1461
+ version "0.0.29"
1462
+ resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
1463
+ integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
1464
+
1460
1465
" @types/node@* " :
1461
1466
version "14.14.31"
1462
1467
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.31.tgz#72286bd33d137aa0d152d47ec7c1762563d34055"
@@ -2758,10 +2763,10 @@ eslint-plugin-es@^3.0.0:
2758
2763
eslint-utils "^2.0.0"
2759
2764
regexpp "^3.0.0"
2760
2765
2761
- eslint-plugin-import@^2.24.1 :
2762
- version "2.24.1 "
2763
- resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.24.1 .tgz#64aba8b567a1ba9921d5465586e86c491b8e2135 "
2764
- integrity sha512-KSFWhNxPH8OGJwpRJJs+Z7I0a13E2iFQZJIvSnCu6KUs4qmgAm3xN9GYBCSoiGWmwA7gERZPXqYQjcoCROnYhQ ==
2766
+ eslint-plugin-import@^2.24.2 :
2767
+ version "2.24.2 "
2768
+ resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.24.2 .tgz#2c8cd2e341f3885918ee27d18479910ade7bb4da "
2769
+ integrity sha512-hNVtyhiEtZmpsabL4neEj+6M5DCLgpYyG9nzJY8lZQeQXEn5UPW1DpUdsMHMXsq98dbNm7nt1w9ZMSVpfJdi8Q ==
2765
2770
dependencies :
2766
2771
array-includes "^3.1.3"
2767
2772
array.prototype.flat "^1.2.4"
@@ -2777,7 +2782,7 @@ eslint-plugin-import@^2.24.1:
2777
2782
pkg-up "^2.0.0"
2778
2783
read-pkg-up "^3.0.0"
2779
2784
resolve "^1.20.0"
2780
- tsconfig-paths "^3.10.1 "
2785
+ tsconfig-paths "^3.11.0 "
2781
2786
2782
2787
eslint-plugin-jest@^24.4.0 :
2783
2788
version "24.4.0"
@@ -4450,7 +4455,14 @@ json5@^0.5.1:
4450
4455
resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821"
4451
4456
integrity sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=
4452
4457
4453
- json5@^2.1.2, json5@^2.2.0 :
4458
+ json5@^1.0.1 :
4459
+ version "1.0.1"
4460
+ resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe"
4461
+ integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==
4462
+ dependencies :
4463
+ minimist "^1.2.0"
4464
+
4465
+ json5@^2.1.2 :
4454
4466
version "2.2.0"
4455
4467
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.0.tgz#2dfefe720c6ba525d9ebd909950f0515316c89a3"
4456
4468
integrity sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==
@@ -6076,12 +6088,13 @@ tr46@^2.0.2:
6076
6088
dependencies :
6077
6089
punycode "^2.1.1"
6078
6090
6079
- tsconfig-paths@^3.10.1 :
6080
- version "3.10.1 "
6081
- resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.10.1 .tgz#79ae67a68c15289fdf5c51cb74f397522d795ed7 "
6082
- integrity sha512-rETidPDgCpltxF7MjBZlAFPUHv5aHH2MymyPvh+vEyWAED4Eb/WeMbsnD/JDr4OKPOA1TssDHgIcpTN5Kh0p6Q ==
6091
+ tsconfig-paths@^3.11.0 :
6092
+ version "3.11.0 "
6093
+ resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.11.0 .tgz#954c1fe973da6339c78e06b03ce2e48810b65f36 "
6094
+ integrity sha512-7ecdYDnIdmv639mmDwslG6KQg1Z9STTz1j7Gcz0xa+nshh/gKDAHcPxRbWOsA3SPp0tXP2leTcY9Kw+NAkfZzA ==
6083
6095
dependencies :
6084
- json5 "^2.2.0"
6096
+ " @types/json5" " ^0.0.29"
6097
+ json5 "^1.0.1"
6085
6098
minimist "^1.2.0"
6086
6099
strip-bom "^3.0.0"
6087
6100
0 commit comments