-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Snyk] Fix for 1 vulnerabilities #139
base: master
Are you sure you want to change the base?
Conversation
…on to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ACORN-559469
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨
|
CI Failure Feedback 🧐(Checks updated until commit 09b8110)
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
User description
Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project.
Snyk changed the following file(s):
packages/bundler/package.json
packages/bundler/package-lock.json
Vulnerabilities that will be fixed with an upgrade:
SNYK-JS-ACORN-559469
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Regular Expression Denial of Service (ReDoS)
PR Type
Bug fix, Enhancement
Description
espree
androllup
dependencies inpackage.json
to address a Regular Expression Denial of Service (ReDoS) vulnerability.package-lock.json
with the updated dependencies to ensure consistency.Changes walkthrough 📝
package.json
Update dependencies to fix vulnerabilities
packages/bundler/package.json
espree
version from^3.5.2
to^6.2.1
.rollup
version from^1.3.0
to^2.0.0
.package-lock.json
Synchronize package-lock with updated dependencies
packages/bundler/package-lock.json
package.json
.package-lock.json
...
packages/bundler/package-lock.json
...