From 7ecf49de0b868bd7a8941a7ce1415404f86ba8d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 03:52:50 +0000 Subject: [PATCH] chore: bump the npm_and_yarn group across 2 directories with 1 update Bumps the npm_and_yarn group with 1 update in the /packages/app directory: [adm-zip](https://github.com/cthackers/adm-zip). Bumps the npm_and_yarn group with 1 update in the /packages/db directory: [adm-zip](https://github.com/cthackers/adm-zip). Updates `adm-zip` from 0.5.18 to 0.6.0 - [Release notes](https://github.com/cthackers/adm-zip/releases) - [Changelog](https://github.com/cthackers/adm-zip/blob/master/history.md) - [Commits](https://github.com/cthackers/adm-zip/compare/v0.5.18...v0.6.0) Updates `adm-zip` from 0.5.18 to 0.6.0 - [Release notes](https://github.com/cthackers/adm-zip/releases) - [Changelog](https://github.com/cthackers/adm-zip/blob/master/history.md) - [Commits](https://github.com/cthackers/adm-zip/compare/v0.5.18...v0.6.0) --- updated-dependencies: - dependency-name: adm-zip dependency-version: 0.6.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: adm-zip dependency-version: 0.6.0 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- packages/app/package.json | 2 +- packages/db/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/app/package.json b/packages/app/package.json index d536a240..4eb7efcf 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -51,7 +51,7 @@ "@vercel/analytics": "^2.0.1", "@vercel/blob": "^2.6.1", "@vercel/speed-insights": "^2.0.0", - "adm-zip": "^0.5.18", + "adm-zip": "^0.6.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "d3": "^7.9.0", diff --git a/packages/db/package.json b/packages/db/package.json index b1e7ff51..f0eeaa90 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -41,7 +41,7 @@ "@types/node": "^26.1.1", "@types/stream-json": "^1.7.8", "@vitest/coverage-v8": "^4.1.10", - "adm-zip": "^0.5.18", + "adm-zip": "^0.6.0", "dotenv-cli": "^11.0.0", "tsx": "^4.23.0", "typescript": "^6.0.3",