From 70665b8f312a5958eaea3979e13cfb9899dcf9b0 Mon Sep 17 00:00:00 2001 From: Andrew Bradley Date: Sat, 9 Oct 2021 20:49:39 -0400 Subject: [PATCH 1/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e12c6e74b..3c5192505 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", From 0f065a8b812124b55fe7aaee10da27d244170572 Mon Sep 17 00:00:00 2001 From: Andrew Bradley Date: Sun, 10 Oct 2021 19:58:35 -0400 Subject: [PATCH 2/2] update package-lock.json --- package-lock.json | 5 +++-- 1 file changed, 3 insertions(+), 2 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" }