Skip to content

Commit

Permalink
Fix cross spawn (#393)
Browse files Browse the repository at this point in the history
* add cross-spawn to overrides

* add cross-spawn to overrides to fix vulnerability
  • Loading branch information
Rihyx authored Nov 18, 2024
1 parent 2790340 commit 1546937
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 76 deletions.
9 changes: 9 additions & 0 deletions .changeset/twelve-donuts-sort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@moonbeam-network/xcm-builder': patch
'@moonbeam-network/xcm-config': patch
'@moonbeam-network/xcm-sdk': patch
'@moonbeam-network/xcm-types': patch
'@moonbeam-network/xcm-utils': patch
---

fix cross-spawn vulnerability
79 changes: 3 additions & 76 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,8 @@
"lint-staged": {
"*.{js,ts}": "eslint --cache --fix --max-warnings=0",
"*.{json,md}": "prettier --write"
},
"overrides": {
"cross-spawn":"^7.0.5"
}
}

0 comments on commit 1546937

Please sign in to comment.