From 5f966b63eb4669653bf447134ff961aa7aab5751 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 2 Sep 2024 08:56:43 +0200
Subject: [PATCH] build(deps): bump adm-zip from 0.5.15 to 0.5.16 (#306)

Bumps [adm-zip](https://github.com/cthackers/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
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
 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 103cb690..8baa2358 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9,7 +9,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",
         "filesize": "^9.0.11"
       }
     },
@@ -682,9 +682,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 07da5654..ab31ce0c 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,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",
     "filesize": "^9.0.11"
   }
 }