Skip to content

Commit

Permalink
fix: test/fixtures/mjs-support/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-PATHTOREGEXP-7925106
  • Loading branch information
snyk-bot committed Oct 22, 2024
1 parent 04c093b commit d05bab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/mjs-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"graphql": "^14.0.2",
"react": "latest",
"react-dom": "latest",
"serve": "^10.0.2"
"serve": "^14.2.4"
}
}

0 comments on commit d05bab8

Please sign in to comment.