Skip to content

Commit

Permalink
fix: e2e-tests/mdx/package.json to reduce vulnerabilities (#19)
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-CYPRESSREQUEST-5871337

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
X-oss-byte and snyk-bot committed Aug 30, 2023
1 parent 01da9a9 commit cf9827b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@mdx-js/react": "^2",
"@sindresorhus/slugify": "^1.0.0",
"cypress": "^9.7.0",
"cypress": "^13.0.0",
"fs-extra": "^8.1.0",
"gatsby": "next",
"gatsby-plugin-mdx": "next",
Expand Down

0 comments on commit cf9827b

Please sign in to comment.