-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update all dependencies from ~ to ^, update some package versions, ad…
…d pnpm override to address `braces` vulnerability (#114) * change all ~ to ^ * Fix test url * Resolve �races vulnerability * Build fix after cypress update * Pnpm override to address braces vulnerability * Lint fix * Remove node support list --------- Co-authored-by: Arun George <[email protected]>
- Loading branch information
1 parent
af76514
commit 53d6f10
Showing
16 changed files
with
714 additions
and
1,624 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"useWorkspaces": true, | ||
"globalOverrides": { | ||
"xml2js":"0.5.0" | ||
"xml2js":"0.5.0", | ||
"braces": "3.0.3" | ||
} | ||
} |
Oops, something went wrong.