forked from webdriverio/webdriverio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating postinstall for cross platforms (webdriverio#8101)
* Updating postinstall for crossplatforms * Update .husky/postinstall.js Co-authored-by: Christian Bromann <[email protected]> * Update postinstall.js Removing backticks Co-authored-by: Christian Bromann <[email protected]>
- Loading branch information
1 parent
da76f1e
commit dd90a06
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
console.log(` | ||
################## | ||
### Attention! ### | ||
################## | ||
The WebdriverIO team is aware of the following reported vulnerabilities. | ||
These do not impact packages used by users but ones we use to generate | ||
our public website (webdriver.io). The package in question is `markdox` | ||
which depends on vulnerabile packages such as: `dox` and `ejs`. | ||
our public website (webdriver.io). The package in question is 'markdox' | ||
which depends on vulnerabile packages such as: 'dox' and 'ejs'. | ||
Please help us to resolve the issue, see https://github.com/webdriverio/webdriverio/issues/6640 | ||
`); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters