From 26ebecc647ea678f8b5a6004a9e4ff56b378466b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Nov 2019 07:10:40 +0000 Subject: [PATCH] fix: upgrade source-map-support from 0.5.13 to 0.5.16 Snyk has created this PR to upgrade source-map-support from 0.5.13 to 0.5.16. See this package in NPM: https://www.npmjs.com/package/source-map-support See this project in Snyk: https://app.snyk.io/org/snyk/project/db479599-7bc2-4cdd-ad28-39610d0223dc?utm_source=github&utm_medium=upgrade-pr --- 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 3b700b2..7b8f421 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4378,9 +4378,9 @@ "dev": true }, "source-map-support": { - "version": "0.5.13", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz", - "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==", + "version": "0.5.16", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.16.tgz", + "integrity": "sha512-efyLRJDr68D9hBBNIPWFjhpFzURh+KJykQwvMyW5UiZzYwoF6l4YMMDIJJEyFWxWCqfyxLzz6tSfUFR+kXXsVQ==", "requires": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" diff --git a/package.json b/package.json index 088656e..9c92de9 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "marked": "^0.7.0", "minimist": "^1.2.0", "moment": "^2.24.0", - "source-map-support": "^0.5.13" + "source-map-support": "^0.5.16" }, "bin": { "snyk-to-html": "dist/index.js"