From 645c6eab5899e6328c1494046a53aa1de5f1e896 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Nov 2021 11:00:59 +0000 Subject: [PATCH] Bump typescript from 4.0.2 to 4.4.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.2 to 4.4.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.0.2...v4.4.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 425c9894..c10383d3 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "typechain": "2.0.0", "typedoc": "0.19.1", "typedoc-plugin-sourcefile-url": "1.0.6", - "typescript": "4.0.2", + "typescript": "4.4.4", "wait-on": "5.2.0" }, "scripts": { diff --git a/yarn.lock b/yarn.lock index 9e3478d8..5e02d329 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3960,10 +3960,10 @@ typedoc@0.19.1: shelljs "^0.8.4" typedoc-default-themes "^0.11.1" -typescript@4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2.tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2" - integrity sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ== +typescript@4.4.4: + version "4.4.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c" + integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA== typical@^2.6.0, typical@^2.6.1: version "2.6.1"