From f07029b5ece891d2a0d7ef0d45bdc1bf103332e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 17:28:25 +0000 Subject: [PATCH] Bump minimist and extract-zip in /functional_test Removes [minimist](https://github.com/minimistjs/minimist). It's no longer used after updating ancestor dependency [extract-zip](https://github.com/maxogden/extract-zip). These dependencies need to be updated together. Removes `minimist` Updates `extract-zip` from 1.6.6 to 2.0.1 - [Release notes](https://github.com/maxogden/extract-zip/releases) - [Commits](https://github.com/maxogden/extract-zip/compare/v1.6.6...v2.0.1) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect - dependency-name: extract-zip dependency-type: indirect ... Signed-off-by: dependabot[bot] --- functional_test/package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functional_test/package-lock.json b/functional_test/package-lock.json index 8e78510..0b50693 100644 --- a/functional_test/package-lock.json +++ b/functional_test/package-lock.json @@ -95,7 +95,7 @@ "extract-zip": { "version": "1.6.6", "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-1.6.6.tgz", - "integrity": "sha1-EpDt6NINCHK0Kf0/NRyhKOxe+Fw=", + "integrity": "sha512-zzFIURH1cHodCESbwDsIijbki47jXAvffc044IpX4uBiTWldwQ2viYkYrb94x49ZvAcanD0gobvQwgAaaQOUvQ==", "requires": { "concat-stream": "1.6.0", "debug": "2.6.9",