Skip to content

Commit

Permalink
fix: update source-map-support to get correct filepath (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshshanmugam authored Jun 8, 2022
1 parent 717303f commit 7edf576
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 48 deletions.
95 changes: 49 additions & 46 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@cspotcode/source-map-support": "^0.7.0",
"@cspotcode/source-map-support": "^0.8.1",
"archiver": "^5.3.0",
"commander": "^9.0.0",
"deepmerge": "^4.2.2",
Expand All @@ -55,7 +55,7 @@
"sharp": "^0.30.6",
"snakecase-keys": "^3.2.1",
"sonic-boom": "^2.6.0",
"ts-node": "^10.7.0",
"ts-node": "^10.8.1",
"typescript": "^4.5.5",
"undici": "^5.0.0"
},
Expand Down

0 comments on commit 7edf576

Please sign in to comment.