From 7245d1c3c176b7d66959a06798a371c7401cbfb7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 Aug 2025 06:45:27 +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-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 50a6c23..e20606b 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "author": "PaymentsDS", "dependencies": { "docz": "^2.3.1", - "gatsby": "^3.0.0", + "gatsby": "^5.14.6", "gatsby-image": "^2.10.0", "gatsby-plugin-google-fonts": "^1.0.1", "gatsby-plugin-manifest": "^2.11.0",