Skip to content

Commit 0246304

Browse files
timayabi2020Microsoft Graph DevX Tooling
andauthored
Bump express package from 4.17.2 to 4.21.2 (#428)
Fixes #427 The express package need to be bumped to address a security vulnerability in ``path-to-regexp`` package. Please refer to the PR over here expressjs/express#6209 --------- Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
1 parent 4fb0eb0 commit 0246304

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft.azure/autorest.testserver",
3-
"version": "3.3.50",
3+
"version": "3.3.51",
44
"description": "Autorest test server.",
55
"main": "dist/cli/cli.js",
66
"bin": {
@@ -70,11 +70,12 @@
7070
},
7171
"dependencies": {
7272
"@azure/storage-blob": "^12.11.0",
73+
"@microsoft.azure/autorest.testserver": "file:",
7374
"body-parser": "^1.19.1",
7475
"busboy": "^1.6.0",
7576
"commonmark": "^0.30.0",
7677
"deep-equal": "^2.0.5",
77-
"express": "^4.17.2",
78+
"express": "^4.21.2",
7879
"express-promise-router": "^4.1.1",
7980
"glob": "^8.0.3",
8081
"js-yaml": "~4.1.0",

0 commit comments

Comments
 (0)