Skip to content

Commit 7f068dd

Browse files
Update dependency fetch-mock to v12
1 parent ded8729 commit 7f068dd

File tree

2 files changed

+38
-8
lines changed

2 files changed

+38
-8
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

+37-7
Original file line numberDiff line numberDiff line change
@@ -3434,15 +3434,15 @@ fetch-mock-jest@^1.5.1:
34343434
dependencies:
34353435
fetch-mock "^9.11.0"
34363436

3437-
fetch-mock@11.1.5:
3438-
version "11.1.5"
3439-
resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-11.1.5.tgz#77f78942f3733cfba47fc232b8528d1138a6761f"
3440-
integrity sha512-KHmZDnZ1ry0pCTrX4YG5DtThHi0MH+GNI9caESnzX/nMJBrvppUHMvLx47M0WY9oAtKOMiPfZDRpxhlHg89BOA==
3437+
fetch-mock@12.2.0:
3438+
version "12.2.0"
3439+
resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-12.2.0.tgz#b2b6cc48ab7e9692c58051d7ece1adf5a83c87d1"
3440+
integrity sha512-XjgxM582kB0SzPOqH2UdGTwSqga8A8aBPjxcYr0wTeOlCWpZoK6zBrPzltECUTu6Zt3VTWafmKF599LN9BRN5Q==
34413441
dependencies:
34423442
"@types/glob-to-regexp" "^0.4.4"
34433443
dequal "^2.0.3"
34443444
glob-to-regexp "^0.4.1"
3445-
is-subset "^0.1.1"
3445+
is-subset-of "^3.1.10"
34463446
regexparam "^3.0.0"
34473447

34483448
fetch-mock@^9.11.0:
@@ -4029,6 +4029,13 @@ is-string@^1.0.5, is-string@^1.0.7:
40294029
dependencies:
40304030
has-tostringtag "^1.0.0"
40314031

4032+
is-subset-of@^3.1.10:
4033+
version "3.1.10"
4034+
resolved "https://registry.yarnpkg.com/is-subset-of/-/is-subset-of-3.1.10.tgz#d3f4331b9ca288318fae92ad5d953241b6f7b00b"
4035+
integrity sha512-avvaYgVmYWyaZ1NDFiv4y9JGkrE2je3op1Po4VYKKJKR8H2qVPsg1GZuuXl5elCTxTlwAIsrAjWAs4BVrISFRw==
4036+
dependencies:
4037+
typedescriptor "3.0.2"
4038+
40324039
is-subset@^0.1.1:
40334040
version "0.1.1"
40344041
resolved "https://registry.yarnpkg.com/is-subset/-/is-subset-0.1.1.tgz#8a59117d932de1de00f245fcdd39ce43f1e939a6"
@@ -5846,7 +5853,16 @@ string-length@^4.0.1:
58465853
char-regex "^1.0.2"
58475854
strip-ansi "^6.0.0"
58485855

5849-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
5856+
"string-width-cjs@npm:string-width@^4.2.0":
5857+
version "4.2.3"
5858+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
5859+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
5860+
dependencies:
5861+
emoji-regex "^8.0.0"
5862+
is-fullwidth-code-point "^3.0.0"
5863+
strip-ansi "^6.0.1"
5864+
5865+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
58505866
version "4.2.3"
58515867
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
58525868
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -6188,6 +6204,11 @@ typed-array-length@^1.0.6:
61886204
is-typed-array "^1.1.13"
61896205
possible-typed-array-names "^1.0.0"
61906206

6207+
6208+
version "3.0.2"
6209+
resolved "https://registry.yarnpkg.com/typedescriptor/-/typedescriptor-3.0.2.tgz#9ad1715bc2be1cf063d5acbc4cd4bfc96d644225"
6210+
integrity sha512-hyVbaCUd18UiXk656g/imaBLMogpdijIEpnhWYrSda9rhvO4gOU16n2nh7xG5lv/rjumnZzGOdz0CEGTmFe0fQ==
6211+
61916212
typedoc-plugin-coverage@^3.0.0:
61926213
version "3.4.0"
61936214
resolved "https://registry.yarnpkg.com/typedoc-plugin-coverage/-/typedoc-plugin-coverage-3.4.0.tgz#ca0f4a8cb7d9e2718995520a39e16fdbeb1b22ca"
@@ -6445,7 +6466,16 @@ word-wrap@^1.2.5:
64456466
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.5.tgz#d2c45c6dd4fbce621a66f136cbe328afd0410b34"
64466467
integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==
64476468

6448-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
6469+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
6470+
version "7.0.0"
6471+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
6472+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
6473+
dependencies:
6474+
ansi-styles "^4.0.0"
6475+
string-width "^4.1.0"
6476+
strip-ansi "^6.0.0"
6477+
6478+
wrap-ansi@^7.0.0:
64496479
version "7.0.0"
64506480
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
64516481
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)