Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Commit 33032de

Browse files
chore(deps): update dependency @types/node-fetch to v2.6.10
1 parent 097c1d8 commit 33032de

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@types/cors": "2.8.13",
5757
"@types/express": "4.17.15",
5858
"@types/mocha": "8.2.3",
59-
"@types/node-fetch": "2.6.2",
59+
"@types/node-fetch": "2.6.10",
6060
"@types/underscore": "1.11.4",
6161
"@typescript-eslint/eslint-plugin": "4.33.0",
6262
"@typescript-eslint/parser": "4.33.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -912,13 +912,13 @@
912912
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-8.2.3.tgz#bbeb55fbc73f28ea6de601fbfa4613f58d785323"
913913
integrity sha512-ekGvFhFgrc2zYQoX4JeZPmVzZxw6Dtllga7iGHzfbYIYkAMUx/sAFP2GdFpLff+vdHXu5fl7WX9AT+TtqYcsyw==
914914

915-
"@types/node-fetch@2.6.2":
916-
version "2.6.2"
917-
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.6.2.tgz#d1a9c5fd049d9415dce61571557104dec3ec81da"
918-
integrity sha512-DHqhlq5jeESLy19TYhLakJ07kNumXWjcDdxXsLUMJZ6ue8VZJj4kLPQVE/2mdHh3xZziNF1xppu5lwmS53HR+A==
915+
"@types/node-fetch@2.6.10":
916+
version "2.6.10"
917+
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.6.10.tgz#ff5c1ceacab782f2b7ce69957d38c1c27b0dc469"
918+
integrity sha512-PPpPK6F9ALFTn59Ka3BaL+qGuipRfxNE8qVgkp0bVixeiR2c2/L+IVOiBdu9JhhT22sWnQEp6YyHGI2b2+CMcA==
919919
dependencies:
920920
"@types/node" "*"
921-
form-data "^3.0.0"
921+
form-data "^4.0.0"
922922

923923
"@types/node@*":
924924
version "18.11.10"
@@ -2760,10 +2760,10 @@ forever-agent@~0.6.1:
27602760
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
27612761
integrity sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==
27622762

2763-
form-data@^3.0.0:
2764-
version "3.0.1"
2765-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-3.0.1.tgz#ebd53791b78356a99af9a300d4282c4d5eb9755f"
2766-
integrity sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==
2763+
form-data@^4.0.0:
2764+
version "4.0.0"
2765+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
2766+
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
27672767
dependencies:
27682768
asynckit "^0.4.0"
27692769
combined-stream "^1.0.8"

0 commit comments

Comments
 (0)