From fbaf454829f3f88fd5c844be25dd882ffd589f36 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 May 2022 22:06:16 +0000 Subject: [PATCH] fix: upgrade tslib from 2.3.1 to 2.4.0 Snyk has created this PR to upgrade tslib from 2.3.1 to 2.4.0. See this package in npm: See this project in Snyk: https://app.snyk.io/org/frank-mayer/project/c30d3e0a-c6e8-4ada-b2fd-8b6f8579044a?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b45720d..f25324f 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,6 @@ }, "dependencies": { "@frank-mayer/magic": "^3.0.0", - "tslib": "^2.3.1" + "tslib": "^2.4.0" } } diff --git a/yarn.lock b/yarn.lock index fafc580..da46edb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1846,6 +1846,11 @@ tslib@^2.3.1: resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01" integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw== +tslib@^2.4.0: + version "2.4.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3" + integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ== + type-fest@^0.20.2: version "0.20.2" resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"