Skip to content

Commit ff66f4c

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
1 parent fc63c74 commit ff66f4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"core-js": "^2.6.0",
88
"disqus-react": "^1.0.4",
9-
"gatsby": "^2.0.0",
9+
"gatsby": "^5.0.0",
1010
"gatsby-image": "^2.0.22",
1111
"gatsby-link": "^2.0.7",
1212
"gatsby-plugin-canonical-urls": "^2.0.8",
@@ -15,7 +15,7 @@
1515
"gatsby-plugin-offline": "^2.0.5",
1616
"gatsby-plugin-react-helmet": "^3.0.0",
1717
"gatsby-plugin-sass": "^2.0.1",
18-
"gatsby-plugin-sharp": "^2.0.15",
18+
"gatsby-plugin-sharp": "^3.13.0",
1919
"gatsby-plugin-sitemap": "^2.0.3",
2020
"gatsby-plugin-yandex-metrika": "^1.0.5",
2121
"gatsby-remark-copy-linked-files": "^2.0.7",

0 commit comments

Comments
 (0)