From 36f325f04b8ac0c8cbbf983c6b0df7aa23b46954 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Feb 2026 20:32:06 +0000 Subject: [PATCH] fix: node_modules/har-validator/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 --- node_modules/har-validator/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/har-validator/package.json b/node_modules/har-validator/package.json index 980d60ed..50f25fd2 100644 --- a/node_modules/har-validator/package.json +++ b/node_modules/har-validator/package.json @@ -32,7 +32,7 @@ }, "bundleDependencies": false, "dependencies": { - "ajv": "^6.12.3", + "ajv": "^8.18.0", "har-schema": "^2.0.0" }, "deprecated": "this library is no longer supported",