From 3a3711862d14a9c8b1b8eb88f3b86f6fd8bc60fe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jun 2025 06:52:48 +0000 Subject: [PATCH] fix: AMF4/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- AMF4/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AMF4/package.json b/AMF4/package.json index df7d104..bd25f97 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": "^30.0.0" }, "engines": { "node": ">=12.0.0",