From 9f524ed2560f6f12e47194f56ec2baffca2e79a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 05:54:04 +0000 Subject: [PATCH] Bump minimist and extract-zip in /puppeteer-poc Bumps [minimist](https://github.com/minimistjs/minimist) and [extract-zip](https://github.com/maxogden/extract-zip). These dependencies needed to be updated together. Updates `minimist` from 0.0.8 to 1.2.8 - [Release notes](https://github.com/minimistjs/minimist/releases) - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](https://github.com/minimistjs/minimist/compare/v0.0.8...v1.2.8) Updates `extract-zip` from 1.6.7 to 1.7.0 - [Release notes](https://github.com/maxogden/extract-zip/releases) - [Commits](https://github.com/maxogden/extract-zip/compare/v1.6.7...v1.7.0) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect - dependency-name: extract-zip dependency-type: indirect ... Signed-off-by: dependabot[bot] --- puppeteer-poc/package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppeteer-poc/package-lock.json b/puppeteer-poc/package-lock.json index 7daad0b..387d4c5 100644 --- a/puppeteer-poc/package-lock.json +++ b/puppeteer-poc/package-lock.json @@ -81,7 +81,7 @@ "extract-zip": { "version": "1.6.7", "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-1.6.7.tgz", - "integrity": "sha1-qEC0uK9kAyZMjbV/Txp0Mz74H+k=", + "integrity": "sha512-NWFb/0zxv3qh7f6hEy+F+Y+jPAqt1bfT52GR8Vi7sEFg2fBZlG/aM6ZrSGPUscP0I4JRhtgVG6I17HOuD7GESw==", "requires": { "concat-stream": "1.6.2", "debug": "2.6.9",