From 44cad2872e4c4ab9f4403dc0b8b697262e23abda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 17:20:27 +0000 Subject: [PATCH] Bump adm-zip from 0.5.15 to 0.5.16 in the production-dependencies group Bumps the production-dependencies group with 1 update: [adm-zip](https://github.com/cthackers/adm-zip). Updates `adm-zip` from 0.5.15 to 0.5.16 - [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.15...v0.5.16) --- updated-dependencies: - dependency-name: adm-zip dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1ea1d5e..8a051c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/artifact": "^2.1.9", "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", - "adm-zip": "^0.5.15", + "adm-zip": "^0.5.16", "fast-xml-parser": "^4.4.1", "handlebars": "^4.7.8" }, @@ -2381,9 +2381,9 @@ } }, "node_modules/adm-zip": { - "version": "0.5.15", - "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.15.tgz", - "integrity": "sha512-jYPWSeOA8EFoZnucrKCNihqBjoEGQSU4HKgHYQgKNEQ0pQF9a/DYuo/+fAxY76k4qe75LUlLWpAM1QWcBMTOKw==", + "version": "0.5.16", + "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.16.tgz", + "integrity": "sha512-TGw5yVi4saajsSEgz25grObGHEUaDrniwvA2qwSC060KfqGPdglhvPMA2lPIoxs3PQIItj2iag35fONcQqgUaQ==", "engines": { "node": ">=12.0" } diff --git a/package.json b/package.json index 35afc3a..ea2b703 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@actions/artifact": "^2.1.9", "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", - "adm-zip": "^0.5.15", + "adm-zip": "^0.5.16", "fast-xml-parser": "^4.4.1", "handlebars": "^4.7.8" },