From 5c73b45ce53c63c39cd2889cc14911536314d9f1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Mar 2026 07:56:53 +0000 Subject: [PATCH] fix: AMF4/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IMMUTABLE-15423650 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-TOOTALLNATEONCE-15250612 - 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AMF4/package.json b/AMF4/package.json index df7d104..5a3bb28 100644 --- a/AMF4/package.json +++ b/AMF4/package.json @@ -15,8 +15,8 @@ }, "homepage": "https://github.com/aml-org/examples#readme", "dependencies": { - "amf-client-js": "4.7.8", - "jest": "^26.6.3" + "amf-client-js": "5.0.0", + "jest": "^27.0.0" }, "engines": { "node": ">=12.0.0",