Skip to content

Commit 98e066e

Browse files
Update dependency fetch-mock to v12
1 parent 424c258 commit 98e066e

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"eslint-plugin-tsdoc": "^0.4.0",
107107
"eslint-plugin-unicorn": "^56.0.0",
108108
"fake-indexeddb": "^5.0.2",
109-
"fetch-mock": "11.1.5",
109+
"fetch-mock": "12.2.0",
110110
"fetch-mock-jest": "^1.5.1",
111111
"husky": "^9.0.0",
112112
"jest": "^29.0.0",

yarn.lock

+17-5
Original file line numberDiff line numberDiff line change
@@ -3397,15 +3397,15 @@ fetch-mock-jest@^1.5.1:
33973397
dependencies:
33983398
fetch-mock "^9.11.0"
33993399

3400-
fetch-mock@11.1.5:
3401-
version "11.1.5"
3402-
resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-11.1.5.tgz#77f78942f3733cfba47fc232b8528d1138a6761f"
3403-
integrity sha512-KHmZDnZ1ry0pCTrX4YG5DtThHi0MH+GNI9caESnzX/nMJBrvppUHMvLx47M0WY9oAtKOMiPfZDRpxhlHg89BOA==
3400+
fetch-mock@12.2.0:
3401+
version "12.2.0"
3402+
resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-12.2.0.tgz#b2b6cc48ab7e9692c58051d7ece1adf5a83c87d1"
3403+
integrity sha512-XjgxM582kB0SzPOqH2UdGTwSqga8A8aBPjxcYr0wTeOlCWpZoK6zBrPzltECUTu6Zt3VTWafmKF599LN9BRN5Q==
34043404
dependencies:
34053405
"@types/glob-to-regexp" "^0.4.4"
34063406
dequal "^2.0.3"
34073407
glob-to-regexp "^0.4.1"
3408-
is-subset "^0.1.1"
3408+
is-subset-of "^3.1.10"
34093409
regexparam "^3.0.0"
34103410

34113411
fetch-mock@^9.11.0:
@@ -3992,6 +3992,13 @@ is-string@^1.0.5, is-string@^1.0.7:
39923992
dependencies:
39933993
has-tostringtag "^1.0.0"
39943994

3995+
is-subset-of@^3.1.10:
3996+
version "3.1.10"
3997+
resolved "https://registry.yarnpkg.com/is-subset-of/-/is-subset-of-3.1.10.tgz#d3f4331b9ca288318fae92ad5d953241b6f7b00b"
3998+
integrity sha512-avvaYgVmYWyaZ1NDFiv4y9JGkrE2je3op1Po4VYKKJKR8H2qVPsg1GZuuXl5elCTxTlwAIsrAjWAs4BVrISFRw==
3999+
dependencies:
4000+
typedescriptor "3.0.2"
4001+
39954002
is-subset@^0.1.1:
39964003
version "0.1.1"
39974004
resolved "https://registry.yarnpkg.com/is-subset/-/is-subset-0.1.1.tgz#8a59117d932de1de00f245fcdd39ce43f1e939a6"
@@ -6165,6 +6172,11 @@ typed-array-length@^1.0.6:
61656172
is-typed-array "^1.1.13"
61666173
possible-typed-array-names "^1.0.0"
61676174

6175+
6176+
version "3.0.2"
6177+
resolved "https://registry.yarnpkg.com/typedescriptor/-/typedescriptor-3.0.2.tgz#9ad1715bc2be1cf063d5acbc4cd4bfc96d644225"
6178+
integrity sha512-hyVbaCUd18UiXk656g/imaBLMogpdijIEpnhWYrSda9rhvO4gOU16n2nh7xG5lv/rjumnZzGOdz0CEGTmFe0fQ==
6179+
61686180
typedoc-plugin-coverage@^3.0.0:
61696181
version "3.4.1"
61706182
resolved "https://registry.yarnpkg.com/typedoc-plugin-coverage/-/typedoc-plugin-coverage-3.4.1.tgz#13b445cecb674845945e218c4560bbd91299af83"

0 commit comments

Comments
 (0)