Skip to content

Commit 5988890

Browse files
smyrickShane Myrick
and
Shane Myrick
authored
Fix the NPM/Github security report issue (ExpediaGroup#639)
Co-authored-by: Shane Myrick <[email protected]>
1 parent 4492e9f commit 5988890

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

website/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,12 @@
1515
"rename-version": "docusaurus-rename-version",
1616
"clean": "rimraf build i18n"
1717
},
18+
"@comment devDependencies": {
19+
"minimist": "This is only includes for security reasons. This can be removed once docusaurus updates"
20+
},
1821
"devDependencies": {
1922
"docusaurus": "1.14.4",
20-
"rimraf": "3.0.2"
23+
"rimraf": "3.0.2",
24+
"minimist": "1.2.5"
2125
}
2226
}

0 commit comments

Comments
 (0)