From 82ee4a2243155f248b4df9ddd735408d200f232d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 23:12:24 +0000 Subject: [PATCH] Bump adm-zip from 0.5.13 to 0.5.14 in /build/npm in the build-npm group Bumps the build-npm group in /build/npm with 1 update: [adm-zip](https://github.com/cthackers/adm-zip). Updates `adm-zip` from 0.5.13 to 0.5.14 - [Release notes](https://github.com/cthackers/adm-zip/releases) - [Changelog](https://github.com/cthackers/adm-zip/blob/master/history.md) - [Commits](https://github.com/cthackers/adm-zip/compare/v0.5.13...v0.5.14) --- updated-dependencies: - dependency-name: adm-zip dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-npm ... Signed-off-by: dependabot[bot] --- build/npm/package-lock.json | 6 +++--- build/npm/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/npm/package-lock.json b/build/npm/package-lock.json index 99243d43f..24d12d4ec 100644 --- a/build/npm/package-lock.json +++ b/build/npm/package-lock.json @@ -50,9 +50,9 @@ "dev": true }, "adm-zip": { - "version": "0.5.13", - "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.13.tgz", - "integrity": "sha512-4U51tTl9J8UVEcuKGr6zRzY95tWoAa9l+ureGBNmsfleszjZblm5NyEEL/ZQxkhi86co5mZhSvL2T7gkZ6feYQ==" + "version": "0.5.14", + "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.14.tgz", + "integrity": "sha512-DnyqqifT4Jrcvb8USYjp6FHtBpEIz1mnXu6pTRHZ0RL69LbQYiO+0lDFg5+OKA7U29oWSs3a/i8fhn8ZcceIWg==" }, "ansi-colors": { "version": "4.1.1", diff --git a/build/npm/package.json b/build/npm/package.json index 800834aa6..84643f637 100644 --- a/build/npm/package.json +++ b/build/npm/package.json @@ -29,6 +29,6 @@ "sinon": "^18.0.0" }, "dependencies": { - "adm-zip": "^0.5.13" + "adm-zip": "^0.5.14" } }