From b83007de431296c86a5fd8dcdf6327f1c5aaab71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 06:53:41 +0000 Subject: [PATCH] chore(deps): update dep typescript from 4.6.4 to v5 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 86d3f3e6ba..0edc75084e 100644 --- a/package.json +++ b/package.json @@ -143,7 +143,7 @@ "sinon": "1.17.7", "superagent": "3.8.3", "supertest": "3.1.0", - "typescript": "4.6.4" + "typescript": "5.2.2" }, "prettier": { "semi": false, diff --git a/yarn.lock b/yarn.lock index e96c2984df..7ab1db002f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9615,10 +9615,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@4.6.4: - version "4.6.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.4.tgz#caa78bbc3a59e6a5c510d35703f6a09877ce45e9" - integrity sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg== +typescript@5.2.2: + version "5.2.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78" + integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w== ua-parser-js@^0.7.18: version "0.7.33"