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"