From d1cd7b5642f3b725b513b6aba6607daf49fbf804 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 10 Feb 2021 21:17:40 +0000 Subject: [PATCH] Bump typescript-is from 0.16.3 to 0.17.1 Bumps [typescript-is](https://github.com/woutervh-/typescript-is) from 0.16.3 to 0.17.1. - [Release notes](https://github.com/woutervh-/typescript-is/releases) - [Commits](https://github.com/woutervh-/typescript-is/compare/v0.16.3...v0.17.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 69b2112e..1ff97d21 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,6 @@ "ts-node": "^9.0.0", "ttypescript": "^1.5.12", "typescript": "^3.9.7", - "typescript-is": "^0.16.3" + "typescript-is": "^0.17.1" } } diff --git a/yarn.lock b/yarn.lock index 225a1374..7ad004d5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3570,10 +3570,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript-is@^0.16.3: - version "0.16.3" - resolved "https://registry.yarnpkg.com/typescript-is/-/typescript-is-0.16.3.tgz#85eefd5f13ee03ecb0d4aed34c0ac0c773d271c6" - integrity sha512-Vlpo9YFnjWEBUyfD5Yx3MLYupxMdK15ZBHkDYOWpRZWcjXS2XNScKMWhY5JSouu9+q4wduGz/v1lfZdW9Hk+qQ== +typescript-is@^0.17.1: + version "0.17.1" + resolved "https://registry.yarnpkg.com/typescript-is/-/typescript-is-0.17.1.tgz#d1308dc9a318cc800fc86ec4843a4c8f853a17f7" + integrity sha512-RIz2hSJO5LPh5URMMf+5BTES+kfggk47qQ+Jez0Vg02LYT499OHsHr3V+GUsmvrkWQKd3Jgu6qo3C9Jz2N4wLQ== dependencies: nested-error-stacks "^2" tsutils "^3.17.1"