diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-01-22 23:09:07 +0000 |
---|---|---|
committer | Erkin Alp Güney <erkinalp9035@gmail.com> | 2022-01-23 07:41:40 +0300 |
commit | f094c076f3ea4beb5f9efeb9be8f9ec8412ebfdd (patch) | |
tree | 6661b810f9423b41ecb67e57e584452bf520f995 /api/package.json | |
parent | Branding updates (diff) | |
download | server-f094c076f3ea4beb5f9efeb9be8f9ec8412ebfdd.tar.xz |
Bump node-fetch from 2.6.2 to 3.1.1 in /api
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 'api/package.json')
-rw-r--r-- | api/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/package.json b/api/package.json index 182e53de..f4614c90 100644 --- a/api/package.json +++ b/api/package.json @@ -86,7 +86,7 @@ "missing-native-js-functions": "^1.2.18", "morgan": "^1.10.0", "multer": "^1.4.2", - "node-fetch": "^2.6.1", + "node-fetch": "^3.1.1", "patch-package": "^6.4.7", "picocolors": "^1.0.0", "proxy-agent": "^5.0.0", |