Skip to content
This repository was archived by the owner on Aug 29, 2024. It is now read-only.

Commit 28fb067

Browse files
committed
refactor: pinned deps
1 parent a2bb2b2 commit 28fb067

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
"class-validator": "0.13.2",
5656
"compression": "1.7.4",
5757
"convict": "6.2.1",
58-
"dotenv": "^10.0.0",
58+
"dotenv": "10.0.0",
5959
"helmet": "5.0.1",
60-
"pg": "^8.7.1",
60+
"pg": "8.7.1",
6161
"pug": "3.0.2",
6262
"reflect-metadata": "0.1.13",
6363
"rimraf": "3.0.2",
@@ -88,7 +88,7 @@
8888
"supertest": "6.1.6",
8989
"ts-jest": "27.1.2",
9090
"ts-loader": "9.2.6",
91-
"ts-node": "^10.4.0",
91+
"ts-node": "10.4.0",
9292
"tsconfig-paths": "3.12.0",
9393
"typescript": "4.5.4"
9494
},

0 commit comments

Comments
 (0)