-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependencies update #7115
Labels
closed: please-fix-this-cve
This issue is asking for fixing a CVE in a build-only dep which doesn't pose any real threat.
Comments
valmoz
added
bug
An error in the Docusaurus core causing instability or issues with its execution
status: needs triage
This issue has not been triaged by maintainers
labels
Apr 5, 2022
Please please please search existing issues 😅 Search terms: |
Josh-Cena
added
closed: duplicate
This issue or pull request already exists in another issue or pull request
and removed
bug
An error in the Docusaurus core causing instability or issues with its execution
status: needs triage
This issue has not been triaged by maintainers
labels
Apr 5, 2022
I'm sorry :( I searched for the libraries names but I was unable to find them... thank you for your answer, I'll be more careful next time |
Better search wisely, then. A few tricks:
|
Thanks, I'll take note to avoid making the same error. |
Josh-Cena
added
closed: please-fix-this-cve
This issue is asking for fixing a CVE in a build-only dep which doesn't pose any real threat.
and removed
closed: duplicate
This issue or pull request already exists in another issue or pull request
labels
Apr 30, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
closed: please-fix-this-cve
This issue is asking for fixing a CVE in a build-only dep which doesn't pose any real threat.
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clear
oryarn clear
command.rm -rf node_modules yarn.lock package-lock.json
and re-installing packages.Description
Hi,
I created a project using Docusaurus version 2.0.0-beta.18, and I received some alerts from Dependabot, that seem to be related to the Docusaurus components.
It would be great to update the dependencies to avoid the alerts.
Inefficient Regular Expression Complexity in nth-check
GHSA-rp65-9cf3-cjxr
Regular Expression Denial of Service in trim
GHSA-w5p7-h5w8-2hfq
Reproducible demo
No response
Steps to reproduce
Create a Docusaurus project with the following dependencies:
"dependencies": {
"@docusaurus/core": "^2.0.0-beta.18",
"@docusaurus/plugin-ideal-image": "^2.0.0-beta.18",
"@docusaurus/preset-classic": "^2.0.0-beta.18",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.1.1",
"mdx-mermaid": "^1.2.1",
"mermaid": "^8.14.0",
"prism-react-renderer": "^1.2.1",
"rapidoc": "^9.2.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
Expected behavior
I would like to not have security alerts
Actual behavior
I have security alerts
Your environment
My current package.json:
{
"name": "fic-docusaurus",
"version": "0.0.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
"serve": "docusaurus serve",
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "^2.0.0-beta.18",
"@docusaurus/plugin-ideal-image": "^2.0.0-beta.18",
"@docusaurus/preset-classic": "^2.0.0-beta.18",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.1.1",
"mdx-mermaid": "^1.2.1",
"mermaid": "^8.14.0",
"prism-react-renderer": "^1.2.1",
"rapidoc": "^9.2.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^2.0.0-beta.18",
"@tsconfig/docusaurus": "^1.0.4",
"typescript": "^4.6.2"
}
}
Self-service
The text was updated successfully, but these errors were encountered: