Skip to content

Commit

Permalink
ENG-457: address package security warnings
Browse files Browse the repository at this point in the history
Yarn audit and GitHub dependabot warn about got, nth-check, and trim.
This isn't actually really an issue according to
facebook/docusaurus#6394, but we will force
usage of newer version anyway to quiet the warnings.
  • Loading branch information
danielspofford committed Sep 2, 2022
1 parent 6f2b3f4 commit 129632c
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 113 deletions.
6 changes: 5 additions & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@
"redocusaurus": "^1.3.0",
"url-loader": "^4.1.1"
},
"resolutions": {},
"resolutions": {
"got": "11.8.5",
"nth-check": "2.1.1",
"trim": "1.0.1"
},
"browserslist": {
"production": [
">0.5%",
Expand Down
Loading

0 comments on commit 129632c

Please sign in to comment.