Skip to content

Commit

Permalink
fix: apps/demo/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-CROSSSPAWN-8303230
  • Loading branch information
snyk-bot committed Nov 15, 2024
1 parent 9ce2f73 commit 0f21b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "next lint"
},
"dependencies": {
"@davidevmod/focus-trap": "workspace:^",
"@davidevmod/focus-trap": "0.0.0",
"next": "13.4.8",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down

0 comments on commit 0f21b4f

Please sign in to comment.