Skip to content

Commit e9be871

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-6476909 - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVMIDDLEWARE-6476555
1 parent fc63c74 commit e9be871

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": "^3.13.0",
1010
"gatsby-image": "^2.0.22",
1111
"gatsby-link": "^2.0.7",
1212
"gatsby-plugin-canonical-urls": "^2.0.8",
@@ -24,7 +24,7 @@
2424
"gatsby-transformer-remark": "^2.1.15",
2525
"gatsby-transformer-sharp": "^2.1.9",
2626
"lodash": "^4.17.4",
27-
"node-sass": "^4.9.3",
27+
"node-sass": "^5.0.0",
2828
"prop-types": "^15.6.1",
2929
"react": "^16.5.1",
3030
"react-disqus-comments": "^1.1.1",

0 commit comments

Comments
 (0)