Skip to content

Commit

Permalink
fix: 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-SEMVER-3247795
  • Loading branch information
snyk-bot committed Jun 24, 2023
1 parent fc63c74 commit ff66f4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"core-js": "^2.6.0",
"disqus-react": "^1.0.4",
"gatsby": "^2.0.0",
"gatsby": "^5.0.0",
"gatsby-image": "^2.0.22",
"gatsby-link": "^2.0.7",
"gatsby-plugin-canonical-urls": "^2.0.8",
Expand All @@ -15,7 +15,7 @@
"gatsby-plugin-offline": "^2.0.5",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-sass": "^2.0.1",
"gatsby-plugin-sharp": "^2.0.15",
"gatsby-plugin-sharp": "^3.13.0",
"gatsby-plugin-sitemap": "^2.0.3",
"gatsby-plugin-yandex-metrika": "^1.0.5",
"gatsby-remark-copy-linked-files": "^2.0.7",
Expand Down

0 comments on commit ff66f4c

Please sign in to comment.