From 340b2cd3fcb227ea0cab468952b54d83ad4d4f57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 13:31:19 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.4.4 to 5.4.5 in /docs (#1239) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.4 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.4.4...v5.4.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs/package.json | 2 +- docs/pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/package.json b/docs/package.json index 54508fa8..3beb2f73 100644 --- a/docs/package.json +++ b/docs/package.json @@ -16,6 +16,6 @@ "devDependencies": { "@types/node": "20.12.7", "next-sitemap": "4.2.3", - "typescript": "5.4.4" + "typescript": "5.4.5" } } diff --git a/docs/pnpm-lock.yaml b/docs/pnpm-lock.yaml index b5f3920e..9f3a9350 100644 --- a/docs/pnpm-lock.yaml +++ b/docs/pnpm-lock.yaml @@ -35,8 +35,8 @@ devDependencies: specifier: 4.2.3 version: 4.2.3(next@14.1.4) typescript: - specifier: 5.4.4 - version: 5.4.4 + specifier: 5.4.5 + version: 5.4.5 packages: @@ -2941,8 +2941,8 @@ packages: engines: {node: '>=10'} dev: false - /typescript@5.4.4: - resolution: {integrity: sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==} + /typescript@5.4.5: + resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==} engines: {node: '>=14.17'} hasBin: true dev: true