Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

[Snyk] Fix for 20 vulnerabilities #223

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 6 additions & 6 deletions benchmarks/mdx/package.json
Expand Up @@ -15,18 +15,18 @@
"serve": "gatsby serve"
},
"dependencies": {
"@mdx-js/mdx": "^1.5.7",
"@mdx-js/mdx": "^2.0.0",
"@mdx-js/react": "^1.5.7",
"del-cli": "^3.0.0",
"dotenv": "^8.2.0",
"gatsby": "^2.20.23",
"gatsby": "^4.22.0",
"gatsby-image": "^2.3.3",
"gatsby-plugin-mdx": "^1.1.8",
"gatsby-plugin-mdx": "^4.0.0",
"gatsby-plugin-page-creator": "^2.2.2",
"gatsby-plugin-sharp": "^2.4.12",
"gatsby-remark-images": "^3.2.3",
"gatsby-plugin-sharp": "^3.15.0",
"gatsby-remark-images": "^5.12.0",
"gatsby-source-filesystem": "^2.2.3",
"gatsby-transformer-sharp": "^2.4.5",
"gatsby-transformer-sharp": "^3.15.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"ts-node": "^8.9.0",
Expand Down