From 9ba50eb90f9e6614287e19a9526d3abf1a4d47e6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Mar 2026 08:34:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DOMPURIFY-15371376 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 09903bb3b..a5b4dafe9 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "@redocly/openapi-core": "^1.4.0", "classnames": "^2.3.2", "decko": "^1.2.0", - "dompurify": "^3.3.0", + "dompurify": "^3.3.2", "eventemitter3": "^5.0.1", "json-pointer": "^0.6.2", "lunr": "^2.3.9",