Skip to content

Commit 31c4786

Browse files
Update dependency fetch-mock to v11 (#4369)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 17b6e59 commit 31c4786

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"eslint-plugin-tsdoc": "^0.3.0",
108108
"eslint-plugin-unicorn": "^54.0.0",
109109
"fake-indexeddb": "^5.0.2",
110-
"fetch-mock": "10.1.1",
110+
"fetch-mock": "11.1.1",
111111
"fetch-mock-jest": "^1.5.1",
112112
"husky": "^9.0.0",
113113
"jest": "^29.0.0",

yarn.lock

+12-12
Original file line numberDiff line numberDiff line change
@@ -1679,6 +1679,11 @@
16791679
resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.3.tgz#a8ef894305af28d1fc6d2dfdfc98e899591ea529"
16801680
integrity sha512-trOc4AAUThEz9hapPtSd7wf5tiQKvTtu5b371UxXdTuqzIh0ArcRspRP0i0Viu+LXstIQ1z96t1nsPxT9ol01g==
16811681

1682+
"@types/glob-to-regexp@^0.4.4":
1683+
version "0.4.4"
1684+
resolved "https://registry.yarnpkg.com/@types/glob-to-regexp/-/glob-to-regexp-0.4.4.tgz#409e71290253203185b1ea8a3d6ea406a4bdc902"
1685+
integrity sha512-nDKoaKJYbnn1MZxUY0cA1bPmmgZbg0cTq7Rh13d0KWYNOiKbqoR+2d89SnRPszGh7ROzSwZ/GOjZ4jPbmmZ6Eg==
1686+
16821687
"@types/graceful-fs@^4.1.3":
16831688
version "4.1.9"
16841689
resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.9.tgz#2a06bc0f68a20ab37b3e36aa238be6abdf49e8b4"
@@ -3348,14 +3353,14 @@ fetch-mock-jest@^1.5.1:
33483353
dependencies:
33493354
fetch-mock "^9.11.0"
33503355

3351-
fetch-mock@10.1.1:
3352-
version "10.1.1"
3353-
resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-10.1.1.tgz#09f5f14aff5587095fc1632c271523a5aff1e79c"
3354-
integrity sha512-R6MwxuGwlUe0K6GzdLY1Wa9voX/GbUBDZjNHBsvlBhrpXurCYpQN4EW0iFCmtWddDTuS0ubR93OtFSgy9E/L2A==
3356+
fetch-mock@11.1.1:
3357+
version "11.1.1"
3358+
resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-11.1.1.tgz#33440be6d184f52f1d8bc48a15b9e631589fd5e2"
3359+
integrity sha512-2lZ42bnMar9MBfNR0nza5wM4ZDwLxb+ZbNR4sEvpqOOBzZ+V6cZVVhLBHj8+AAEInF4vp2/tbRM8WlGX5mPhiA==
33553360
dependencies:
3356-
debug "^4.1.1"
3361+
"@types/glob-to-regexp" "^0.4.4"
33573362
dequal "^2.0.3"
3358-
globrex "^0.1.2"
3363+
glob-to-regexp "^0.4.1"
33593364
is-subset "^0.1.1"
33603365
regexparam "^3.0.0"
33613366

@@ -3549,7 +3554,7 @@ glob-parent@^6.0.2:
35493554
dependencies:
35503555
is-glob "^4.0.3"
35513556

3552-
glob-to-regexp@^0.4.0:
3557+
glob-to-regexp@^0.4.0, glob-to-regexp@^0.4.1:
35533558
version "0.4.1"
35543559
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
35553560
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
@@ -3615,11 +3620,6 @@ globby@^11.1.0:
36153620
merge2 "^1.4.1"
36163621
slash "^3.0.0"
36173622

3618-
globrex@^0.1.2:
3619-
version "0.1.2"
3620-
resolved "https://registry.yarnpkg.com/globrex/-/globrex-0.1.2.tgz#dd5d9ec826232730cd6793a5e33a9302985e6098"
3621-
integrity sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==
3622-
36233623
gopd@^1.0.1:
36243624
version "1.0.1"
36253625
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.0.1.tgz#29ff76de69dac7489b7c0918a5788e56477c332c"

0 commit comments

Comments
 (0)