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.2.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 @@ -3479,15 +3479,15 @@ fetch-mock-jest@^1.5.1:
3479
3479
dependencies :
3480
3480
fetch-mock "^9.11.0"
3481
3481
3482
- fetch-mock@11.1.5 :
3483
- version "11.1.5 "
3484
- resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-11.1.5 .tgz#77f78942f3733cfba47fc232b8528d1138a6761f "
3485
- integrity sha512-KHmZDnZ1ry0pCTrX4YG5DtThHi0MH+GNI9caESnzX/nMJBrvppUHMvLx47M0WY9oAtKOMiPfZDRpxhlHg89BOA ==
3482
+ fetch-mock@12.2.0 :
3483
+ version "12.2.0 "
3484
+ resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-12.2.0 .tgz#b2b6cc48ab7e9692c58051d7ece1adf5a83c87d1 "
3485
+ integrity sha512-XjgxM582kB0SzPOqH2UdGTwSqga8A8aBPjxcYr0wTeOlCWpZoK6zBrPzltECUTu6Zt3VTWafmKF599LN9BRN5Q ==
3486
3486
dependencies :
3487
3487
" @types/glob-to-regexp" " ^0.4.4"
3488
3488
dequal "^2.0.3"
3489
3489
glob-to-regexp "^0.4.1"
3490
- is-subset "^0 .1.1 "
3490
+ is-subset-of "^3 .1.10 "
3491
3491
regexparam "^3.0.0"
3492
3492
3493
3493
fetch-mock@^9.11.0 :
@@ -4074,6 +4074,13 @@ is-string@^1.0.5, is-string@^1.0.7:
4074
4074
dependencies :
4075
4075
has-tostringtag "^1.0.0"
4076
4076
4077
+ is-subset-of@^3.1.10 :
4078
+ version "3.1.10"
4079
+ resolved "https://registry.yarnpkg.com/is-subset-of/-/is-subset-of-3.1.10.tgz#d3f4331b9ca288318fae92ad5d953241b6f7b00b"
4080
+ integrity sha512-avvaYgVmYWyaZ1NDFiv4y9JGkrE2je3op1Po4VYKKJKR8H2qVPsg1GZuuXl5elCTxTlwAIsrAjWAs4BVrISFRw==
4081
+ dependencies :
4082
+ typedescriptor "3.0.2"
4083
+
4077
4084
is-subset@^0.1.1 :
4078
4085
version "0.1.1"
4079
4086
resolved "https://registry.yarnpkg.com/is-subset/-/is-subset-0.1.1.tgz#8a59117d932de1de00f245fcdd39ce43f1e939a6"
@@ -6247,6 +6254,11 @@ typed-array-length@^1.0.6:
6247
6254
is-typed-array "^1.1.13"
6248
6255
possible-typed-array-names "^1.0.0"
6249
6256
6257
+
6258
+ version "3.0.2"
6259
+ resolved "https://registry.yarnpkg.com/typedescriptor/-/typedescriptor-3.0.2.tgz#9ad1715bc2be1cf063d5acbc4cd4bfc96d644225"
6260
+ integrity sha512-hyVbaCUd18UiXk656g/imaBLMogpdijIEpnhWYrSda9rhvO4gOU16n2nh7xG5lv/rjumnZzGOdz0CEGTmFe0fQ==
6261
+
6250
6262
typedoc-plugin-coverage@^3.0.0 :
6251
6263
version "3.4.0"
6252
6264
resolved "https://registry.yarnpkg.com/typedoc-plugin-coverage/-/typedoc-plugin-coverage-3.4.0.tgz#ca0f4a8cb7d9e2718995520a39e16fdbeb1b22ca"
You can’t perform that action at this time.
0 commit comments