From 26089f7c84499e97942fec9dd94d20e744fa302f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Feb 2026 14:48:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9dc064d..5aff4ec 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ }, "dependencies": { "@willowtreeapps/wist": "^1.0.0-beta.1", - "ajv": "^5.1.2", + "ajv": "^8.18.0", "archiver": "^1.3.0", "commander": "^2.9.0", "curlrequest": "^1.0.1",