From e137e39603f9ef14cc400062c53fd984b051a677 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Sep 2025 16:43:52 +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-MULTER-10773732 - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0a6b6808..8c6bb1a8 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@adobe/gatsby-theme-aio": "^4.14.18", - "gatsby": "4.22.0", + "gatsby": "5.15.0", "react": "^17.0.2", "react-dom": "^17.0.2" },