From e9be87180571ceb36505980b096982dbb1af2eda Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Mar 2024 22:07:38 +0000 Subject: [PATCH] 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 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 525cf44e..12f98f84 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "core-js": "^2.6.0", "disqus-react": "^1.0.4", - "gatsby": "^2.0.0", + "gatsby": "^3.13.0", "gatsby-image": "^2.0.22", "gatsby-link": "^2.0.7", "gatsby-plugin-canonical-urls": "^2.0.8", @@ -24,7 +24,7 @@ "gatsby-transformer-remark": "^2.1.15", "gatsby-transformer-sharp": "^2.1.9", "lodash": "^4.17.4", - "node-sass": "^4.9.3", + "node-sass": "^5.0.0", "prop-types": "^15.6.1", "react": "^16.5.1", "react-disqus-comments": "^1.1.1",