From 363000eef0a1d0bcfb07f03681a01de246d07a44 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Feb 2026 08:25:33 +0000 Subject: [PATCH] fix: AMF4/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-15309438 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- AMF4/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AMF4/package.json b/AMF4/package.json index df7d104..1a6e7bf 100644 --- a/AMF4/package.json +++ b/AMF4/package.json @@ -16,7 +16,7 @@ "homepage": "https://github.com/aml-org/examples#readme", "dependencies": { "amf-client-js": "4.7.8", - "jest": "^26.6.3" + "jest": "^29.0.0" }, "engines": { "node": ">=12.0.0",