Update dependencies

This commit is contained in:
Michael C 2021-07-09 00:31:42 -04:00
parent 2105cdf10b
commit 81cae514a0
No known key found for this signature in database
GPG key ID: FFB04FB3B878B7B4
2 changed files with 538 additions and 541 deletions

1031
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

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