From 77e286aba2be43cdbce9353875cc72b9f3a8da56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 20:58:27 +0000 Subject: [PATCH] build(deps): bump typescript from 5.3.3 to 5.4.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.3 to 5.4.2. - [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.3...v5.4.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- benchmarks/vhtml/package.json | 2 +- pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/vhtml/package.json b/benchmarks/vhtml/package.json index e74f457b3..3c701d5af 100644 --- a/benchmarks/vhtml/package.json +++ b/benchmarks/vhtml/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "tslib": "^2.6.2", - "typescript": "^5.3.3", + "typescript": "^5.4.2", "vhtml": "^2.2.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 359d779f6..84c165bc0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -172,7 +172,7 @@ importers: specifier: ^2.6.2 version: 2.6.2 typescript: - specifier: ^5.3.3 + specifier: ^5.4.2 version: 5.4.2 vhtml: specifier: ^2.2.0