From 436c9d3774019b3e2789d7332e9c4efdba3d9d79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 07:45:33 +0200 Subject: [PATCH] build(deps): bump adm-zip from 0.5.12 to 0.5.13 (#289) Bumps [adm-zip](https://github.com/cthackers/adm-zip) from 0.5.12 to 0.5.13. - [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.12...v0.5.13) --- updated-dependencies: - dependency-name: adm-zip dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f4a65174..9a0c966c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "@actions/artifact": "^2.1.7", "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", - "adm-zip": "^0.5.12", + "adm-zip": "^0.5.13", "filesize": "^9.0.11" } }, @@ -616,11 +616,11 @@ } }, "node_modules/adm-zip": { - "version": "0.5.12", - "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.12.tgz", - "integrity": "sha512-6TVU49mK6KZb4qG6xWaaM4C7sA/sgUMLy/JYMOzkcp3BvVLpW0fXDFQiIzAuxFCt/2+xD7fNIiPFAoLZPhVNLQ==", + "version": "0.5.13", + "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.13.tgz", + "integrity": "sha512-4U51tTl9J8UVEcuKGr6zRzY95tWoAa9l+ureGBNmsfleszjZblm5NyEEL/ZQxkhi86co5mZhSvL2T7gkZ6feYQ==", "engines": { - "node": ">=6.0" + "node": ">=12.0" } }, "node_modules/ansi-regex": { diff --git a/package.json b/package.json index 8d3191cd..22cbea88 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "@actions/artifact": "^2.1.7", "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", - "adm-zip": "^0.5.12", + "adm-zip": "^0.5.13", "filesize": "^9.0.11" } }