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 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",