From 8e56862cdc8c783ea178706a414a7f7b534e9128 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Sep 2025 09:47:43 +0000 Subject: [PATCH] fix: invokeai/frontend/web/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSONDIFFPATCH-10369031 --- invokeai/frontend/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invokeai/frontend/web/package.json b/invokeai/frontend/web/package.json index 78e8ca44ca2..1ca9e273ed9 100644 --- a/invokeai/frontend/web/package.json +++ b/invokeai/frontend/web/package.json @@ -69,7 +69,7 @@ "i18next": "^23.11.3", "i18next-http-backend": "^2.5.1", "idb-keyval": "^6.2.1", - "jsondiffpatch": "^0.6.0", + "jsondiffpatch": "^0.7.2", "konva": "^9.3.6", "lodash-es": "^4.17.21", "nanostores": "^0.10.3",