From f9037d81f2da0231fd052ab1b8d7d00f252721ec Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2020 11:17:31 +0000 Subject: [PATCH] build(deps-dev): bump source-map-support from 0.5.16 to 0.5.19 Bumps [source-map-support](https://github.com/evanw/node-source-map-support) from 0.5.16 to 0.5.19. - [Release notes](https://github.com/evanw/node-source-map-support/releases) - [Commits](https://github.com/evanw/node-source-map-support/compare/v0.5.16...v0.5.19) Signed-off-by: dependabot-preview[bot] --- 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 293c33b..bc24f3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6820,9 +6820,9 @@ } }, "source-map-support": { - "version": "0.5.16", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.16.tgz", - "integrity": "sha512-efyLRJDr68D9hBBNIPWFjhpFzURh+KJykQwvMyW5UiZzYwoF6l4YMMDIJJEyFWxWCqfyxLzz6tSfUFR+kXXsVQ==", + "version": "0.5.19", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz", + "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==", "dev": true, "requires": { "buffer-from": "^1.0.0", diff --git a/package.json b/package.json index 4b80359..2168554 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "prettier-eslint": "9.0.1", "prettier-eslint-cli": "5.0.0", "rimraf": "3.0.0", - "source-map-support": "0.5.16", + "source-map-support": "0.5.19", "tap-spec": "5.0.0", "tape": "4.11.0", "tape-promise": "4.0.0"