From 53704225f305c80815ed3aabd6a5996c89ec1bee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 10:04:18 +0000 Subject: [PATCH] Bump typescript from 5.4.3 to 5.4.5 in /documentation Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.3 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.3...v5.4.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- documentation/package-lock.json | 8 ++++---- documentation/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/documentation/package-lock.json b/documentation/package-lock.json index 47fac1b16a..8d5764eb91 100644 --- a/documentation/package-lock.json +++ b/documentation/package-lock.json @@ -40,7 +40,7 @@ "eslint-plugin-react": "^7.34.1", "eslint-plugin-security": "^2.1.0", "sass-loader": "^14.1.1", - "typescript": "^5.4.3" + "typescript": "^5.4.5" }, "engines": { "node": ">=18.0" @@ -16197,9 +16197,9 @@ } }, "node_modules/typescript": { - "version": "5.4.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz", - "integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==", + "version": "5.4.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", + "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/documentation/package.json b/documentation/package.json index 2268baaf91..a32b8c774d 100644 --- a/documentation/package.json +++ b/documentation/package.json @@ -60,7 +60,7 @@ "eslint-plugin-react": "^7.34.1", "eslint-plugin-security": "^2.1.0", "sass-loader": "^14.1.1", - "typescript": "^5.4.3" + "typescript": "^5.4.5" }, "engines": { "node": ">=18.0"