Skip to content

Commit f7d282b

Browse files
chore(deps): update dependency fetch-mock to v11
1 parent 60cee26 commit f7d282b

2 files changed

Lines changed: 17 additions & 12 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@rollup/plugin-typescript": "11.1.6",
2727
"@types/mocha": "9.1.1",
2828
"conventional-changelog-cli": "5.0.0",
29-
"fetch-mock": "10.1.1",
29+
"fetch-mock": "11.1.3",
3030
"http-server": "14.1.1",
3131
"karma": "6.4.4",
3232
"karma-chrome-launcher": "3.2.0",

yarn.lock

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1367,6 +1367,11 @@
13671367
resolved "https://registry.npmjs.org/@types/estree/-/estree-1.0.0.tgz"
13681368
integrity sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==
13691369

1370+
"@types/glob-to-regexp@^0.4.4":
1371+
version "0.4.4"
1372+
resolved "https://registry.yarnpkg.com/@types/glob-to-regexp/-/glob-to-regexp-0.4.4.tgz#409e71290253203185b1ea8a3d6ea406a4bdc902"
1373+
integrity sha512-nDKoaKJYbnn1MZxUY0cA1bPmmgZbg0cTq7Rh13d0KWYNOiKbqoR+2d89SnRPszGh7ROzSwZ/GOjZ4jPbmmZ6Eg==
1374+
13701375
"@types/hast@^3.0.0", "@types/hast@^3.0.4":
13711376
version "3.0.4"
13721377
resolved "https://registry.yarnpkg.com/@types/hast/-/hast-3.0.4.tgz#1d6b39993b82cea6ad783945b0508c25903e15aa"
@@ -3198,14 +3203,14 @@ fd-slicer@~1.1.0:
31983203
dependencies:
31993204
pend "~1.2.0"
32003205

3201-
fetch-mock@10.1.1:
3202-
version "10.1.1"
3203-
resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-10.1.1.tgz#09f5f14aff5587095fc1632c271523a5aff1e79c"
3204-
integrity sha512-R6MwxuGwlUe0K6GzdLY1Wa9voX/GbUBDZjNHBsvlBhrpXurCYpQN4EW0iFCmtWddDTuS0ubR93OtFSgy9E/L2A==
3206+
fetch-mock@11.1.3:
3207+
version "11.1.3"
3208+
resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-11.1.3.tgz#3dc8dcc81340fea1cf1db60a2c195c63e270b501"
3209+
integrity sha512-ATh0dWgnVrUHiiXuvQm1Ry+ThWfSv1QQgqJTCtybrNxyUrFiSOaDKsNG29eyysp1SHeNP6Q+dH50+8VifN51Ig==
32053210
dependencies:
3206-
debug "^4.1.1"
3211+
"@types/glob-to-regexp" "^0.4.4"
32073212
dequal "^2.0.3"
3208-
globrex "^0.1.2"
3213+
glob-to-regexp "^0.4.1"
32093214
is-subset "^0.1.1"
32103215
regexparam "^3.0.0"
32113216

@@ -3482,6 +3487,11 @@ glob-parent@~5.1.2:
34823487
dependencies:
34833488
is-glob "^4.0.1"
34843489

3490+
glob-to-regexp@^0.4.1:
3491+
version "0.4.1"
3492+
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
3493+
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
3494+
34853495
glob@7.2.0, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.1.7:
34863496
version "7.2.0"
34873497
resolved "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz"
@@ -3530,11 +3540,6 @@ globalthis@^1.0.1:
35303540
dependencies:
35313541
define-properties "^1.1.3"
35323542

3533-
globrex@^0.1.2:
3534-
version "0.1.2"
3535-
resolved "https://registry.yarnpkg.com/globrex/-/globrex-0.1.2.tgz#dd5d9ec826232730cd6793a5e33a9302985e6098"
3536-
integrity sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==
3537-
35383543
got@^11.0.2, got@^11.7.0:
35393544
version "11.8.2"
35403545
resolved "https://registry.npmjs.org/got/-/got-11.8.2.tgz"

0 commit comments

Comments
 (0)