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>
This commit is contained in:
dependabot[bot] 2024-09-09 13:25:17 +00:00 committed by GitHub
parent 9302434638
commit 7a7e88940b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 14 deletions

View File

@ -11,7 +11,7 @@
"dependencies": {
"compression": "^1.7.4",
"express": "^4.17.1",
"lru-cache": "^6.0.0",
"lru-cache": "^11.0.1",
"node-fetch": "^3.3.2",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^5.0.0"
@ -644,14 +644,11 @@
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
},
"node_modules/lru-cache": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
"dependencies": {
"yallist": "^4.0.0"
},
"version": "11.0.1",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.1.tgz",
"integrity": "sha512-CgeuL5uom6j/ZVrg7G/+1IXqRY8JXX4Hghfy5YE0EhoYQWvndP1kufu58cmZLNIDKnRhZrXfdS9urVWx98AipQ==",
"engines": {
"node": ">=10"
"node": "20 || >=22"
}
},
"node_modules/media-typer": {
@ -1166,11 +1163,6 @@
"engines": {
"node": ">= 12.0.0"
}
},
"node_modules/yallist": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
}
}
}

View File

@ -12,7 +12,7 @@
"dependencies": {
"compression": "^1.7.4",
"express": "^4.17.1",
"lru-cache": "^6.0.0",
"lru-cache": "^11.0.1",
"node-fetch": "^3.3.2",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^5.0.0"