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.1 " ,
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 @@ -3418,15 +3418,15 @@ fetch-mock-jest@^1.5.1:
3418
3418
dependencies :
3419
3419
fetch-mock "^9.11.0"
3420
3420
3421
- fetch-mock@11.1.5 :
3422
- version "11.1.5 "
3423
- resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-11.1.5. tgz#77f78942f3733cfba47fc232b8528d1138a6761f "
3424
- integrity sha512-KHmZDnZ1ry0pCTrX4YG5DtThHi0MH+GNI9caESnzX/nMJBrvppUHMvLx47M0WY9oAtKOMiPfZDRpxhlHg89BOA ==
3421
+ fetch-mock@12.2.1 :
3422
+ version "12.2.1 "
3423
+ resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-12.2.1. tgz#84b3e8ebf0d50af7f3af69e3adeee1320942ffa3 "
3424
+ integrity sha512-ZUEDYDCr/qeZ3paYVyt6VkmuV/3HhZFVsih1Mt8hAAT34Gsc6HUv2qaFd5nh82BMhOaFjYL2yZbYi5VMuIhXKw ==
3425
3425
dependencies :
3426
3426
" @types/glob-to-regexp" " ^0.4.4"
3427
3427
dequal "^2.0.3"
3428
3428
glob-to-regexp "^0.4.1"
3429
- is-subset "^0 .1.1 "
3429
+ is-subset-of "^3 .1.10 "
3430
3430
regexparam "^3.0.0"
3431
3431
3432
3432
fetch-mock@^9.11.0 :
@@ -4013,6 +4013,13 @@ is-string@^1.0.5, is-string@^1.0.7:
4013
4013
dependencies :
4014
4014
has-tostringtag "^1.0.0"
4015
4015
4016
+ is-subset-of@^3.1.10 :
4017
+ version "3.1.10"
4018
+ resolved "https://registry.yarnpkg.com/is-subset-of/-/is-subset-of-3.1.10.tgz#d3f4331b9ca288318fae92ad5d953241b6f7b00b"
4019
+ integrity sha512-avvaYgVmYWyaZ1NDFiv4y9JGkrE2je3op1Po4VYKKJKR8H2qVPsg1GZuuXl5elCTxTlwAIsrAjWAs4BVrISFRw==
4020
+ dependencies :
4021
+ typedescriptor "3.0.2"
4022
+
4016
4023
is-subset@^0.1.1 :
4017
4024
version "0.1.1"
4018
4025
resolved "https://registry.yarnpkg.com/is-subset/-/is-subset-0.1.1.tgz#8a59117d932de1de00f245fcdd39ce43f1e939a6"
@@ -6186,6 +6193,11 @@ typed-array-length@^1.0.6:
6186
6193
is-typed-array "^1.1.13"
6187
6194
possible-typed-array-names "^1.0.0"
6188
6195
6196
+
6197
+ version "3.0.2"
6198
+ resolved "https://registry.yarnpkg.com/typedescriptor/-/typedescriptor-3.0.2.tgz#9ad1715bc2be1cf063d5acbc4cd4bfc96d644225"
6199
+ integrity sha512-hyVbaCUd18UiXk656g/imaBLMogpdijIEpnhWYrSda9rhvO4gOU16n2nh7xG5lv/rjumnZzGOdz0CEGTmFe0fQ==
6200
+
6189
6201
typedoc-plugin-coverage@^3.0.0 :
6190
6202
version "3.4.1"
6191
6203
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