Skip to content

Commit

Permalink
High vulnerabilities in ansi-regex, nth-check
Browse files Browse the repository at this point in the history
  • Loading branch information
shanshaji committed Mar 21, 2024
1 parent 7a37f88 commit 84fed89
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 96 deletions.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,14 @@
"jest": "^27.0.6"
},
"resolutions": {
"@babel/traverse": "^7.23.2"
"@babel/traverse": "^7.23.2",
"nth-check": "^2.0.1",
"semver": "^7.5.2",
"unset-value": "^2.0.1",
"ansi-regex": "^4.1.1",
"browserify-sign": "^4.2.2",
"loader-utils": "^1.4.1",
"decode-uri-component": "^0.2.2"
},
"jest": {
"testRegex": "(/__tests__/.*|(\\.|/))\\.jsx?$",
Expand Down

0 comments on commit 84fed89

Please sign in to comment.