Skip to content
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.1",
"fetch-mock": "^11.1.3",
"fs-extra": "^11.2.0",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3831,9 +3831,9 @@ __metadata:
languageName: node
linkType: hard

"fetch-mock@npm:^11.1.1":
version: 11.1.1
resolution: "fetch-mock@npm:11.1.1"
"fetch-mock@npm:^11.1.3":
version: 11.1.3
resolution: "fetch-mock@npm:11.1.3"
dependencies:
"@types/glob-to-regexp": "npm:^0.4.4"
dequal: "npm:^2.0.3"
Expand All @@ -3843,7 +3843,7 @@ __metadata:
peerDependenciesMeta:
node-fetch:
optional: true
checksum: cc9878b12d6ef9358a1ce3630172d985799c97d0ab7ffb6ee1c6d029942d783fb1461f361131b099e9c913cd5ddc950d5081a86eb555dde0e50bbcaf8b0669ac
checksum: 087b4d25f4852fc6fa6aadf0b6735958e5f1f75321f8dc12054f2704cfe9f2d0878a62e639de6ecb5b18305c178a5985a321b67478aaafd41d17d207344db45e
languageName: node
linkType: hard

Expand Down Expand Up @@ -5361,7 +5361,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.1"
fetch-mock: "npm:^11.1.3"
fs-extra: "npm:^11.2.0"
jest: "npm:^29.7.0"
jest-junit: "npm:^16.0.0"
Expand Down
Loading