From de9d47c9b3632a82b5bf9bffb1c6c53a5341eafa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 04:09:36 +0000 Subject: [PATCH] Bump typescript from 5.5.2 to 5.5.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.5.2 to 5.5.4. - [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.5.2...v5.5.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9db0917aa..987acfdf1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "react-window": "^1.8.10", "redux": "^5.0.1", "standardized-audio-context": "^25.3.72", - "typescript": "^5.5.2", + "typescript": "^5.5.4", "uuid": "^10.0.0", "webvtt-parser": "^2.2.0" }, @@ -11675,9 +11675,9 @@ } }, "node_modules/typescript": { - "version": "5.5.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", - "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==", + "version": "5.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", + "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 1bf7f04f9..5d5351e4e 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "react-window": "^1.8.10", "redux": "^5.0.1", "standardized-audio-context": "^25.3.72", - "typescript": "^5.5.2", + "typescript": "^5.5.4", "uuid": "^10.0.0", "webvtt-parser": "^2.2.0" },