From 7039713d068e109a6d5cd742fccc2494e6a028c0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Sep 2025 09:47:25 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSONDIFFPATCH-10369031 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2c23ee8..e6915cf 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "classnames": "2.2.6", "codemirror": "5.58.2", "error-stack-parser": "2.0.6", - "jsondiffpatch": "0.4.1", + "jsondiffpatch": "0.7.2", "jsonlint-mod": "1.7.6", "object-assign": "4.1.1", "react": "16.14.0",