downgrade sequalize and pg
Some checks failed
Deploy Addon / build (SSH_HOST, SSH_KEY) (push) Waiting to run
Deploy Addon / build (SSH_HOST_2, SSH_KEY_2) (push) Waiting to run
Deploy Addon / build (SSH_HOST_4, SSH_KEY_4) (push) Waiting to run
Deploy Catalogs / build (push) Has been cancelled

This commit is contained in:
TheBeastLT 2024-11-17 12:19:08 +02:00
parent 413162bc3c
commit 029f956563
4 changed files with 8 additions and 8 deletions

View file

@ -23,13 +23,13 @@
"offcloud-api": "^1.0.2",
"p-limit": "^5.0.0",
"parse-torrent-title": "git://github.com/TheBeastLT/parse-torrent-title.git#d8726b340a6b66f079680ae78314dc28457d0214",
"pg": "^8.13.1",
"pg": "^8.8.0",
"premiumize-api": "^1.0.3",
"prom-client": "^14.2.0",
"real-debrid-api": "git://github.com/TheBeastLT/node-real-debrid.git#d1f7eaa8593b947edbfbc8a92a176448b48ef445",
"request-ip": "^3.3.0",
"router": "^1.3.8",
"sequelize": "^6.37.5",
"sequelize": "^6.29.0",
"stremio-addon-sdk": "^1.6.10",
"swagger-stats": "^0.99.7",
"ua-parser-js": "^1.0.36",

View file

@ -23,13 +23,13 @@
"offcloud-api": "^1.0.2",
"p-limit": "^5.0.0",
"parse-torrent-title": "git://github.com/TheBeastLT/parse-torrent-title.git#d8726b340a6b66f079680ae78314dc28457d0214",
"pg": "^8.13.1",
"pg": "^8.8.0",
"premiumize-api": "^1.0.3",
"prom-client": "^14.2.0",
"real-debrid-api": "git://github.com/TheBeastLT/node-real-debrid.git#d1f7eaa8593b947edbfbc8a92a176448b48ef445",
"request-ip": "^3.3.0",
"router": "^1.3.8",
"sequelize": "^6.37.5",
"sequelize": "^6.29.0",
"stremio-addon-sdk": "^1.6.10",
"swagger-stats": "^0.99.7",
"ua-parser-js": "^1.0.36",

View file

@ -13,10 +13,10 @@
"axios": "^1.7.7",
"bottleneck": "^2.19.5",
"moment": "^2.30.1",
"pg": "^8.13.1",
"pg": "^8.8.0",
"pg-hstore": "^2.3.4",
"request-ip": "^3.3.0",
"sequelize": "^6.37.5",
"sequelize": "^6.29.0",
"stremio-addon-sdk": "^1.6.10"
},
"engines": {

View file

@ -16,10 +16,10 @@
"axios": "^1.7.7",
"bottleneck": "^2.19.5",
"moment": "^2.30.1",
"pg": "^8.13.1",
"pg": "^8.8.0",
"pg-hstore": "^2.3.4",
"request-ip": "^3.3.0",
"sequelize": "^6.37.5",
"sequelize": "^6.29.0",
"stremio-addon-sdk": "^1.6.10"
}
}