refactor: Upgrade lru-cache from 10.2.2 to 10.4.0 (#9259)

This commit is contained in:
Parse Platform
2024-10-06 12:52:28 +02:00
committed by GitHub
parent 7d67d880a8
commit e62bafd176
2 changed files with 10 additions and 9 deletions

17
package-lock.json generated
View File

@@ -35,7 +35,7 @@
"jwks-rsa": "3.1.0",
"ldapjs": "3.0.7",
"lodash": "4.17.21",
"lru-cache": "10.2.2",
"lru-cache": "^10.4.0",
"mime": "3.0.0",
"mongodb": "5.9.0",
"mustache": "4.2.0",
@@ -12769,11 +12769,12 @@
}
},
"node_modules/lru-cache": {
"version": "10.2.2",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz",
"integrity": "sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==",
"version": "10.4.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.0.tgz",
"integrity": "sha512-bfJaPTuEiTYBu+ulDaeQ0F+uLmlfFkMgXj4cbwfuMSjgObGMzb55FMMbDvbRU0fAHZ4sLGkz2mKwcMg8Dvm8Ww==",
"license": "ISC",
"engines": {
"node": "14 || >=16.14"
"node": ">=18"
}
},
"node_modules/lru-memoizer": {
@@ -30573,9 +30574,9 @@
"dev": true
},
"lru-cache": {
"version": "10.2.2",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz",
"integrity": "sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ=="
"version": "10.4.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.0.tgz",
"integrity": "sha512-bfJaPTuEiTYBu+ulDaeQ0F+uLmlfFkMgXj4cbwfuMSjgObGMzb55FMMbDvbRU0fAHZ4sLGkz2mKwcMg8Dvm8Ww=="
},
"lru-memoizer": {
"version": "2.2.0",

View File

@@ -44,7 +44,7 @@
"jwks-rsa": "3.1.0",
"ldapjs": "3.0.7",
"lodash": "4.17.21",
"lru-cache": "10.2.2",
"lru-cache": "10.4.0",
"mime": "3.0.0",
"mongodb": "5.9.0",
"mustache": "4.2.0",