Merge pull request #1 from woodchen-ink/dependabot/npm_and_yarn/nodejs/lru-cache-11.0.1

Bump lru-cache from 6.0.0 to 11.0.1 in /nodejs
This commit is contained in:
wood chen 2024-09-09 21:35:31 +08:00 committed by GitHub
commit 64dec23fb5
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": { "dependencies": {
"compression": "^1.7.4", "compression": "^1.7.4",
"express": "^4.17.1", "express": "^4.17.1",
"lru-cache": "^6.0.0", "lru-cache": "^11.0.1",
"node-fetch": "^3.3.2", "node-fetch": "^3.3.2",
"winston": "^3.3.3", "winston": "^3.3.3",
"winston-daily-rotate-file": "^5.0.0" "winston-daily-rotate-file": "^5.0.0"
@ -644,14 +644,11 @@
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
}, },
"node_modules/lru-cache": { "node_modules/lru-cache": {
"version": "6.0.0", "version": "11.0.1",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.1.tgz",
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", "integrity": "sha512-CgeuL5uom6j/ZVrg7G/+1IXqRY8JXX4Hghfy5YE0EhoYQWvndP1kufu58cmZLNIDKnRhZrXfdS9urVWx98AipQ==",
"dependencies": {
"yallist": "^4.0.0"
},
"engines": { "engines": {
"node": ">=10" "node": "20 || >=22"
} }
}, },
"node_modules/media-typer": { "node_modules/media-typer": {
@ -1166,11 +1163,6 @@
"engines": { "engines": {
"node": ">= 12.0.0" "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

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