From ae3a304ff306d3cd0f65ba9da330003dcb8ac6e8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Sep 2024 02:17:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:adm-zip:20180415 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7ae497cbba..ec2efb6e28 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "kind-of":"6.0.2", "ember-cli-babel":"7.26.11", "ember-debug-logger":"2.1.1", - "adm-zip": "0.4.10", + "adm-zip": "0.4.11", "body-parser": "1.9.0", "cfenv": "^1.0.4", "consolidate": "0.14.5",