From 9d0e45db4ca29b4c058ce581b28ad80d18d87e7a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 Aug 2025 11:58:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TMP-11501554 - https://snyk.io/vuln/SNYK-JS-TARFS-10293725 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9e783b58..9190bead 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "bluebird": "^3.7.2", "eslint-plugin-react-hooks": "^5.2.0", "firebase": "^11.4.0", - "gatsby": "^5.14.1", + "gatsby": "^5.14.6", "gatsby-plugin-catch-links": "^5.14.0", "gatsby-plugin-cname": "^1.0.0", "gatsby-plugin-google-fonts": "^1.0.1", @@ -44,7 +44,7 @@ "gatsby-remark-embed-video": "^3.2.1", "gatsby-remark-images": "^7.14.0", "gatsby-remark-katex": "^7.14.0", - "gatsby-remark-link-beautify": "^2.3.1", + "gatsby-remark-link-beautify": "^2.3.2", "gatsby-remark-prismjs": "^7.14.0", "gatsby-remark-smartypants": "^6.14.0", "gatsby-source-filesystem": "^5.14.0",