From e71cda595b09bcc01dfe43ce249033ab89ab0171 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 19:38:14 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v5 --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 6a0e5e6e..8be0da71 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "mocha": "10.5.2", "nock": "13.5.4", "nyc": "^15.1.0", - "typescript": "^4.3.5" + "typescript": "^5.5.3" }, "scripts": { "build": "yarn run build:clean && yarn run build:transpile && yarn run build:types", diff --git a/yarn.lock b/yarn.lock index 8b043843..3e24e0a6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5287,9 +5287,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@^4.3.5: - version "4.3.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4" +typescript@^5.5.3: + version "5.5.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa" + integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ== unbox-primitive@^1.0.1: version "1.0.1"