From de9bfb5768a5117a1a3dc7f6c0269beccb55dfd5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Mar 2026 09:01:06 +0000 Subject: [PATCH] fix: AMF4/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TOOTALLNATEONCE-15250612 --- AMF4/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AMF4/package.json b/AMF4/package.json index df7d104..591d306 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": "^28.0.0" }, "engines": { "node": ">=12.0.0",