diff --git a/package-lock.json b/package-lock.json index 2d3f2f807..f1eca6bbe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10732,9 +10732,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==", "dev": true, "requires": { "buffer-from": "^1.0.0", diff --git a/package.json b/package.json index 5a40ab927..6d5baf186 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "mocha": "5.2.0", "nyc": "11.9.0", "rimraf": "2.7.1", - "source-map-support": "0.5.13" + "source-map-support": "0.5.16" }, "publishConfig": { "access": "public"