bump dependencies

This commit is contained in:
TheBeastLT
2022-06-17 22:25:20 +03:00
parent 37d4623b9e
commit ae077dda8c
5 changed files with 2128 additions and 536 deletions

View File

@@ -11,15 +11,15 @@
"author": "TheBeastLT <pauliox@beyond.lt>",
"license": "MIT",
"dependencies": {
"axios": "^0.21.4",
"axios": "^0.27.2",
"bottleneck": "^2.19.5",
"cache-manager": "^3.4.4",
"cache-manager-mongodb": "^0.3.0",
"moment": "^2.29.2",
"pg": "^8.7.1",
"moment": "^2.29.3",
"pg": "^8.7.3",
"pg-hstore": "^2.3.4",
"request-ip": "^2.1.3",
"sequelize": "^4.43.0",
"stremio-addon-sdk": "^1.6.1"
"request-ip": "^2.2.0",
"sequelize": "^6.21.0",
"stremio-addon-sdk": "^1.6.5"
}
}