diff --git a/package-lock.json b/package-lock.json
index 05ebdfac..2b96765d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -50,6 +50,7 @@
"reflect-metadata": "^0.2.2",
"tslib": "^2.8.1",
"typeorm": "^0.3.30",
+ "why-is-node-running": "^3.2.2",
"wretch": "^3.0.8",
"ws": "^8.21.0"
},
@@ -86,8 +87,7 @@
"pretty-quick": "^4.2.2",
"ts-node": "^10.9.2",
"typescript": "^6.0.3",
- "typescript-json-schema": "^0.67.4",
- "why-is-node-running": "^3.2.2"
+ "typescript-json-schema": "^0.67.4"
},
"optionalDependencies": {
"@sendgrid/mail": "^8.1.6",
@@ -7392,7 +7392,6 @@
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-3.2.2.tgz",
"integrity": "sha512-NKUzAelcoCXhXL4dJzKIwXeR8iEVqsA0Lq6Vnd0UXvgaKbzVo4ZTHROF2Jidrv+SgxOQ03fMinnNhzZATxOD3A==",
- "dev": true,
"license": "MIT",
"bin": {
"why-is-node-running": "cli.js"
diff --git a/package.json b/package.json
index 82d159c0..dc3fe06a 100644
--- a/package.json
+++ b/package.json
@@ -75,8 +75,7 @@
"pretty-quick": "^4.2.2",
"ts-node": "^10.9.2",
"typescript": "^6.0.3",
- "typescript-json-schema": "^0.67.4",
- "why-is-node-running": "^3.2.2"
+ "typescript-json-schema": "^0.67.4"
},
"dependencies": {
"@spacebarchat/pion-webrtc": "^0.0.4",
@@ -119,6 +118,7 @@
"reflect-metadata": "^0.2.2",
"tslib": "^2.8.1",
"typeorm": "^0.3.30",
+ "why-is-node-running": "^3.2.2",
"wretch": "^3.0.8",
"ws": "^8.21.0"
},
|