From 137a3787acee04937e437e9944c8520eb335504c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 01:05:22 +0000 Subject: [PATCH] chore(deps-dev): Bump typescript from 5.5.4 to 6.0.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.5.4...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] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5760d9ab..bfc0c76d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "@nextcloud/stylelint-config": "^3.0.1", "@nextcloud/vite-config": "^2.3.5", "@types/node": "^24.0.0", - "typescript": "~5.5.4", + "typescript": "~6.0.3", "vite-plugin-eslint": "^1.8.1", "vite-plugin-stylelint": "^6.0.0" }, @@ -14479,9 +14479,9 @@ } }, "node_modules/typescript": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", - "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", + "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", "devOptional": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 80d31c6c..c96236fd 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@nextcloud/eslint-config": "^8.4.2", "@nextcloud/stylelint-config": "^3.0.1", "@nextcloud/vite-config": "^2.3.5", - "typescript": "~5.5.4", + "typescript": "~6.0.3", "vite-plugin-eslint": "^1.8.1", "vite-plugin-stylelint": "^6.0.0" }