From 9d0b7613f11f1a0a2b22f3295af203bc91614ac3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Jan 2024 19:15:00 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ce20a122..495befe6e 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@antv/gatsby-theme-antv": "^1.0.6", "@antv/istanbul": "0.0.0", "@antv/torch": "^1.0.0", - "gatsby": "^2.15.34", + "gatsby": "^5.13.2", "lodash": "^4.17.11", "ptz-i18n": "^1.0.0", "react": "^16.10.2",