Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit efb25f7

Browse files
committed
fix: dependency deprecation issues
1 parent 5e7004c commit efb25f7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

cortex-js/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"start": "nest start",
2121
"start:dev": "nest start --watch",
2222
"start:debug": "nest start --debug --watch",
23-
"start:prod": "node dist/main",
23+
"start:prod": "node dist/src/main --trace-deprecation",
2424
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
2525
"test": "jest",
2626
"test:watch": "jest --watch",
@@ -85,6 +85,7 @@
8585
"eslint-config-prettier": "^9.0.0",
8686
"eslint-plugin-prettier": "^5.0.0",
8787
"hanbi": "^1.0.3",
88+
"is-primitive": "^3.0.1",
8889
"jest": "^29.5.0",
8990
"nest-commander-testing": "^3.3.0",
9091
"nexe": "^4.0.0-rc.6",
@@ -97,6 +98,10 @@
9798
"tsconfig-paths": "^4.2.0",
9899
"typescript": "^5.1.3"
99100
},
101+
"resolutions": {
102+
"ajv": "8.15.0",
103+
"whatwg-url": "14.0.0"
104+
},
100105
"files": [
101106
"dist"
102107
],

0 commit comments

Comments
 (0)