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

revert node-fetch to 2.x branch #72

Merged
merged 1 commit into from
Sep 9, 2021
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
29 changes: 4 additions & 25 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"lodash": "^4.17.21",
"make-dir": "^3.1.0",
"mongodb": "^3.6.9",
"node-fetch": "^3.0.0",
"node-fetch": "^2.6.2",
"nodemailer": "^6.6.3",
"nodemailer-sendgrid-transport": "^0.2.0",
"nopt": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/scripts/archive.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh

set -e
cd dist

npm install --production
Expand Down
31 changes: 6 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2508,7 +2508,7 @@ __metadata:
make-dir: ^3.1.0
migrate-mongo: ^8.2.3
mongodb: ^3.6.9
node-fetch: ^3.0.0
node-fetch: ^2.6.2
nodemailer: ^6.6.3
nodemailer-sendgrid-transport: ^0.2.0
nodemon: ^2.0.12
Expand Down Expand Up @@ -9945,7 +9945,7 @@ __metadata:
languageName: node
linkType: hard

"data-uri-to-buffer@npm:3.0.1, data-uri-to-buffer@npm:^3.0.1":
"data-uri-to-buffer@npm:3.0.1":
version: 3.0.1
resolution: "data-uri-to-buffer@npm:3.0.1"
checksum: c59c3009686a78c071806b72f4810856ec28222f0f4e252aa495ec027ed9732298ceea99c50328cf59b151dd34cbc3ad6150bbb43e41fc56fa19f48c99e9fc30
Expand Down Expand Up @@ -11908,15 +11908,6 @@ __metadata:
languageName: node
linkType: hard

"fetch-blob@npm:^3.1.2":
version: 3.1.2
resolution: "fetch-blob@npm:3.1.2"
dependencies:
web-streams-polyfill: ^3.0.3
checksum: 3e3717cf30da9f204aee83dded63f1a9f9c8bda7a0dc59648f89eeb1e88ee592231f4d922e1f119e1390383520768594dd3a1fe5e844f2f2f014d17ce04213a5
languageName: node
linkType: hard

"figlet@npm:^1.1.1":
version: 1.5.0
resolution: "figlet@npm:1.5.0"
Expand Down Expand Up @@ -17199,13 +17190,10 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"node-fetch@npm:^3.0.0":
version: 3.0.0
resolution: "node-fetch@npm:3.0.0"
dependencies:
data-uri-to-buffer: ^3.0.1
fetch-blob: ^3.1.2
checksum: 50224bf682a0bc3d44faee0f38df6269d8ae646de343595ef37f9d94b4322d3763a49819fb7b2df9330fcae16e0a20e5fb129dfed8725cf0e8f720277db7611c
"node-fetch@npm:^2.6.2":
version: 2.6.2
resolution: "node-fetch@npm:2.6.2"
checksum: de367eae1dfbc0e12283c1cf92256ea7fba7eac8655e2e51ebb217727162396fc6cf24689ef9fc6accf075e3991e2ffaa061f7cfaa958215329649b2297ff06d
languageName: node
linkType: hard

Expand Down Expand Up @@ -23219,13 +23207,6 @@ typescript@^4.4.2:
languageName: node
linkType: hard

"web-streams-polyfill@npm:^3.0.3":
version: 3.1.0
resolution: "web-streams-polyfill@npm:3.1.0"
checksum: 50922239b5a85b6a686dcecb3603bd77d53a7489c1c542e3025537409e01b5a6b2a03f37c95c42296f5585a41ee1b7d6474eea56c1a3c6e682d8ef46a55b4a17
languageName: node
linkType: hard

"webidl-conversions@npm:^2.0.0":
version: 2.0.1
resolution: "webidl-conversions@npm:2.0.1"
Expand Down