minor changes

This commit is contained in:
Michael C
2021-12-01 15:43:43 -05:00
parent d55a860114
commit af4b2e4624
2 changed files with 1023 additions and 1541 deletions

2522
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -17,33 +17,33 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@ajayyy/lru-diskcache": "^2.0.0", "@ajayyy/lru-diskcache": "^2.0.0",
"axios": "^0.21.4", "axios": "^0.24.0",
"better-sqlite3": "^7.4.3", "better-sqlite3": "^7.4.5",
"cron": "^1.8.2", "cron": "^1.8.2",
"express": "^4.17.1", "express": "^4.17.1",
"express-promise-router": "^4.1.0", "express-promise-router": "^4.1.1",
"express-rate-limit": "^5.3.0", "express-rate-limit": "^5.5.1",
"pg": "^8.7.1", "pg": "^8.7.1",
"redis": "^3.1.2", "redis": "^3.1.2",
"sync-mysql": "^3.0.1" "sync-mysql": "^3.0.1"
}, },
"devDependencies": { "devDependencies": {
"@types/better-sqlite3": "^7.4.0", "@types/better-sqlite3": "^7.4.1",
"@types/cron": "^1.7.3", "@types/cron": "^1.7.3",
"@types/express": "^4.17.13", "@types/express": "^4.17.13",
"@types/express-rate-limit": "^5.1.3", "@types/express-rate-limit": "^5.1.3",
"@types/mocha": "^9.0.0", "@types/mocha": "^9.0.0",
"@types/node": "^16.9.4", "@types/node": "^16.11.11",
"@types/pg": "^8.6.1", "@types/pg": "^8.6.1",
"@types/redis": "^2.8.32", "@types/redis": "^2.8.32",
"@typescript-eslint/eslint-plugin": "^4.31.2", "@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^4.31.2", "@typescript-eslint/parser": "^5.5.0",
"eslint": "^7.32.0", "eslint": "^8.3.0",
"mocha": "^9.1.1", "mocha": "^9.1.3",
"nodemon": "^2.0.12", "nodemon": "^2.0.15",
"sinon": "^11.1.2", "sinon": "^12.0.1",
"ts-mock-imports": "^1.3.7", "ts-mock-imports": "^1.3.8",
"ts-node": "^10.2.1", "ts-node": "^10.4.0",
"typescript": "^4.4.3" "typescript": "^4.5.2"
} }
} }