From 26466076d4b1d14b6ca4aaac522beaf52dec66c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 12:18:48 -0500 Subject: [PATCH] build(deps): bump adm-zip from 0.5.15 to 0.5.16 (#1668) --- 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 849888a6d9..a7af031eab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@turbowarp/json": "^0.1.2", "@turbowarp/scratchblocks": "^3.6.5", "@turbowarp/types": "git+https://github.com/TurboWarp/types-tw.git#tw", - "adm-zip": "^0.5.15", + "adm-zip": "^0.5.16", "chokidar": "^3.6.0", "ejs": "^3.1.10", "express": "^4.19.2", @@ -255,9 +255,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 9b4645d4b6..1aafcc0bbe 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@turbowarp/json": "^0.1.2", "@turbowarp/scratchblocks": "^3.6.5", "@turbowarp/types": "git+https://github.com/TurboWarp/types-tw.git#tw", - "adm-zip": "^0.5.15", + "adm-zip": "^0.5.16", "chokidar": "^3.6.0", "ejs": "^3.1.10", "express": "^4.19.2",