From 828962d3f94161456f4980cdab59a2050ea06a00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 10:57:25 +0000 Subject: [PATCH] chore(deps-dev): bump typescript in /ocaml-lsp-server/test/e2e Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.5 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.4.5...v5.5.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ocaml-lsp-server/test/e2e/package.json | 2 +- ocaml-lsp-server/test/e2e/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ocaml-lsp-server/test/e2e/package.json b/ocaml-lsp-server/test/e2e/package.json index 1fc8c7f41..02fa97f59 100644 --- a/ocaml-lsp-server/test/e2e/package.json +++ b/ocaml-lsp-server/test/e2e/package.json @@ -14,7 +14,7 @@ "@types/node": "^20.14.9", "jest": "28.1.1", "ts-jest": "28.0.5", - "typescript": "5.4.5", + "typescript": "5.5.4", "vscode-jsonrpc": "8.0.1", "vscode-languageserver-protocol": "3.17.1", "vscode-languageserver-types": "3.17.5" diff --git a/ocaml-lsp-server/test/e2e/yarn.lock b/ocaml-lsp-server/test/e2e/yarn.lock index 831f91d3f..fdcada7ca 100644 --- a/ocaml-lsp-server/test/e2e/yarn.lock +++ b/ocaml-lsp-server/test/e2e/yarn.lock @@ -2088,10 +2088,10 @@ type-fest@^0.21.3: resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37" integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w== -typescript@5.4.5: - version "5.4.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611" - integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ== +typescript@5.5.4: + version "5.5.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba" + integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q== undici-types@~5.26.4: version "5.26.5"