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

Bump fetch-mock from 11.1.0 to 11.1.1 #218

Merged
merged 1 commit into from
Aug 17, 2024
Merged
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/yargs": "^17.0.33",
"babel-plugin-root-import": "^6.6.0",
"copyfiles": "^2.4.1",
"fetch-mock": "^11.1.0",
"fetch-mock": "^11.1.1",
"fs-extra": "^11.2.0",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
Expand Down
34 changes: 21 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2086,6 +2086,13 @@ __metadata:
languageName: node
linkType: hard

"@types/glob-to-regexp@npm:^0.4.4":
version: 0.4.4
resolution: "@types/glob-to-regexp@npm:0.4.4"
checksum: 7288ff853850d8302a8770a3698b187fc3970ad12ee6427f0b3758a3e7a0ebb0bd993abc6ebaaa979d09695b4194157d2bfaa7601b0fb9ed72c688b4c1298b88
languageName: node
linkType: hard

"@types/graceful-fs@npm:^4.1.3":
version: 4.1.9
resolution: "@types/graceful-fs@npm:4.1.9"
Expand Down Expand Up @@ -3854,18 +3861,19 @@ __metadata:
languageName: node
linkType: hard

"fetch-mock@npm:^11.1.0":
version: 11.1.0
resolution: "fetch-mock@npm:11.1.0"
"fetch-mock@npm:^11.1.1":
version: 11.1.1
resolution: "fetch-mock@npm:11.1.1"
dependencies:
"@types/glob-to-regexp": "npm:^0.4.4"
dequal: "npm:^2.0.3"
globrex: "npm:^0.1.2"
glob-to-regexp: "npm:^0.4.1"
is-subset: "npm:^0.1.1"
regexparam: "npm:^3.0.0"
peerDependenciesMeta:
node-fetch:
optional: true
checksum: 89b591fa11a740233d6eb49928ce993d18fa733089ec454b02d29d88d5ca39fd5504ba687ce01c53b397f155ff66a9929b8666e68265d6c271cf4b5eeab2cc36
checksum: cc9878b12d6ef9358a1ce3630172d985799c97d0ab7ffb6ee1c6d029942d783fb1461f361131b099e9c913cd5ddc950d5081a86eb555dde0e50bbcaf8b0669ac
languageName: node
linkType: hard

Expand Down Expand Up @@ -4145,6 +4153,13 @@ __metadata:
languageName: node
linkType: hard

"glob-to-regexp@npm:^0.4.1":
version: 0.4.1
resolution: "glob-to-regexp@npm:0.4.1"
checksum: 0486925072d7a916f052842772b61c3e86247f0a80cc0deb9b5a3e8a1a9faad5b04fb6f58986a09f34d3e96cd2a22a24b7e9882fb1cf904c31e9a310de96c429
languageName: node
linkType: hard

"glob@npm:^10.2.2, glob@npm:^10.3.10":
version: 10.3.10
resolution: "glob@npm:10.3.10"
Expand Down Expand Up @@ -4226,13 +4241,6 @@ __metadata:
languageName: node
linkType: hard

"globrex@npm:^0.1.2":
version: 0.1.2
resolution: "globrex@npm:0.1.2"
checksum: a54c029520cf58bda1d8884f72bd49b4cd74e977883268d931fd83bcbd1a9eb96d57c7dbd4ad80148fb9247467ebfb9b215630b2ed7563b2a8de02e1ff7f89d1
languageName: node
linkType: hard

"gopd@npm:^1.0.1":
version: 1.0.1
resolution: "gopd@npm:1.0.1"
Expand Down Expand Up @@ -5383,7 +5391,7 @@ __metadata:
"@types/yargs": "npm:^17.0.33"
babel-plugin-root-import: "npm:^6.6.0"
copyfiles: "npm:^2.4.1"
fetch-mock: "npm:^11.1.0"
fetch-mock: "npm:^11.1.1"
fs-extra: "npm:^11.2.0"
jest: "npm:^29.7.0"
jest-junit: "npm:^16.0.0"
Expand Down
Loading