From df29494c4e6125ff5fb107eccedcfcb0a509c056 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 26 Oct 2024 23:21:05 +0000 Subject: [PATCH] fix: apps/demo-sidebar/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DATALOADER-8248488 --- apps/demo-sidebar/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/demo-sidebar/package.json b/apps/demo-sidebar/package.json index 64b590a..4db02a2 100644 --- a/apps/demo-sidebar/package.json +++ b/apps/demo-sidebar/package.json @@ -20,7 +20,7 @@ "@emotion/core": "^10.0.35", "@emotion/styled": "^10.0.0", "@fast-ai/ui-components": "^1.9.0", - "gatsby": "^4.12.1", + "gatsby": "^4.22.0", "gatsby-theme-fast-ai-sidebar": "^1.9.0", "prop-types": "^15.8.1", "ramda": "^0.27.0",