mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2026-03-13 22:12:42 +03:00
Update simple lru cache
This commit is contained in:
14
package-lock.json
generated
14
package-lock.json
generated
@@ -9,7 +9,7 @@
|
|||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ajayyy/simple-lru-cache": "^1.1.3",
|
"@ajayyy/simple-lru-cache": "^1.1.4",
|
||||||
"axios": "^1.13.6",
|
"axios": "^1.13.6",
|
||||||
"better-sqlite3": "^11.2.1",
|
"better-sqlite3": "^11.2.1",
|
||||||
"cron": "^2.1.0",
|
"cron": "^2.1.0",
|
||||||
@@ -52,9 +52,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@ajayyy/simple-lru-cache": {
|
"node_modules/@ajayyy/simple-lru-cache": {
|
||||||
"version": "1.1.3",
|
"version": "1.1.4",
|
||||||
"resolved": "https://registry.npmjs.org/@ajayyy/simple-lru-cache/-/simple-lru-cache-1.1.3.tgz",
|
"resolved": "https://registry.npmjs.org/@ajayyy/simple-lru-cache/-/simple-lru-cache-1.1.4.tgz",
|
||||||
"integrity": "sha512-IeJKJSP9RfUrUbtc7WPjyKGle3SbtGYsNeCzBtVS2xFESlylZv4C+3pItvYHIH13eEfzfEwpezoa2mZFQjYquQ==",
|
"integrity": "sha512-dQSSlBz3Q00rOD3P0b2gAn2K1GkRndz3Q4SXHnU5nUFr1F8NWnjrXv+DDv+KH3j2teyIqzRcQZTMkWzgqo6PBA==",
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/@ampproject/remapping": {
|
"node_modules/@ampproject/remapping": {
|
||||||
@@ -6136,9 +6136,9 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ajayyy/simple-lru-cache": {
|
"@ajayyy/simple-lru-cache": {
|
||||||
"version": "1.1.3",
|
"version": "1.1.4",
|
||||||
"resolved": "https://registry.npmjs.org/@ajayyy/simple-lru-cache/-/simple-lru-cache-1.1.3.tgz",
|
"resolved": "https://registry.npmjs.org/@ajayyy/simple-lru-cache/-/simple-lru-cache-1.1.4.tgz",
|
||||||
"integrity": "sha512-IeJKJSP9RfUrUbtc7WPjyKGle3SbtGYsNeCzBtVS2xFESlylZv4C+3pItvYHIH13eEfzfEwpezoa2mZFQjYquQ=="
|
"integrity": "sha512-dQSSlBz3Q00rOD3P0b2gAn2K1GkRndz3Q4SXHnU5nUFr1F8NWnjrXv+DDv+KH3j2teyIqzRcQZTMkWzgqo6PBA=="
|
||||||
},
|
},
|
||||||
"@ampproject/remapping": {
|
"@ampproject/remapping": {
|
||||||
"version": "2.2.0",
|
"version": "2.2.0",
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
"express-rate-limit": "^6.7.0",
|
"express-rate-limit": "^6.7.0",
|
||||||
"form-data": "^4.0.4",
|
"form-data": "^4.0.4",
|
||||||
"lodash": "^4.17.23",
|
"lodash": "^4.17.23",
|
||||||
"@ajayyy/simple-lru-cache": "^1.1.3",
|
"@ajayyy/simple-lru-cache": "^1.1.4",
|
||||||
"lz4-napi": "^2.2.0",
|
"lz4-napi": "^2.2.0",
|
||||||
"pg": "^8.8.0",
|
"pg": "^8.8.0",
|
||||||
"rate-limit-redis": "^3.0.1",
|
"rate-limit-redis": "^3.0.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user