Skip to content

Commit 5a4bee1

Browse files
fix(): pin express ^4.21.2
| datasource | package | from | to | | ---------- | -------------- | ------- | ------- | | npm | express | 4.18.1 | 4.21.2 | | npm | @types/express | 4.17.13 | 4.17.21 |
1 parent 9e86edd commit 5a4bee1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"class-validator": "^0.13.2",
5656
"dotenv": "^16.0.1",
5757
"ewl": "^1.2.2",
58-
"express": "^4.18.1",
58+
"express": "^4.21.2",
5959
"joi": "^17.6.0",
6060
"jsonwebtoken": "^8.5.1",
6161
"module-alias": "^2.2.2",
@@ -66,7 +66,7 @@
6666
"devDependencies": {
6767
"@types/bcryptjs": "^2.4.2",
6868
"@types/dotenv": "^8.2.0",
69-
"@types/express": "^4.17.13",
69+
"@types/express": "^4.17.21",
7070
"@types/jest": "^28.1.7",
7171
"@types/jsonwebtoken": "^8.5.8",
7272
"@types/node": "^16.11.49",

0 commit comments

Comments
 (0)