From def2f59735278f2d545f609a07163a493b88d107 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 07:48:44 +0000 Subject: [PATCH] build(deps): bump typescript in the production group across 1 directory Bumps the production group with 1 update in the / directory: [typescript](https://github.com/microsoft/TypeScript). Updates `typescript` from 5.9.3 to 7.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production ... Signed-off-by: dependabot[bot] --- apps/web/package.json | 2 +- pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/package.json b/apps/web/package.json index cf4c216..f1d137a 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -19,6 +19,6 @@ "@types/node": "^24.0.0", "@types/react": "^19.1.16", "@types/react-dom": "^19.1.9", - "typescript": "5.9.3" + "typescript": "7.0.2" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 16a9227..0654ea4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -22,7 +22,7 @@ importers: specifier: ^24.0.0 version: 24.13.3 typescript: - specifier: 7.0.2 + specifier: 'catalog:' version: 7.0.2 vitest: specifier: 4.1.10