summary refs log tree commit diff
path: root/bundle/package.json
diff options
context:
space:
mode:
authorErkin Alp Güney <erkinalp9035@gmail.com>2022-02-04 23:14:48 +0300
committerGitHub <noreply@github.com>2022-02-04 23:14:48 +0300
commit7ba6b298bf79ea1dc40ea5e1271f4d5feca3f0ac (patch)
tree4e8559b1ebd4fac783bcd4173e7ce49ae03a13fb /bundle/package.json
parentMerge pull request #616 from MaddyUnderStars/noNullsInMessageFetch (diff)
downloadserver-ts-7ba6b298bf79ea1dc40ea5e1271f4d5feca3f0ac.tar.xz
automated security fixes applied (#619)
Diffstat (limited to 'bundle/package.json')
-rw-r--r--bundle/package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/bundle/package.json b/bundle/package.json

index 331e4ebe..8915665d 100644 --- a/bundle/package.json +++ b/bundle/package.json
@@ -91,6 +91,7 @@ "missing-native-js-functions": "^1.2.18", "morgan": "^1.10.0", "multer": "^1.4.2", + "nanocolors": "^0.2.12", "node-fetch": "^2.6.2", "node-os-utils": "^1.3.5", "patch-package": "^6.4.7", @@ -98,13 +99,12 @@ "picocolors": "^1.0.0", "proxy-agent": "^5.0.0", "reflect-metadata": "^0.1.13", - "sqlite3": "^5.0.2", + "sqlite3": "^4.2.0", "supertest": "^6.1.6", "tslib": "^2.3.1", "typeorm": "^0.2.37", "typescript": "^4.1.2", "typescript-json-schema": "^0.50.1", - "ws": "^7.4.2", - "nanocolors": "^0.2.12" + "ws": "^7.4.2" } -} \ No newline at end of file +}