Skip to content

Commit 20f4159

Browse files
Update dependency fetch-mock to v12
1 parent 3e51271 commit 20f4159

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-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.5.1",
110110
"fetch-mock-jest": "^1.5.1",
111111
"husky": "^9.0.0",
112112
"jest": "^29.0.0",

yarn.lock

+4-5
Original file line numberDiff line numberDiff line change
@@ -3519,15 +3519,14 @@ fetch-mock-jest@^1.5.1:
35193519
dependencies:
35203520
fetch-mock "^9.11.0"
35213521

3522-
fetch-mock@11.1.5:
3523-
version "11.1.5"
3524-
resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-11.1.5.tgz#77f78942f3733cfba47fc232b8528d1138a6761f"
3525-
integrity sha512-KHmZDnZ1ry0pCTrX4YG5DtThHi0MH+GNI9caESnzX/nMJBrvppUHMvLx47M0WY9oAtKOMiPfZDRpxhlHg89BOA==
3522+
fetch-mock@12.5.1:
3523+
version "12.5.1"
3524+
resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-12.5.1.tgz#f4e0d7c5da8526cfb9f9c836ca923458b0c82c40"
3525+
integrity sha512-vkySpgura/iQStMZywAGbDV3WaDSjdbgT4UCHn5vKy/U14XUCkkIl3ZIP2dJQBYGebAU+fo8RXEHrWd1kdUr0Q==
35263526
dependencies:
35273527
"@types/glob-to-regexp" "^0.4.4"
35283528
dequal "^2.0.3"
35293529
glob-to-regexp "^0.4.1"
3530-
is-subset "^0.1.1"
35313530
regexparam "^3.0.0"
35323531

35333532
fetch-mock@^9.11.0:

0 commit comments

Comments
 (0)