Skip to content

Commit

Permalink
fix: packages/node/bench/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106
  • Loading branch information
snyk-bot committed Sep 19, 2024
1 parent a04c347 commit 78473c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node/bench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"license": "UNLICENSED",
"dependencies": {
"express": "4.17.1",
"express": "4.20.0",
"fs-extra": "8.0.1"
}
}

1 comment on commit 78473c6

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 78473c6 Sep 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

Relative import path "@angular/platform-browser-dynamic" not prefixed with / or ./ or ../

Please sign in to comment.