From 133612b192246d946af82ff81844cc4efcf785bb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Feb 2024 19:59:56 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SANITIZEHTML-6256334 --- client/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/package.json b/client/package.json index 8ace2e5648baf9..fe2949fe9b9f5e 100644 --- a/client/package.json +++ b/client/package.json @@ -77,7 +77,7 @@ "gatsby-plugin-remove-serviceworker": "1.0.0", "gatsby-remark-prismjs": "5.11.0", "gatsby-source-filesystem": "3.14.0", - "gatsby-transformer-remark": "4.11.0", + "gatsby-transformer-remark": "6.0.0", "i18next": "20.6.1", "jquery": "3.6.0", "lodash": "4.17.21", @@ -117,7 +117,7 @@ "redux-saga": "1.1.3", "reselect": "4.1.1", "rxjs": "6.6.7", - "sanitize-html": "2.5.3", + "sanitize-html": "2.12.1", "sass.js": "0.11.1", "store": "2.0.12", "stream-browserify": "3.0.0",