Skip to content

Commit

Permalink
fix: docs/recipes/integration-test/package.json to reduce vulnerabili…
Browse files Browse the repository at this point in the history
…ties

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-WS-7266574
  • Loading branch information
snyk-bot committed Jun 17, 2024
1 parent d207562 commit 3518a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/integration-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"test": "jest example-lh-auth.test.js"
},
"dependencies": {
"jest": "^24.9.0",
"jest": "^28.0.0",
"lighthouse": "file:../../../dist/lighthouse.tgz"
}
}

0 comments on commit 3518a61

Please sign in to comment.