summary refs log tree commit diff
path: root/gateway/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-22 23:09:41 +0000
committerErkin Alp Güney <erkinalp9035@gmail.com>2022-01-23 07:42:07 +0300
commit02c3ca67eb08f598ecda257f9cecc62fcf472263 (patch)
treee97d5361018ed495bed00e05e2b2f84a1cda20dd /gateway/package.json
parentBump node-fetch from 2.6.2 to 3.1.1 in /api (diff)
downloadserver-02c3ca67eb08f598ecda257f9cecc62fcf472263.tar.xz
Bump node-fetch from 2.6.2 to 3.1.1 in /gateway
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.2 to 3.1.1.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.2...v3.1.1)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-rw-r--r--gateway/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/gateway/package.json b/gateway/package.json
index f976b3e7..7daddfc0 100644
--- a/gateway/package.json
+++ b/gateway/package.json
@@ -32,7 +32,7 @@
 		"jsonwebtoken": "^8.5.1",
 		"lambert-server": "^1.2.11",
 		"missing-native-js-functions": "^1.2.18",
-		"node-fetch": "^2.6.1",
+		"node-fetch": "^3.1.1",
 		"proxy-agent": "^5.0.0",
 		"typeorm": "^0.2.37",
 		"ws": "^7.4.2"