From d6fefb769302c0b580b5f41cc90e5c61cfb21ded Mon Sep 17 00:00:00 2001 From: Andrew Bradley Date: Sun, 10 Oct 2021 20:09:24 -0400 Subject: [PATCH] Amending #1496: Redirect source-map-support to @cspotcode/source-map-support (#1497) * Update package.json * update package-lock.json --- package-lock.json | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 43292e8a8..8e2e732dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -317,8 +317,9 @@ "integrity": "sha512-41qniHzTU8yAGbCp04ohlmSrZf8bkf/iJsl3V0dRGsQN/5GFfx+LbCSsCpp2gqrqjTVg/K6O8ycoV35JIwAzAg==" }, "@cspotcode/source-map-support": { - "version": "github:cspotcode/node-source-map-support#63248d0f2b65074dd0fe936ae6f194c1b52b1f74", - "from": "github:cspotcode/node-source-map-support", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.7.0.tgz", + "integrity": "sha512-X4xqRHqN8ACt2aHVe51OxeA2HjbcL4MqFqXkrmQszJ1NOUuUu5u6Vqx/0lZSVNku7velL5FC/s5uEAj1lsBMhA==", "requires": { "@cspotcode/source-map-consumer": "0.8.0" } diff --git a/package.json b/package.json index 8ed02f65f..277cb7b68 100644 --- a/package.json +++ b/package.json @@ -152,7 +152,7 @@ } }, "dependencies": { - "@cspotcode/source-map-support": "github:cspotcode/node-source-map-support", + "@cspotcode/source-map-support": "0.7.0", "@tsconfig/node10": "^1.0.7", "@tsconfig/node12": "^1.0.7", "@tsconfig/node14": "^1.0.0",