Skip to content

Commit 95f2be4

Browse files
chore: pin express version
1 parent 18c2019 commit 95f2be4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"@types/chai": "^4.3.1",
8484
"@types/chai-as-promised": "^7.1.5",
8585
"@types/debug": "4.1.7",
86-
"@types/express": "^4.17.21",
86+
"@types/express": "4.17.21",
8787
"@types/js-yaml": "4.0.5",
8888
"@types/mocha": "^9.1.1",
8989
"@types/node": "^24.0.0",
@@ -118,14 +118,14 @@
118118
"@noble/secp256k1": "1.7.1",
119119
"axios": "^1.7.7",
120120
"bech32": "2.0.0",
121-
"body-parser": "^1.20.4",
121+
"body-parser": "1.20.4",
122122
"debug": "4.3.4",
123123
"dinero.js": "2.0.0-alpha.13",
124124
"dotenv": "16.0.3",
125-
"express": "^4.22.1",
125+
"express": "4.22.1",
126126
"helmet": "6.0.1",
127127
"joi": "17.7.0",
128-
"js-yaml": "^4.1.1",
128+
"js-yaml": "4.1.1",
129129
"knex": "2.4.2",
130130
"pg": "8.9.0",
131131
"pg-query-stream": "4.3.0",

0 commit comments

Comments
 (0)