Fix cache not clearing properly

This commit is contained in:
Ajay
2026-03-10 16:47:10 -04:00
parent e4d3aeab05
commit 1fe7720c8c
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "0.1.0",
"license": "AGPL-3.0-only",
"dependencies": {
"@ajayyy/simple-lru-cache": "^1.1.2",
"@ajayyy/simple-lru-cache": "^1.1.3",
"axios": "^1.13.6",
"better-sqlite3": "^11.2.1",
"cron": "^2.1.0",
@@ -52,9 +52,9 @@
}
},
"node_modules/@ajayyy/simple-lru-cache": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/@ajayyy/simple-lru-cache/-/simple-lru-cache-1.1.2.tgz",
"integrity": "sha512-X1SRyVSK9xTyFQoZPf66IxtraRQbLkFWl93TRBtKft3V7NU8/KGuPWlIddilvxYwkrjSHKU6WYNN0mCgHBYYhg==",
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/@ajayyy/simple-lru-cache/-/simple-lru-cache-1.1.3.tgz",
"integrity": "sha512-IeJKJSP9RfUrUbtc7WPjyKGle3SbtGYsNeCzBtVS2xFESlylZv4C+3pItvYHIH13eEfzfEwpezoa2mZFQjYquQ==",
"license": "MIT"
},
"node_modules/@ampproject/remapping": {
@@ -6136,9 +6136,9 @@
},
"dependencies": {
"@ajayyy/simple-lru-cache": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/@ajayyy/simple-lru-cache/-/simple-lru-cache-1.1.2.tgz",
"integrity": "sha512-X1SRyVSK9xTyFQoZPf66IxtraRQbLkFWl93TRBtKft3V7NU8/KGuPWlIddilvxYwkrjSHKU6WYNN0mCgHBYYhg=="
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/@ajayyy/simple-lru-cache/-/simple-lru-cache-1.1.3.tgz",
"integrity": "sha512-IeJKJSP9RfUrUbtc7WPjyKGle3SbtGYsNeCzBtVS2xFESlylZv4C+3pItvYHIH13eEfzfEwpezoa2mZFQjYquQ=="
},
"@ampproject/remapping": {
"version": "2.2.0",

View File

@@ -27,7 +27,7 @@
"express-rate-limit": "^6.7.0",
"form-data": "^4.0.4",
"lodash": "^4.17.23",
"@ajayyy/simple-lru-cache": "^1.1.2",
"@ajayyy/simple-lru-cache": "^1.1.3",
"lz4-napi": "^2.2.0",
"pg": "^8.8.0",
"rate-limit-redis": "^3.0.1",