From 886a9615260ece32b6209eb6f7ce295cf4d0bc25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 14:46:09 +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..3026f1d 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.4.3" }, "repository": "https://github.com/OpenSaasAu/monorepo-starter/tree/master/backend" } diff --git a/yarn.lock b/yarn.lock index 06bc844..1c6a898 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.4.3: + version "5.4.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.3.tgz#5c6fedd4c87bee01cd7a528a30145521f8e0feff" + integrity sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg== uid-safe@^2.1.5: version "2.1.5"