From 8871b7de149ccca3659a3d94dc78d08606a79345 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Dec 2024 01:29:22 +0000 Subject: [PATCH] fix: upgrade typescript-is from 0.18.3 to 0.20.0 Snyk has created this PR to upgrade typescript-is from 0.18.3 to 0.20.0. See this package in yarn: typescript-is See this project in Snyk: https://app.snyk.io/org/devfile/project/2c5dd615-01bb-44a6-90b2-0f5d5d4ffcac?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3525b4a..924ce1c 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "react-dom": "^17.0.2", "react-syntax-highlighter": "^15.4.3", "tslib": "^2.3.1", - "typescript-is": "^0.18.3" + "typescript-is": "^0.20.0" }, "license": "Apache-2.0", "devDependencies": { diff --git a/yarn.lock b/yarn.lock index d6ab616..63aece2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10271,10 +10271,10 @@ typedoc@^0.21.4: shiki "^0.9.3" typedoc-default-themes "^0.12.10" -typescript-is@^0.18.3: - version "0.18.3" - resolved "https://registry.yarnpkg.com/typescript-is/-/typescript-is-0.18.3.tgz#143ce2b348684083fc3963b95a6c2e24abd89389" - integrity sha512-kBgZIJt3AKrtye1H2GYf9bWu1YS0Z9AZZl4OZG4z2Ps2jPMZuycilP9RkxPLP+tPxCUjXfmaJti9TNGoz5schA== +typescript-is@^0.20.0: + version "0.20.0" + resolved "https://registry.yarnpkg.com/typescript-is/-/typescript-is-0.20.0.tgz#cfc0367efbd21c009cd94989f03add4179d0fb24" + integrity sha512-ZcwQ9ekYaSjWFxHpfnHeP61lOuitpQpejdYB5wtmEqdtaphVf/idQm4cMT99j2gkty+M+GIW/KYUxk4lzK/Bbg== dependencies: nested-error-stacks "^2" tsutils "^3.17.1"