From ef9f1b5420399bc8932129da9f50e8fdbf26bd44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 06:32:40 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 5.4.5 to 5.5.2 (#1268) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.5 to 5.5.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/commits) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- tests/playwright/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index c240d821a..b795a0b9a 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "prettier": "^3.3.2", "prettier-plugin-svelte": "^3.2.5", "svelte-check": "^3.8.1", - "typescript": "5.4.5", + "typescript": "5.5.2", "vite": "^5.3.1", "vitest": "^1.6.0" }, diff --git a/tests/playwright/package.json b/tests/playwright/package.json index 95cd85ebc..29a9989dd 100644 --- a/tests/playwright/package.json +++ b/tests/playwright/package.json @@ -13,7 +13,7 @@ "@podman-desktop/tests-playwright": "^1.11.0", "@types/node": "^20", "electron": "^31.0.2", - "typescript": "^5.4.5", + "typescript": "^5.5.2", "vitest": "^1.6.0", "xvfb-maybe": "^0.2.1" } diff --git a/yarn.lock b/yarn.lock index e38254efe..9ccccf87f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4751,10 +4751,10 @@ typed-array-length@^1.0.4: for-each "^0.3.3" is-typed-array "^1.1.9" -typescript@5.4.5, typescript@^5.0.3, 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.2, typescript@^5.0.3, typescript@^5.5.2: + version "5.5.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507" + integrity sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew== ufo@^1.3.0: version "1.3.2"