From 1cea4ae87c81b9cf013471dc9ee508955a0c72d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 19:48:29 +0000 Subject: [PATCH] Update dependency typescript to v5 --- backend/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/package.json b/backend/package.json index e3af95d..ebd61c8 100644 --- a/backend/package.json +++ b/backend/package.json @@ -11,7 +11,7 @@ "@keystone-next/auth": "^37.0.0", "@keystone-next/fields-document": "^14.0.0", "@keystone-next/keystone": "^29.0.0", - "typescript": "^4.5.5" + "typescript": "^5.5.3" }, "repository": "https://github.com/OpenSaasAu/monorepo-starter/tree/master/backend" } diff --git a/yarn.lock b/yarn.lock index 06bc844..1aea877 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11447,10 +11447,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@^4.5.5: - version "4.5.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3" - integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA== +typescript@^5.5.3: + version "5.5.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa" + integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ== uid-safe@^2.1.5: version "2.1.5"