From aee63dc58afbaa53117f58bcffd7cf671124240b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Jan 2026 10:31:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15038581 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-14908844 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d5635b2..6ae5c10 100644 --- a/package.json +++ b/package.json @@ -13,16 +13,16 @@ "@stackbit/gatsby-plugin-menus": "0.0.4", "classnames": "^2.2.6", "fs-extra": "^7.0.1", - "gatsby": "2.3.30", + "gatsby": "3.13.0", "gatsby-plugin-react-helmet": "^3.0.0", - "gatsby-source-filesystem": "2.0.28", + "gatsby-source-filesystem": "2.1.16", "gatsby-transformer-remark": "2.3.8", "js-yaml": "^3.12.2", - "lodash": "^4.17.11", + "lodash": "^4.17.23", "marked": "^0.6.1", "moment": "^2.23.0", "moment-strftime": "^0.5.0", - "node-sass": "^4.11.0", + "node-sass": "^9.0.0", "node-sass-utils": "^1.1.2", "react": "^16.5.1", "react-dom": "^16.5.1",