diff --git a/backend/package.json b/backend/package.json index e3af95d..bba766b 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.1.3" }, "repository": "https://github.com/OpenSaasAu/monorepo-starter/tree/master/backend" } diff --git a/yarn.lock b/yarn.lock index 06bc844..f1677ec 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.1.3: + version "5.1.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.3.tgz#8d84219244a6b40b6fb2b33cc1c062f715b9e826" + integrity sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw== uid-safe@^2.1.5: version "2.1.5"