Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency fetch-mock to v12 #123

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/fetch-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"directory": "packages/fetch-hooks"
},
"devDependencies": {
"fetch-mock": "^11.0.0"
"fetch-mock": "^12.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/typed-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"directory": "packages/typed-fetch"
},
"devDependencies": {
"fetch-mock": "^11.0.0"
"fetch-mock": "^12.0.0"
}
}
34 changes: 20 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1591,7 +1591,7 @@ __metadata:
resolution: "@contentgrid/fetch-hooks@workspace:packages/fetch-hooks"
dependencies:
"@babel/runtime": "npm:^7.22.10"
fetch-mock: "npm:^11.0.0"
fetch-mock: "npm:^12.0.0"
tslib: "npm:^2.6.1"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -1631,7 +1631,7 @@ __metadata:
resolution: "@contentgrid/typed-fetch@workspace:packages/typed-fetch"
dependencies:
"@babel/runtime": "npm:^7.22.10"
fetch-mock: "npm:^11.0.0"
fetch-mock: "npm:^12.0.0"
tslib: "npm:^2.6.1"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -4509,19 +4509,16 @@ __metadata:
languageName: node
linkType: hard

"fetch-mock@npm:^11.0.0":
version: 11.1.5
resolution: "fetch-mock@npm:11.1.5"
"fetch-mock@npm:^12.0.0":
version: 12.0.0
resolution: "fetch-mock@npm:12.0.0"
dependencies:
"@types/glob-to-regexp": "npm:^0.4.4"
dequal: "npm:^2.0.3"
glob-to-regexp: "npm:^0.4.1"
is-subset: "npm:^0.1.1"
is-subset-of: "npm:^3.1.10"
regexparam: "npm:^3.0.0"
peerDependenciesMeta:
node-fetch:
optional: true
checksum: 10c0/f32f1d7879b654a3fab7c3576901193ddd4c63cb9aeae2ed66ff42062400c0937d4696b1a5171e739d5f62470e6554e190f14816789f5e3b2bf1ad90208222e6
checksum: 10c0/3286fe4092b8f648190780fe6648187f0898ba11a97bc682819faf3eb91d6a208e38228ad60f8f66e4557ab0dec4a507f8f23c38f82b2d61e402bfac6b2ed386
languageName: node
linkType: hard

Expand Down Expand Up @@ -5345,10 +5342,12 @@ __metadata:
languageName: node
linkType: hard

"is-subset@npm:^0.1.1":
version: 0.1.1
resolution: "is-subset@npm:0.1.1"
checksum: 10c0/d8125598ab9077a76684e18726fb915f5cea7a7358ed0c6ff723f4484d71a0a9981ee5aae06c44de99cfdef0fefce37438c6257ab129e53c82045ea0c2acdebf
"is-subset-of@npm:^3.1.10":
version: 3.1.10
resolution: "is-subset-of@npm:3.1.10"
dependencies:
typedescriptor: "npm:3.0.2"
checksum: 10c0/79d569c05fe64b7fe8f12b22205064b0fe67ed90e4359b3eb1622d8cfcc48d289b0c49310c7547dec2a4a13561e99e157088e3f67b00a02829a89acb3862225e
languageName: node
linkType: hard

Expand Down Expand Up @@ -8708,6 +8707,13 @@ __metadata:
languageName: node
linkType: hard

"typedescriptor@npm:3.0.2":
version: 3.0.2
resolution: "typedescriptor@npm:3.0.2"
checksum: 10c0/7e3daf4857ad2f03e8fbbe3683b219c80183637d3f849a52ff8246f0b6e852ca46f9f6d6c2c05c7fa8fe895afc7c07c2a071a25049a4ce26bd2eed1e00935465
languageName: node
linkType: hard

"typescript@npm:>=3 < 6, typescript@npm:^5.1.6":
version: 5.6.3
resolution: "typescript@npm:5.6.3"
Expand Down
Loading