From cf74aecfccbc5e03b8b99a0bcbd70d257b14fa26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 12:29:55 +0000 Subject: [PATCH] chore(deps): bump adm-zip from 0.5.10 to 0.5.12 Bumps [adm-zip](https://github.com/cthackers/adm-zip) from 0.5.10 to 0.5.12. - [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.10...v0.5.12) --- updated-dependencies: - dependency-name: adm-zip dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d66a84a7..885ad8eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/core": "^1.10.1", "@actions/exec": "^1.1.1", "@actions/github": "^6.0.0", - "adm-zip": "^0.5.10", + "adm-zip": "^0.5.12", "conventional-changelog-monorepo": "github:nearform/conventional-changelog", "lodash.isequal": "^4.5.0", "lodash.template": "^4.5.0", @@ -1772,8 +1772,9 @@ } }, "node_modules/adm-zip": { - "version": "0.5.10", - "license": "MIT", + "version": "0.5.12", + "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.12.tgz", + "integrity": "sha512-6TVU49mK6KZb4qG6xWaaM4C7sA/sgUMLy/JYMOzkcp3BvVLpW0fXDFQiIzAuxFCt/2+xD7fNIiPFAoLZPhVNLQ==", "engines": { "node": ">=6.0" } diff --git a/package.json b/package.json index fc89087c..1ac11a78 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@actions/core": "^1.10.1", "@actions/exec": "^1.1.1", "@actions/github": "^6.0.0", - "adm-zip": "^0.5.10", + "adm-zip": "^0.5.12", "conventional-changelog-monorepo": "github:nearform/conventional-changelog", "lodash.isequal": "^4.5.0", "lodash.template": "^4.5.0",