From b2fa41cf89edd5f2a2f05f6111f0634fd809d5cd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Sep 2024 17:21:32 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9bbd90391..a72c65a9c 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "copy-to-clipboard": "^3.3.1", "core-js": "^3.12.0", "firebase": "^8.5.0", - "gatsby": "^3.4.1", - "gatsby-cli": "^3.4.1", + "gatsby": "^4.5.0", + "gatsby-cli": "^4.5.0", "gatsby-plugin-google-fonts": "^1.0.1", "gatsby-plugin-image": "^1.4.0", "gatsby-plugin-material-ui": "^3.0.1",