From ee7756a6a158df4e87144a7dabe12cc011a4ea31 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Feb 2026 07:39:35 +0000 Subject: [PATCH] fix: types/jsoneditor/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 --- types/jsoneditor/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/jsoneditor/package.json b/types/jsoneditor/package.json index 1143f3d15443a8..16fa2ddb11c51d 100644 --- a/types/jsoneditor/package.json +++ b/types/jsoneditor/package.json @@ -1,6 +1,6 @@ { "private": true, "dependencies": { - "ajv": "^6.12.0" + "ajv": "^8.18.0" } }