Skip to content

Commit

Permalink
Fix the NPM/Github security report issue (#639)
Browse files Browse the repository at this point in the history
Co-authored-by: Shane Myrick <[email protected]>
  • Loading branch information
smyrick and Shane Myrick authored Mar 18, 2020
1 parent 270c0b1 commit 9a54d5d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions website/package-lock.json

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

6 changes: 5 additions & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@
"rename-version": "docusaurus-rename-version",
"clean": "rimraf build i18n"
},
"@comment devDependencies": {
"minimist": "This is only includes for security reasons. This can be removed once docusaurus updates"
},
"devDependencies": {
"docusaurus": "1.14.4",
"rimraf": "3.0.2"
"rimraf": "3.0.2",
"minimist": "1.2.5"
}
}

0 comments on commit 9a54d5d

Please sign in to comment.