Skip to content

Commit

Permalink
HARMONY-1892: Update problematic dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnyinverso committed Nov 18, 2024
1 parent 8ab909e commit ae4f252
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 32 deletions.
21 changes: 11 additions & 10 deletions packages/util/package-lock.json

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

3 changes: 2 additions & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"typescript": "^4.4.4"
},
"overrides": {
"braces": "^3.0.3"
"braces": "^3.0.3",
"cross-spawn": "^7.0.5"
}
}
41 changes: 21 additions & 20 deletions services/harmony/package-lock.json

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

3 changes: 2 additions & 1 deletion services/harmony/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@
"semver": "^7.6.2",
"braces": "^3.0.3",
"fast-xml-parser": "4.4.1",
"jsonpath-plus": "^10.0.7"
"jsonpath-plus": "^10.0.7",
"cross-spawn": "^7.0.5"
}
}

0 comments on commit ae4f252

Please sign in to comment.