File tree 2 files changed +18
-6
lines changed
2 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 106
106
"eslint-plugin-tsdoc" : " ^0.3.0" ,
107
107
"eslint-plugin-unicorn" : " ^56.0.0" ,
108
108
"fake-indexeddb" : " ^5.0.2" ,
109
- "fetch-mock" : " 11 .1.5 " ,
109
+ "fetch-mock" : " 12 .1.0 " ,
110
110
"fetch-mock-jest" : " ^1.5.1" ,
111
111
"husky" : " ^9.0.0" ,
112
112
"jest" : " ^29.0.0" ,
Original file line number Diff line number Diff line change @@ -3455,15 +3455,15 @@ fetch-mock-jest@^1.5.1:
3455
3455
dependencies :
3456
3456
fetch-mock "^9.11.0"
3457
3457
3458
- fetch-mock@11 .1.5 :
3459
- version "11 .1.5 "
3460
- resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-11 .1.5 .tgz#77f78942f3733cfba47fc232b8528d1138a6761f "
3461
- integrity sha512-KHmZDnZ1ry0pCTrX4YG5DtThHi0MH+GNI9caESnzX/nMJBrvppUHMvLx47M0WY9oAtKOMiPfZDRpxhlHg89BOA ==
3458
+ fetch-mock@12 .1.0 :
3459
+ version "12 .1.0 "
3460
+ resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-12 .1.0 .tgz#a63b524093a16a6757a8bc17f593a5ca13835193 "
3461
+ integrity sha512-xKcKpS9JIfA/vtYRGZtNXIYVHM7Ta/06e6tClSrJoOlU/46pribn1wmW2lDZkqY6MtloUSpeRzy+TbwSKxcvmQ ==
3462
3462
dependencies :
3463
3463
" @types/glob-to-regexp" " ^0.4.4"
3464
3464
dequal "^2.0.3"
3465
3465
glob-to-regexp "^0.4.1"
3466
- is-subset "^0 .1.1 "
3466
+ is-subset-of "^3 .1.10 "
3467
3467
regexparam "^3.0.0"
3468
3468
3469
3469
fetch-mock@^9.11.0 :
@@ -4079,6 +4079,13 @@ is-string@^1.0.5, is-string@^1.0.7:
4079
4079
dependencies :
4080
4080
has-tostringtag "^1.0.0"
4081
4081
4082
+ is-subset-of@^3.1.10 :
4083
+ version "3.1.10"
4084
+ resolved "https://registry.yarnpkg.com/is-subset-of/-/is-subset-of-3.1.10.tgz#d3f4331b9ca288318fae92ad5d953241b6f7b00b"
4085
+ integrity sha512-avvaYgVmYWyaZ1NDFiv4y9JGkrE2je3op1Po4VYKKJKR8H2qVPsg1GZuuXl5elCTxTlwAIsrAjWAs4BVrISFRw==
4086
+ dependencies :
4087
+ typedescriptor "3.0.2"
4088
+
4082
4089
is-subset@^0.1.1 :
4083
4090
version "0.1.1"
4084
4091
resolved "https://registry.yarnpkg.com/is-subset/-/is-subset-0.1.1.tgz#8a59117d932de1de00f245fcdd39ce43f1e939a6"
@@ -6341,6 +6348,11 @@ typed-array-length@^1.0.6:
6341
6348
is-typed-array "^1.1.13"
6342
6349
possible-typed-array-names "^1.0.0"
6343
6350
6351
+
6352
+ version "3.0.2"
6353
+ resolved "https://registry.yarnpkg.com/typedescriptor/-/typedescriptor-3.0.2.tgz#9ad1715bc2be1cf063d5acbc4cd4bfc96d644225"
6354
+ integrity sha512-hyVbaCUd18UiXk656g/imaBLMogpdijIEpnhWYrSda9rhvO4gOU16n2nh7xG5lv/rjumnZzGOdz0CEGTmFe0fQ==
6355
+
6344
6356
typedoc-plugin-coverage@^3.0.0 :
6345
6357
version "3.3.0"
6346
6358
resolved "https://registry.yarnpkg.com/typedoc-plugin-coverage/-/typedoc-plugin-coverage-3.3.0.tgz#2b00830f32129e7433708f6893729d6770b96276"
You can’t perform that action at this time.
0 commit comments