From a0381c31299a8d59af2dcbc5f3ea7df0347b6bda Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Sep 2024 05:57:30 +0000 Subject: [PATCH] fix: AMF4/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-PARSELINKHEADER-1582783 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- AMF4/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AMF4/package.json b/AMF4/package.json index df7d104..176a0ab 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.2" }, "engines": { "node": ">=12.0.0",