From 4959e205658a679f895248684aaf1c909dcba8b8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Sep 2024 06:48:50 +0000 Subject: [PATCH] fix: docs_website/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 --- docs_website/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs_website/package.json b/docs_website/package.json index bd4cddddf..508e3cef3 100644 --- a/docs_website/package.json +++ b/docs_website/package.json @@ -21,6 +21,6 @@ "docusaurus-plugin-sass": "^0.2.5", "react": "^18.2.0", "react-dom": "^18.2.0", - "sass": "^1.69.5" + "sass": "^1.79.0" } }