diff --git a/package-lock.json b/package-lock.json index e12c24bf57..53f07c9379 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@turbowarp/json": "^0.1.2", "@turbowarp/scratchblocks": "^3.6.4", "@turbowarp/types": "git+https://github.com/TurboWarp/types-tw.git#tw", - "adm-zip": "^0.5.10", + "adm-zip": "^0.5.12", "chokidar": "^3.6.0", "ejs": "^3.1.9", "express": "^4.18.3", @@ -216,9 +216,9 @@ } }, "node_modules/adm-zip": { - "version": "0.5.10", - "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.10.tgz", - "integrity": "sha512-x0HvcHqVJNTPk/Bw8JbLWlWoo6Wwnsug0fnYYro1HBrjxZ3G7/AZk7Ahv8JwDe1uIcz8eBqvu86FuF1POiG7vQ==", + "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 162c556655..d803949a52 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@turbowarp/json": "^0.1.2", "@turbowarp/scratchblocks": "^3.6.4", "@turbowarp/types": "git+https://github.com/TurboWarp/types-tw.git#tw", - "adm-zip": "^0.5.10", + "adm-zip": "^0.5.12", "chokidar": "^3.6.0", "ejs": "^3.1.9", "express": "^4.18.3",