Skip to content

Commit

Permalink
fix: examples/analyze-bundles/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-EJS-6689533
  • Loading branch information
snyk-bot committed Apr 30, 2024
1 parent a5fea53 commit bc67b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/analyze-bundles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"analyze": "cross-env ANALYZE=true yarn build"
},
"dependencies": {
"@next/bundle-analyzer": "^9.1.4",
"@next/bundle-analyzer": "^10.0.4",
"cross-env": "^6.0.3",
"faker": "^4.1.0",
"next": "latest",
Expand Down

0 comments on commit bc67b22

Please sign in to comment.