Random-Api/nodejs/package.json
dependabot[bot] 7a7e88940b
Bump lru-cache from 6.0.0 to 11.0.1 in /nodejs
Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 6.0.0 to 11.0.1.
- [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-lru-cache/compare/v6.0.0...v11.0.1)

---
updated-dependencies:
- dependency-name: lru-cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-09 13:25:17 +00:00

21 lines
389 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": "^11.0.1",
"node-fetch": "^3.3.2",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^5.0.0"
}
}