diff --git a/package-lock.json b/package-lock.json index f9c8629580..ee20e935f5 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.14", + "adm-zip": "^0.5.15", "chokidar": "^3.6.0", "ejs": "^3.1.10", "express": "^4.19.2", @@ -255,9 +255,9 @@ } }, "node_modules/adm-zip": { - "version": "0.5.14", - "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.14.tgz", - "integrity": "sha512-DnyqqifT4Jrcvb8USYjp6FHtBpEIz1mnXu6pTRHZ0RL69LbQYiO+0lDFg5+OKA7U29oWSs3a/i8fhn8ZcceIWg==", + "version": "0.5.15", + "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.15.tgz", + "integrity": "sha512-jYPWSeOA8EFoZnucrKCNihqBjoEGQSU4HKgHYQgKNEQ0pQF9a/DYuo/+fAxY76k4qe75LUlLWpAM1QWcBMTOKw==", "engines": { "node": ">=12.0" } diff --git a/package.json b/package.json index a8a157a933..3297135c3b 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.14", + "adm-zip": "^0.5.15", "chokidar": "^3.6.0", "ejs": "^3.1.10", "express": "^4.19.2",