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

chore(deps): update dependency node-fetch to v3 #352

Open
wants to merge 1 commit into
base: next
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
"mongodb-client-encryption": "^2.2.1",
"morgan": "^1.10.0",
"nanoid": "^3.3.4",
"node-fetch": "^2.6.7",
"node-fetch": "^3.0.0",
"nodemailer": "^6.8.0",
"otplib": "^12.0.1",
"prom-client": "^14.1.0",
Expand Down
31 changes: 29 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11127,6 +11127,13 @@ __metadata:
languageName: node
linkType: hard

"data-uri-to-buffer@npm:^4.0.0":
version: 4.0.0
resolution: "data-uri-to-buffer@npm:4.0.0"
checksum: a010653869abe8bb51259432894ac62c52bf79ad761d418d94396f48c346f2ae739c46b254e8bb5987bded8a653d467db1968db3a69bab1d33aa5567baa5cfc7
languageName: node
linkType: hard

"dataloader@npm:2.0.0":
version: 2.0.0
resolution: "dataloader@npm:2.0.0"
Expand Down Expand Up @@ -12769,7 +12776,7 @@ __metadata:
languageName: node
linkType: hard

"fetch-blob@npm:^3.2.0":
"fetch-blob@npm:^3.1.2, fetch-blob@npm:^3.1.4, fetch-blob@npm:^3.2.0":
version: 3.2.0
resolution: "fetch-blob@npm:3.2.0"
dependencies:
Expand Down Expand Up @@ -13092,6 +13099,15 @@ __metadata:
languageName: node
linkType: hard

"formdata-polyfill@npm:^4.0.10":
version: 4.0.10
resolution: "formdata-polyfill@npm:4.0.10"
dependencies:
fetch-blob: ^3.1.2
checksum: 82a34df292afadd82b43d4a740ce387bc08541e0a534358425193017bf9fb3567875dc5f69564984b1da979979b70703aa73dee715a17b6c229752ae736dd9db
languageName: node
linkType: hard

"formik@npm:^2.2.9":
version: 2.2.9
resolution: "formik@npm:2.2.9"
Expand Down Expand Up @@ -17924,6 +17940,17 @@ __metadata:
languageName: node
linkType: hard

"node-fetch@npm:^3.0.0":
version: 3.2.10
resolution: "node-fetch@npm:3.2.10"
dependencies:
data-uri-to-buffer: ^4.0.0
fetch-blob: ^3.1.4
formdata-polyfill: ^4.0.10
checksum: e65322431f4897ded04197aa5923eaec63a8d53e00432de4e70a4f7006625c8dc32629c5c35f4fe8ee719a4825544d07bf53f6e146a7265914262f493e8deac1
languageName: node
linkType: hard

"node-gyp-build-optional-packages@npm:5.0.2":
version: 5.0.2
resolution: "node-gyp-build-optional-packages@npm:5.0.2"
Expand Down Expand Up @@ -22666,7 +22693,7 @@ __metadata:
mongodb-client-encryption: ^2.2.1
morgan: ^1.10.0
nanoid: ^3.3.4
node-fetch: ^2.6.7
node-fetch: ^3.0.0
nodemailer: ^6.8.0
null-loader: ^4.0.1
otplib: ^12.0.1
Expand Down