From 9a0f5f78519ade131b0fc8c6f207e99a6814992a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Feb 2024 20:15:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SANITIZEHTML-6256334 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 525cf44e..3ff43cb9 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "gatsby-remark-copy-linked-files": "^2.0.7", "gatsby-remark-images": "^3.0.1", "gatsby-source-filesystem": "^2.0.11", - "gatsby-transformer-remark": "^2.1.15", + "gatsby-transformer-remark": "^6.0.0", "gatsby-transformer-sharp": "^2.1.9", "lodash": "^4.17.4", "node-sass": "^4.9.3",