1 files changed, 1 insertions, 1 deletions
diff --git a/util/package.json b/util/package.json
index 426b4e43..3bdc04be 100644
--- a/util/package.json
+++ b/util/package.json
@@ -39,7 +39,6 @@
"dependencies": {
"ajv": "^8.6.2",
"amqplib": "^0.8.0",
- "chalk": "^4.1.2",
"class-validator": "^0.13.1",
"dot-prop": "^6.0.1",
"env-paths": "^2.2.1",
@@ -47,6 +46,7 @@
"lambert-server": "^1.2.10",
"missing-native-js-functions": "^1.2.15",
"multer": "^1.4.3",
+ "nanocolors": "^0.2.12",
"node-fetch": "^2.6.1",
"patch-package": "^6.4.7",
"pg": "^8.7.1",
|