Random-Api/nodejs/package.json
dependabot[bot] bc81974908
Bump node-fetch from 2.7.0 to 3.3.2 in /nodejs
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.7.0 to 3.3.2.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.7.0...v3.3.2)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-09 12:44:30 +00:00

21 lines
388 B
JSON

{
"name": "nodejs",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "node app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"compression": "^1.7.4",
"express": "^4.17.1",
"lru-cache": "^6.0.0",
"node-fetch": "^3.3.2",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^5.0.0"
}
}