From 7ef6cc6cb2d1b74f72e09d499c5ea7a558296f6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 16:45:27 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.4.5 to 5.8.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.4.5 to 5.8.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.8.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6423c08..3fd3d4c 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@typescript-eslint/parser": "^8.32.0", "eslint": "^9.26.0", "eslint-plugin-json": "^4.0.1", - "typescript": "^5.4.5", + "typescript": "^5.8.3", "typescript-eslint": "^8.32.0" } } diff --git a/yarn.lock b/yarn.lock index ae69474..c504fae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3253,10 +3253,10 @@ typescript-eslint@^8.32.0: "@typescript-eslint/parser" "8.32.0" "@typescript-eslint/utils" "8.32.0" -typescript@^5.0.2, typescript@^5.4.5: - version "5.4.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611" - integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ== +typescript@^5.0.2, typescript@^5.8.3: + version "5.8.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e" + integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ== unc-path-regex@^0.1.2: version "0.1.2"