From 8d3f0cb675626d728f80d597a48013c4550d5995 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Sep 2025 10:34:09 +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 82fd6af..1827b6e 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "icon": "https://raw.githubusercontent.com/frodare/addon-redux/master/docs/addon-redux.png" }, "dependencies": { - "jsondiffpatch": "^0.4.1", + "jsondiffpatch": "^0.7.2", "jsoneditor": "^9.5.0" } }