From 876d6165bce9a747c5cab682f3711314fa5b32b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 21:15:32 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.3.2 to 5.4.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.2 to 5.4.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.3.2...v5.4.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1611987..7fc0790 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@cameronhunter/prettier-config": "^5.0.0", "@changesets/cli": "^2.26.2", "@tsconfig/strictest": "^2.0.2", - "typescript": "^5.3.2", + "typescript": "^5.4.5", "vitest": "^0.34.6" }, "packageManager": "pnpm@8.10.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d7fe738..8f80532 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ devDependencies: specifier: ^2.0.2 version: 2.0.2 typescript: - specifier: ^5.3.2 - version: 5.3.2 + specifier: ^5.4.5 + version: 5.4.5 vitest: specifier: ^0.34.6 version: 0.34.6 @@ -2383,8 +2383,8 @@ packages: is-typed-array: 1.1.12 dev: true - /typescript@5.3.2: - resolution: {integrity: sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==} + /typescript@5.4.5: + resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==} engines: {node: '>=14.17'} hasBin: true dev: true