From 89472c14ed055e2fc19e80f872310837d10da111 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 19:55:25 +0200 Subject: [PATCH] chore(deps): bump typescript from 4.2.3 to 4.2.4 (#3422) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.3 to 4.2.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 5649c401..cc1e69cb 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "roughjs": "4.3.1", "sass": "1.32.8", "socket.io-client": "2.3.1", - "typescript": "4.2.3" + "typescript": "4.2.4" }, "devDependencies": { "@excalidraw/eslint-config": "1.0.0", diff --git a/yarn.lock b/yarn.lock index d6499d43..08da6a2c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12157,9 +12157,10 @@ typedarray@^0.0.6: version "0.0.6" resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz" -typescript@4.2.3: - version "4.2.3" - resolved "https://registry.npmjs.org/typescript/-/typescript-4.2.3.tgz" +typescript@4.2.4: + version "4.2.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961" + integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg== unbox-primitive@^1.0.0: version "1.0.1"