From 34dbd23ba6c255e4fda8ef15a04edf23801bcf27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 21:35:07 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.3.2 to 5.4.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.2 to 5.4.3. - [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.3) --- 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..81e5b00 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.3", "vitest": "^0.34.6" }, "packageManager": "pnpm@8.10.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d7fe738..ae3e460 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.3 + version: 5.4.3 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.3: + resolution: {integrity: sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==} engines: {node: '>=14.17'} hasBin: true dev: true