From 29a8f68a95737c41bba34dcf699ea2cab548b420 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 10:31:16 +0100 Subject: [PATCH] build(deps): bump typescript from 5.2.2 to 5.3.3 (#411) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.2.2...v5.3.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Fabio Rigamonti <73019897+fabiorigam@users.noreply.github.com> --- apps/sdk-user/package.json | 2 +- docs/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/sdk-user/package.json b/apps/sdk-user/package.json index 1e92f3aab..f7fa984e4 100644 --- a/apps/sdk-user/package.json +++ b/apps/sdk-user/package.json @@ -8,6 +8,6 @@ }, "dependencies": { "@vechainfoundation/vechain-sdk-core": "*", - "typescript": "^5.2.2" + "typescript": "^5.3.3" } } diff --git a/docs/package.json b/docs/package.json index ed2c6adbe..b7bd33801 100644 --- a/docs/package.json +++ b/docs/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@vechainfoundation/vechain-sdk-core": "*", - "typescript": "^5.2.2" + "typescript": "^5.3.3" }, "devDependencies": { "expect": "^29.7.0", diff --git a/yarn.lock b/yarn.lock index d22f3316e..759ba41d5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5907,10 +5907,10 @@ typedoc@^0.25.4: minimatch "^9.0.3" shiki "^0.14.1" -typescript@*, 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== +typescript@*, typescript@^5.3.3: + version "5.3.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37" + integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw== unbox-primitive@^1.0.2: version "1.0.2"