Gitako/server/package.json
dependabot[bot] 5d3aebd08e
build(deps): bump node-fetch from 2.6.0 to 2.6.7 in /server
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.0 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.0...v2.6.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-12 13:58:58 +00:00

13 lines
264 B
JSON

{
"name": "gitako-server",
"version": "0.1.0",
"main": "api/index.ts",
"author": "EnixCoda",
"license": "MIT",
"dependencies": {
"@now/node": "^1.5.0",
"@types/node-fetch": "^2.5.5",
"node-fetch": "^2.6.7",
"typescript": "^3.8.3"
}
}