Upgrade server dep

This commit is contained in:
Chocobozzz 2020-01-31 15:05:26 +01:00
parent 835053fc8b
commit a22046d166
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 216 additions and 722 deletions

View File

@ -77,9 +77,6 @@
"swagger-cli": "swagger-cli", "swagger-cli": "swagger-cli",
"sass-lint": "sass-lint" "sass-lint": "sass-lint"
}, },
"resolutions": {
"@types/bluebird": "3.5.27"
},
"dependencies": { "dependencies": {
"apicache": "^1.4.0", "apicache": "^1.4.0",
"async": "^3.0.1", "async": "^3.0.1",
@ -108,7 +105,7 @@
"ip-anonymize": "^0.1.0", "ip-anonymize": "^0.1.0",
"ipaddr.js": "1.9.1", "ipaddr.js": "1.9.1",
"is-cidr": "^3.0.0", "is-cidr": "^3.0.0",
"iso-639-3": "^1.0.1", "iso-639-3": "^2.0.0",
"js-yaml": "^3.5.4", "js-yaml": "^3.5.4",
"jsonld": "~2.0.1", "jsonld": "~2.0.1",
"lodash": "^4.17.10", "lodash": "^4.17.10",
@ -130,7 +127,7 @@
"scripty": "^1.5.0", "scripty": "^1.5.0",
"sequelize": "5.21.3", "sequelize": "5.21.3",
"sequelize-typescript": "^1.0.0-beta.4", "sequelize-typescript": "^1.0.0-beta.4",
"sharp": "^0.23.3", "sharp": "^0.24.0",
"sitemap": "^5.0.0", "sitemap": "^5.0.0",
"socket.io": "^2.2.0", "socket.io": "^2.2.0",
"srt-to-vtt": "^1.1.2", "srt-to-vtt": "^1.1.2",
@ -142,16 +139,16 @@
"webtorrent": "^0.107.16", "webtorrent": "^0.107.16",
"winston": "3.2.1", "winston": "3.2.1",
"ws": "^7.0.0", "ws": "^7.0.0",
"youtube-dl": "^2.0.0" "youtube-dl": "^3.0.1"
}, },
"devDependencies": { "devDependencies": {
"@types/apicache": "^1.2.0", "@types/apicache": "^1.2.0",
"@types/async": "^3.0.0", "@types/async": "^3.0.0",
"@types/async-lock": "^1.1.0", "@types/async-lock": "^1.1.0",
"@types/bcrypt": "^3.0.0", "@types/bcrypt": "^3.0.0",
"@types/bluebird": "3.5.21", "@types/bluebird": "3.5.29",
"@types/body-parser": "^1.16.3", "@types/body-parser": "^1.16.3",
"@types/bull": "3.4.0", "@types/bull": "3.12.0",
"@types/bytes": "^3.0.0", "@types/bytes": "^3.0.0",
"@types/chai": "^4.0.4", "@types/chai": "^4.0.4",
"@types/chai-json-schema": "^1.4.3", "@types/chai-json-schema": "^1.4.3",
@ -168,7 +165,7 @@
"@types/maildev": "^0.0.1", "@types/maildev": "^0.0.1",
"@types/memoizee": "^0.4.2", "@types/memoizee": "^0.4.2",
"@types/mkdirp": "^0.5.1", "@types/mkdirp": "^0.5.1",
"@types/mocha": "^5.0.0", "@types/mocha": "^7.0.1",
"@types/morgan": "^1.7.32", "@types/morgan": "^1.7.32",
"@types/multer": "^1.3.3", "@types/multer": "^1.3.3",
"@types/node": "^10.0.8", "@types/node": "^10.0.8",
@ -177,18 +174,17 @@
"@types/pem": "^1.9.3", "@types/pem": "^1.9.3",
"@types/redis": "^2.8.5", "@types/redis": "^2.8.5",
"@types/request": "^2.0.3", "@types/request": "^2.0.3",
"@types/sharp": "^0.23.0", "@types/sharp": "^0.24.0",
"@types/socket.io": "^2.1.2", "@types/socket.io": "^2.1.2",
"@types/supertest": "^2.0.3", "@types/supertest": "^2.0.3",
"@types/validator": "^12.0.1", "@types/validator": "^12.0.1",
"@types/webtorrent": "^0.107.0", "@types/webtorrent": "^0.107.0",
"@types/ws": "^6.0.0", "@types/ws": "^7.2.1",
"chai": "^4.1.1", "chai": "^4.1.1",
"chai-json-schema": "^1.5.0", "chai-json-schema": "^1.5.0",
"chai-xml": "^0.3.2", "chai-xml": "^0.3.2",
"concurrently": "^5.0.0", "concurrently": "^5.0.0",
"libxmljs": "0.19.7", "libxmljs": "0.19.7",
"lint-staged": "^9.2.0",
"maildev": "^1.0.0-rc3", "maildev": "^1.0.0-rc3",
"marked": "^0.8.0", "marked": "^0.8.0",
"marked-man": "^0.7.0", "marked-man": "^0.7.0",
@ -197,9 +193,9 @@
"nodemon": "^2.0.1", "nodemon": "^2.0.1",
"source-map-support": "^0.5.0", "source-map-support": "^0.5.0",
"supertest": "^4.0.2", "supertest": "^4.0.2",
"swagger-cli": "^2.2.0", "swagger-cli": "^3.0.1",
"ts-node": "8.5.4", "ts-node": "8.6.2",
"tslint": "^5.7.0", "tslint": "^6.0.0",
"tslint-config-standard": "^9.0.0", "tslint-config-standard": "^9.0.0",
"typescript": "^3.7.2" "typescript": "^3.7.2"
}, },

912
yarn.lock

File diff suppressed because it is too large Load Diff