From 5dc2328f78f05f48e1212643be8d44aa19bf9e20 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 May 2025 18:17:20 +0000 Subject: [PATCH] fix: packages/froala-editor/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FROALAEDITOR-8353101 --- packages/froala-editor/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/froala-editor/package.json b/packages/froala-editor/package.json index 93428ac1a..1a1cca68b 100644 --- a/packages/froala-editor/package.json +++ b/packages/froala-editor/package.json @@ -56,10 +56,10 @@ "typeface-roboto": "0.0.75" }, "dependencies": { - "froala-editor": "^3.0.6", + "froala-editor": "^4.5.2", "identity-obj-proxy": "^3.0.0", "material-design-icons": "^3.0.1", - "react-froala-wysiwyg": "^3.0.6" + "react-froala-wysiwyg": "^4.5.2" }, "jest": { "setupTestFrameworkScriptFile": "./setupTest.js",