From 1efc5cffc73dd75d3c9e7a502af6a03a83c52dd6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 29 Oct 2019 23:20:14 +0000 Subject: [PATCH] chore(deps): update dependency source-map-support to v0.5.16 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 56d76858..6d2463a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8271,9 +8271,9 @@ "dev": true }, "source-map-support": { - "version": "0.5.15", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.15.tgz", - "integrity": "sha512-wYF5aX1J0+V51BDT3Om7uXNn0ct2FWiV4bvwiGVefxkm+1S1o5jsecE5lb2U28DDblzxzxeIDbTVpXHI9D/9hA==", + "version": "0.5.16", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.16.tgz", + "integrity": "sha512-efyLRJDr68D9hBBNIPWFjhpFzURh+KJykQwvMyW5UiZzYwoF6l4YMMDIJJEyFWxWCqfyxLzz6tSfUFR+kXXsVQ==", "dev": true, "requires": { "buffer-from": "^1.0.0", diff --git a/package.json b/package.json index 38ba3b09..c31e2ed0 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "mocha": "6.2.2", "nyc": "14.1.1", "sinon": "7.5.0", - "source-map-support": "0.5.15", + "source-map-support": "0.5.16", "ts-node": "8.4.1", "tslint": "5.20.0", "typescript": "3.6.4"