Skip to content

Commit

Permalink
fix: packages/grid_http_server/package.json to reduce vulnerabilities (
Browse files Browse the repository at this point in the history
…#3713)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-8482416

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Amira <56790126+amiraabouhadid@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 9, 2024
1 parent 286279f commit 9d8807a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/grid_http_server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"access": "public"
},
"dependencies": {
"@threefold/grid_client": "2.6.2",
"express": "^4.21.1",
"@threefold/grid_client": "^2.6.1",
"express": "^4.21.2",
"http-server": "^14.1.1",
"typescript": "^4.7.4"
},
Expand Down

0 comments on commit 9d8807a

Please sign in to comment.