Skip to content

Commit

Permalink
Bump express package from 4.17.2 to 4.21.2 (#428)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
timayabi2020 and Microsoft Graph DevX Tooling authored Feb 2, 2025
1 parent 4fb0eb0 commit 0246304
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft.azure/autorest.testserver",
"version": "3.3.50",
"version": "3.3.51",
"description": "Autorest test server.",
"main": "dist/cli/cli.js",
"bin": {
Expand Down Expand Up @@ -70,11 +70,12 @@
},
"dependencies": {
"@azure/storage-blob": "^12.11.0",
"@microsoft.azure/autorest.testserver": "file:",
"body-parser": "^1.19.1",
"busboy": "^1.6.0",
"commonmark": "^0.30.0",
"deep-equal": "^2.0.5",
"express": "^4.17.2",
"express": "^4.21.2",
"express-promise-router": "^4.1.1",
"glob": "^8.0.3",
"js-yaml": "~4.1.0",
Expand Down

0 comments on commit 0246304

Please sign in to comment.