Skip to content

Commit

Permalink
fix: modules/web-ui/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-EXPRESS-6474509
  • Loading branch information
snyk-bot committed Mar 26, 2024
1 parent 56897fa commit 5e69ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/web-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@popperjs/core": "^2.10.2",
"bootstrap": "^5.1.1",
"express": "^4.17.1",
"express": "^4.19.2",
"css-loader": "^6.3.0",
"paho-mqtt": "^1.1.0",
"rxjs": "^7.3.0",
Expand Down

0 comments on commit 5e69ecf

Please sign in to comment.