diff --git a/packages/api/package-lock.json b/packages/api/package-lock.json index 9832c53d01..c3c0e27581 100644 --- a/packages/api/package-lock.json +++ b/packages/api/package-lock.json @@ -14,7 +14,7 @@ "@sentry/node": "^7.119.2", "@turf/area": "^7.2.0", "@turf/centroid": "^7.2.0", - "adm-zip": "^0.4.16", + "adm-zip": "^0.6.0", "ajv-formats": "^2.1.1", "async-file": "^2.0.2", "axios": "^1.13.5", @@ -6503,12 +6503,12 @@ } }, "node_modules/adm-zip": { - "version": "0.4.16", - "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.4.16.tgz", - "integrity": "sha512-TFi4HBKSGfIKsK5YCkKaaFG2m4PEDyViZmEwof3MTIgzimHLto6muaHVpbrljdIvIrFZzEq/p4nafOeLcYegrg==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.6.0.tgz", + "integrity": "sha512-XleryMhbuksdKtofnWZ9Sk+4CUTbms4Mb/EU32SZwToAyZ5RgVos/ki8n+yr0LWHOGKuakbXTuuYNHLQjhddgg==", "license": "MIT", "engines": { - "node": ">=0.3.0" + "node": ">=14.0" } }, "node_modules/agent-base": { diff --git a/packages/api/package.json b/packages/api/package.json index d45a3bca51..1bd74c6529 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -63,7 +63,7 @@ "@sentry/node": "^7.119.2", "@turf/area": "^7.2.0", "@turf/centroid": "^7.2.0", - "adm-zip": "^0.4.16", + "adm-zip": "^0.6.0", "ajv-formats": "^2.1.1", "async-file": "^2.0.2", "axios": "^1.13.5",