From fa846f9c08d6dedb87df2e435073f3a105d7e916 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Mar 2022 15:12:25 +0000 Subject: [PATCH] Update dependency source-map-support to v0.5.21 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8c131df..5144b5d 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "glob": "7.1.6", "mocha": "7.0.1", "nyc": "15.0.0", - "source-map-support": "0.5.16" + "source-map-support": "0.5.21" }, "scripts": { "compile": "rm -rf dist/* && tsc -p .", diff --git a/yarn.lock b/yarn.lock index fdcc44b..d58e430 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4436,10 +4436,10 @@ source-map-resolve@^0.5.2: source-map-url "^0.4.0" urix "^0.1.0" -source-map-support@0.5.16: - version "0.5.16" - resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.16.tgz#0ae069e7fe3ba7538c64c98515e35339eac5a042" - integrity sha512-efyLRJDr68D9hBBNIPWFjhpFzURh+KJykQwvMyW5UiZzYwoF6l4YMMDIJJEyFWxWCqfyxLzz6tSfUFR+kXXsVQ== +source-map-support@0.5.21: + version "0.5.21" + resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f" + integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w== dependencies: buffer-from "^1.0.0" source-map "^0.6.0"