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"