From 94356655cd52a21f0b784bac588ea7e08937154d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 02:38:35 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 5.6.3 to 6.0.3 in /apps/web Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.3 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.6.3...v6.0.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/web/package-lock.json | 8 ++++---- apps/web/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/web/package-lock.json b/apps/web/package-lock.json index ff8cb0b..c75edd4 100644 --- a/apps/web/package-lock.json +++ b/apps/web/package-lock.json @@ -45,7 +45,7 @@ "postcss": "^8.4.0", "prettier": "^3.3.0", "tailwindcss": "^3.4.0", - "typescript": "~5.6.0" + "typescript": "~6.0.3" }, "engines": { "node": ">=20" @@ -16422,9 +16422,9 @@ "license": "MIT" }, "node_modules/typescript": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", - "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", + "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/apps/web/package.json b/apps/web/package.json index b885992..62687ab 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -53,6 +53,6 @@ "tailwindcss": "^3.4.0", "postcss": "^8.4.0", "autoprefixer": "^10.4.0", - "typescript": "~5.6.0" + "typescript": "~6.0.3" } }