-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Investigate resolving package vulnerabilities - either by replacing o…
…r upgrading (#178) * Let's see if dependabot complains * Import order linting * updated the Requests package due to a reported vulnerability in 2.32.0 * updated package.json to force usage of the newer braces package that doesn't contain the vulnerability --------- Co-authored-by: jmscherer <jscherer@uab.edu>
- Loading branch information
1 parent
633a067
commit 1ac66dd
Showing
4 changed files
with
14 additions
and
9 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
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 |
---|---|---|
|
@@ -35,5 +35,8 @@ | |
"sinon": "16.0.0", | ||
"vite": "4.5.3", | ||
"vitest": "0.34.6" | ||
}, | ||
"resolutions": { | ||
"braces": "3.0.3" | ||
} | ||
} |