Skip to content

Commit 40959c8

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 c368424 commit 40959c8

2 files changed

Lines changed: 39 additions & 37 deletions

File tree

extensions/ql-vscode/package-lock.json

Lines changed: 38 additions & 37 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1148,6 +1148,7 @@
11481148
"react-dom": "^17.0.2",
11491149
"semver": "~7.3.2",
11501150
"source-map-support": "^0.5.21",
1151+
"source-map": "^0.7.4",
11511152
"stream": "^0.0.2",
11521153
"stream-chain": "~2.2.4",
11531154
"stream-json": "~1.7.3",

0 commit comments

Comments
 (0)