Skip to content

Commit

Permalink
fix: fixed and whitelisted vulnerabilities (#833)
Browse files Browse the repository at this point in the history
* fix: fixed @adobe/css-tools vulnerability

* refactor: whitelisted axios vulnerability since we'll upgrade it separately

* fix: fixed integrity issue
  • Loading branch information
abdullahwaheed authored Dec 6, 2023
1 parent 1e71ee2 commit 47ddee7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion audit-ci.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"allowlist": [
"GHSA-hpx4-r86g-5jrg"
"GHSA-hpx4-r86g-5jrg",
"GHSA-wf5p-g6vw-rhxx"
],
"moderate": true
}
7 changes: 3 additions & 4 deletions package-lock.json

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

0 comments on commit 47ddee7

Please sign in to comment.