Skip to content

Commit 491d02a

Browse files
committed
Use source-map 0.7.4
A new release of source-map was pushed 10 days ago: https://github.com/mozilla/source-map/releases/tag/v0.7.4 It contains a fix for building on Node 18 (which was added in Oct 2020): mozilla/source-map#423. Let's make use of it!
1 parent 5786a9b commit 491d02a

2 files changed

Lines changed: 8 additions & 9 deletions

File tree

extensions/ql-vscode/package-lock.json

Lines changed: 7 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/ql-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1148,7 +1148,7 @@
11481148
"react-dom": "^17.0.2",
11491149
"semver": "~7.3.2",
11501150
"source-map-support": "^0.5.21",
1151-
"source-map": "git://github.com/mozilla/source-map.git#d69af1457a57d242e6b882ebd8aff1d145611b77",
1151+
"source-map": "^0.7.4",
11521152
"stream": "^0.0.2",
11531153
"stream-chain": "~2.2.4",
11541154
"stream-json": "~1.7.3",

0 commit comments

Comments
 (0)