Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit 926c300

Browse files
authored
fix(deps): Update source-map to 0.8.0-beta.0 (#1081)
source-map 0.7.3 is incompatible with newer versions of node. Temporarily switch to 0.8.0-beta.0 until either a new release of source-map is available, or until we migrate to an alternative implementation. Fixes #1066
1 parent d6eb886 commit 926c300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"gcp-metadata": "^4.0.0",
5555
"p-limit": "^3.0.1",
5656
"semver": "^7.0.0",
57-
"source-map": "^0.7.3",
57+
"source-map": "^0.8.0-beta.0",
5858
"split": "^1.0.0"
5959
},
6060
"devDependencies": {

0 commit comments

Comments
 (0)