Skip to content

Commit

Permalink
fix: e2e/browser/test-app/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-NEXT-6828457
  • Loading branch information
snyk-bot committed May 10, 2024
1 parent 57cda16 commit d16f06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/browser/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@inrupt/solid-client": "file:../../../",
"@inrupt/solid-client-authn-browser": "^2.0.0",
"next": "^13.5.4",
"next": "^14.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down

0 comments on commit d16f06e

Please sign in to comment.