From 559fbd7d547cf4da4e6041e656c5c9e6cc1ddac0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 00:03:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 613ab8a..5a044c4 100644 --- a/package.json +++ b/package.json @@ -13,12 +13,12 @@ "@stackbit/gatsby-plugin-menus": "0.0.4", "classnames": "^2.2.6", "fs-extra": "^7.0.1", - "gatsby": "2.3.30", + "gatsby": "2.24.80", "gatsby-plugin-react-helmet": "^3.0.0", "gatsby-source-filesystem": "2.0.28", "gatsby-transformer-remark": "2.3.8", "js-yaml": "^3.12.2", - "lodash": "^4.17.11", + "lodash": "^4.17.17", "marked": "^0.6.1", "moment": "^2.23.0", "moment-strftime": "^0.5.0",