-
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 5 vulnerabilities #148
base: master
Are you sure you want to change the base?
Conversation
…k.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 - https://snyk.io/vuln/SNYK-JS-KINDOF-537849 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨
|
CI Failure Feedback 🧐(Checks updated until commit d391161)
✨ 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 5 vulnerabilities in the npm dependencies of this project.
Snyk changed the following file(s):
packages/modulizer/package.json
packages/modulizer/package-lock.json
Vulnerabilities that will be fixed with an upgrade:
SNYK-JS-ANSIREGEX-1583908
SNYK-JS-MINIMIST-559764
SNYK-JS-KINDOF-537849
SNYK-JS-MINIMIST-2429795
SNYK-JS-MINIMATCH-3050818
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)
🦉 Validation Bypass
🦉 Prototype Pollution
PR Type
enhancement, dependencies
Description
inquirer
andjscodeshift
dependencies inpackage.json
to newer versions to address vulnerabilities.package-lock.json
with the updated dependencies to ensure compatibility.Changes walkthrough 📝
package.json
Update dependencies to address vulnerabilities
packages/modulizer/package.json
inquirer
dependency from version 3.2.0 to 9.0.0.jscodeshift
dependency from version 0.5.1 to 0.6.1.package-lock.json
Synchronize lock file with updated dependencies
packages/modulizer/package-lock.json
package.json
.package-lock.json
...
packages/modulizer/package-lock.json
...