Update dependencies

This commit is contained in:
Michael C
2021-07-09 00:31:42 -04:00
parent 2105cdf10b
commit 81cae514a0
2 changed files with 538 additions and 541 deletions

1029
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -16,37 +16,33 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@ajayyy/lru-diskcache": "^1.1.9", "@ajayyy/lru-diskcache": "^1.1.9",
"abort-controller": "^3.0.0", "@types/request": "^2.48.6",
"better-sqlite3": "^7.1.5", "better-sqlite3": "^7.4.1",
"dotenv": "^8.2.0",
"express": "^4.17.1", "express": "^4.17.1",
"express-promise-router": "^4.1.0", "express-promise-router": "^4.1.0",
"express-rate-limit": "^5.1.3", "express-rate-limit": "^5.3.0",
"http": "0.0.0", "node-fetch": "^2.6.1",
"node-fetch": "^2.6.0", "pg": "^8.6.0",
"pg": "^8.5.1", "redis": "^3.1.2",
"redis": "^3.1.1", "sync-mysql": "^3.0.1"
"sync-mysql": "^3.0.1",
"uuid": "^3.3.2"
}, },
"devDependencies": { "devDependencies": {
"@types/better-sqlite3": "^5.4.0", "@types/better-sqlite3": "^5.4.3",
"@types/express": "^4.17.8", "@types/express": "^4.17.13",
"@types/express-rate-limit": "^5.1.0", "@types/express-rate-limit": "^5.1.3",
"@types/mocha": "^8.2.2", "@types/mocha": "^8.2.3",
"@types/node": "^14.11.9", "@types/node": "^16.3.0",
"@types/node-fetch": "^2.5.7", "@types/node-fetch": "^2.5.11",
"@types/pg": "^7.14.10", "@types/pg": "^8.6.1",
"@types/redis": "^2.8.28", "@types/redis": "^2.8.31",
"@types/request": "^2.48.5", "@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/eslint-plugin": "^4.28.1", "@typescript-eslint/parser": "^4.28.2",
"@typescript-eslint/parser": "^4.28.1",
"eslint": "^7.30.0", "eslint": "^7.30.0",
"mocha": "^8.4.0", "mocha": "^9.0.2",
"nodemon": "^2.0.2", "nodemon": "^2.0.2",
"sinon": "^9.2.0", "sinon": "^11.1.1",
"ts-mock-imports": "^1.3.0", "ts-mock-imports": "^1.3.7",
"ts-node": "^9.0.0", "ts-node": "^10.0.0",
"typescript": "^4.0.3" "typescript": "^4.3.5"
} }
} }