From 6758cdc83d9ae27eaf651ab273723eede3343007 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2020 06:57:00 -0600 Subject: [PATCH] update: update dependency @types/source-map-support to v0.5.1 (#71) Co-authored-by: WhiteSource Renovate --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8b2324d..78ece21 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@types/lodash": "4.14.149", "@types/mocha": "5.2.7", "@types/sinon-chai": "3.2.3", - "@types/source-map-support": "0.5.0", + "@types/source-map-support": "0.5.1", "@typescript-eslint/eslint-plugin": "2.17.0", "@typescript-eslint/eslint-plugin-tslint": "2.17.0", "@typescript-eslint/parser": "2.17.0", diff --git a/yarn.lock b/yarn.lock index 9867abd..0a7d756 100644 --- a/yarn.lock +++ b/yarn.lock @@ -361,10 +361,10 @@ resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/sinon/-/sinon-7.5.0.tgz#f5a10c27175465a0b001b68d8b9f761582967cc6" integrity sha512-NyzhuSBy97B/zE58cDw4NyGvByQbAHNP9069KVSgnXt/sc0T6MFRh0InKAeBVHJWdSXG1S3+PxgVIgKo9mTHbw== -"@types/source-map-support@0.5.0": - version "0.5.0" - resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/source-map-support/-/source-map-support-0.5.0.tgz#40f47e68bc0bdf54d19dddad4550f521cdb9968c" - integrity sha512-OrnAz5K5dXDgMdeRRoXIjDAvkodQ9ESvVJCyzrhzUJKmCkXgmYx/KLUBcVFe5eS4FiohfcY7YPxsdkmSwJz9wA== +"@types/source-map-support@0.5.1": + version "0.5.1" + resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/source-map-support/-/source-map-support-0.5.1.tgz#b13e4de5bf2e5858e0dfe33fac90556b0f652dc3" + integrity sha512-VDqnZe9D2zR19qbeRvwYyHSp7AtUtCkTaRVFQ8wzwH9TXw9kKKq/vBhfEnFEXVupO2M0lBMA9mr/XyQ6gEkUOA== dependencies: "@types/node" "*"