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.4.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.4.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 @@ -3512,15 +3512,15 @@ fetch-mock-jest@^1.5.1:
3512
3512
dependencies :
3513
3513
fetch-mock "^9.11.0"
3514
3514
3515
- fetch-mock@11.1.5 :
3516
- version "11.1.5 "
3517
- resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-11.1.5 .tgz#77f78942f3733cfba47fc232b8528d1138a6761f "
3518
- integrity sha512-KHmZDnZ1ry0pCTrX4YG5DtThHi0MH+GNI9caESnzX/nMJBrvppUHMvLx47M0WY9oAtKOMiPfZDRpxhlHg89BOA ==
3515
+ fetch-mock@12.4.0 :
3516
+ version "12.4.0 "
3517
+ resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-12.4.0 .tgz#85a5d7145521cc62a9ede429e58276d82b81747e "
3518
+ integrity sha512-qW5NIJpz915Tnt9NUkJDvhmurR32AU0AuEHfYN2eevD0kXVosDqVLVBdpSlF8SDw/pYgbvryYtFUfN924/twTA ==
3519
3519
dependencies :
3520
3520
" @types/glob-to-regexp" " ^0.4.4"
3521
3521
dequal "^2.0.3"
3522
3522
glob-to-regexp "^0.4.1"
3523
- is-subset "^0 .1.1 "
3523
+ is-subset-of "^3 .1.10 "
3524
3524
regexparam "^3.0.0"
3525
3525
3526
3526
fetch-mock@^9.11.0 :
@@ -4114,6 +4114,13 @@ is-string@^1.0.5, is-string@^1.0.7:
4114
4114
dependencies :
4115
4115
has-tostringtag "^1.0.0"
4116
4116
4117
+ is-subset-of@^3.1.10 :
4118
+ version "3.1.10"
4119
+ resolved "https://registry.yarnpkg.com/is-subset-of/-/is-subset-of-3.1.10.tgz#d3f4331b9ca288318fae92ad5d953241b6f7b00b"
4120
+ integrity sha512-avvaYgVmYWyaZ1NDFiv4y9JGkrE2je3op1Po4VYKKJKR8H2qVPsg1GZuuXl5elCTxTlwAIsrAjWAs4BVrISFRw==
4121
+ dependencies :
4122
+ typedescriptor "3.0.2"
4123
+
4117
4124
is-subset@^0.1.1 :
4118
4125
version "0.1.1"
4119
4126
resolved "https://registry.yarnpkg.com/is-subset/-/is-subset-0.1.1.tgz#8a59117d932de1de00f245fcdd39ce43f1e939a6"
@@ -6304,6 +6311,11 @@ typed-array-length@^1.0.6:
6304
6311
is-typed-array "^1.1.13"
6305
6312
possible-typed-array-names "^1.0.0"
6306
6313
6314
+
6315
+ version "3.0.2"
6316
+ resolved "https://registry.yarnpkg.com/typedescriptor/-/typedescriptor-3.0.2.tgz#9ad1715bc2be1cf063d5acbc4cd4bfc96d644225"
6317
+ integrity sha512-hyVbaCUd18UiXk656g/imaBLMogpdijIEpnhWYrSda9rhvO4gOU16n2nh7xG5lv/rjumnZzGOdz0CEGTmFe0fQ==
6318
+
6307
6319
typedoc-plugin-coverage@^3.0.0 :
6308
6320
version "3.4.1"
6309
6321
resolved "https://registry.yarnpkg.com/typedoc-plugin-coverage/-/typedoc-plugin-coverage-3.4.1.tgz#13b445cecb674845945e218c4560bbd91299af83"
You can’t perform that action at this time.
0 commit comments