From 23ca738a697b12882693115f9937ee95ec22c0c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Sep 2021 14:11:11 -0500 Subject: [PATCH] Update dependency source-map-support to v0.5.20 (#9) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4f5ea61..f96cbeb 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "mocha": "9.1.1", "sinon": "11.1.2", "sinon-chai": "3.7.0", - "source-map-support": "0.5.19", + "source-map-support": "0.5.20", "tslib": "2.3.1", "typescript": "4.4.2" }, diff --git a/yarn.lock b/yarn.lock index 7a3265e..040b17d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -749,10 +749,10 @@ sinon@11.1.2: nise "^5.1.0" supports-color "^7.2.0" -source-map-support@0.5.19: - version "0.5.19" - resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61" - integrity sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw== +source-map-support@0.5.20: + version "0.5.20" + resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.20.tgz#12166089f8f5e5e8c56926b377633392dd2cb6c9" + integrity sha512-n1lZZ8Ve4ksRqizaBQgxXDgKwttHDhyfQjA6YZZn8+AroHbsIz+JjwxQDxbp+7y5OYCI8t1Yk7etjD9CRd2hIw== dependencies: buffer-from "^1.0.0" source-map "^0.6.0"