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

Commit de92391

Browse files
committed
deps: update to express ^5.1.0
1 parent a3b6d4d commit de92391

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
@@ -38,15 +38,15 @@
3838
"copyfiles": "^2.1.0",
3939
"cross-env": "^5.2.0",
4040
"eslint": "^5.15.3",
41-
"express": "^4.16.4",
41+
"express": "^5.1.0",
4242
"mocha": "^6.0.2",
4343
"nyc": "^17.1.0",
4444
"rimraf": "^2.6.3",
4545
"sinon": "^7.2.7",
4646
"typescript": "^5.7.2"
4747
},
4848
"peerDependencies": {
49-
"express": "^4.16.4"
49+
"express": "^4.16.4 || ^5.1.0"
5050
},
5151
"packageManager": "yarn@1.22.22"
5252
}

0 commit comments

Comments
 (0)