From 90e9645d706ca66d87f81787a7fdcfc815c6f06a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 19 Jan 2026 01:28:01 +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-TAR-1579147 - https://snyk.io/vuln/SNYK-JS-TAR-1579152 - https://snyk.io/vuln/SNYK-JS-TAR-1579155 - https://snyk.io/vuln/SNYK-JS-TAR-1536528 - https://snyk.io/vuln/SNYK-JS-TAR-1536531 - https://snyk.io/vuln/SNYK-JS-TAR-1536758 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9bbd9039..f9d9c055 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "copy-to-clipboard": "^3.3.1", "core-js": "^3.12.0", "firebase": "^8.5.0", - "gatsby": "^3.4.1", + "gatsby": "^3.5.0", "gatsby-cli": "^3.4.1", "gatsby-plugin-google-fonts": "^1.0.1", "gatsby-plugin-image": "^1.4.0", @@ -80,7 +80,7 @@ "eslint-plugin-jsx-a11y": "6.x", "eslint-plugin-react": "7.x", "eslint-plugin-react-hooks": "4.2.0", - "firebase-tools": "^9.10.2", + "firebase-tools": "^15.0.0", "gatsby-plugin-robots-txt": "^1.6.2", "gatsby-plugin-sitemap": "^4.3.1", "identity-obj-proxy": "^3.0.0",