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",