⬆️ update dependencies

This commit is contained in:
Flam3rboy 2021-09-01 23:35:20 +02:00
parent cba341a6d6
commit 854239e0e1
3 changed files with 661 additions and 49 deletions

701
api/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -10,7 +10,9 @@
"start": "npm run build && node dist/start", "start": "npm run build && node dist/start",
"build": "npx tsc -b .", "build": "npx tsc -b .",
"build-docker": "tsc -p tsconfig-docker.json", "build-docker": "tsc -p tsconfig-docker.json",
"dev": "tsnd --respawn src/start.ts" "dev": "tsnd --respawn src/start.ts",
"patch": "patch-package",
"postinstall": "npm run patch"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
@ -52,7 +54,8 @@
"saslprep": "^1.0.3", "saslprep": "^1.0.3",
"ts-node": "^9.1.1", "ts-node": "^9.1.1",
"ts-node-dev": "^1.1.6", "ts-node-dev": "^1.1.6",
"typescript": "^4.4.2" "typescript": "^4.4.2",
"typescript-json-schema": "^0.50.1"
}, },
"dependencies": { "dependencies": {
"@fosscord/util": "file:../util", "@fosscord/util": "file:../util",
@ -81,6 +84,7 @@
"mongoose-long": "^0.3.2", "mongoose-long": "^0.3.2",
"multer": "^1.4.2", "multer": "^1.4.2",
"node-fetch": "^2.6.1", "node-fetch": "^2.6.1",
"patch-package": "^6.4.7",
"supertest": "^6.1.6", "supertest": "^6.1.6",
"typeorm": "^0.2.37" "typeorm": "^0.2.37"
}, },

View File

@ -52,7 +52,6 @@
"async-exit-hook": "^2.0.1", "async-exit-hook": "^2.0.1",
"express": "^4.17.1", "express": "^4.17.1",
"missing-native-js-functions": "^1.2.13", "missing-native-js-functions": "^1.2.13",
"mongodb-memory-server": "^7.3.6",
"node-os-utils": "^1.3.5" "node-os-utils": "^1.3.5"
} }
} }