-
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 7 vulnerabilities #151
base: master
Are you sure you want to change the base?
Conversation
…o reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962462 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 - 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/npm:debug:20170905
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨
|
CI Failure Feedback 🧐(Checks updated until commit f462ed8)
✨ 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 7 vulnerabilities in the npm dependencies of this project.
Snyk changed the following file(s):
packages/build/package.json
packages/build/package-lock.json
Vulnerabilities that will be fixed with an upgrade:
SNYK-JS-BABELTRAVERSE-5962462
SNYK-JS-SEMVER-3247795
SNYK-JS-JSON5-3182856
SNYK-JS-MINIMIST-559764
SNYK-JS-KINDOF-537849
SNYK-JS-MINIMIST-2429795
npm:debug:20170905
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:![](https://camo.githubusercontent.com/a37d8d2dc14dc98f2baa0ee7d8233c6fc5259237b312f2335fcf4d75bccf81a0/68747470733a2f2f6170692e7365676d656e742e696f2f76312f706978656c2f747261636b3f646174613d65794a33636d6c305a55746c65534936496e4a79576d785a634564485932527954485a7362306c596430645563566734576b4652546e4e434f5545774969776959573576626e6c746233567a535751694f694a6d4f5468694f5459775a43316a5a6d4e684c54513259575974596d4e68597930794e7a41794d474a6b596a4132596a55694c434a6c646d567564434936496c425349485a705a58646c5a434973496e42796233426c636e52705a584d694f6e736963484a4a5a434936496d59354f4749354e6a426b4c574e6d593245744e445a685a6931695932466a4c5449334d444977596d52694d445a694e534a3966513d3d)
🧐 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:
🦉 Prototype Pollution
🦉 Validation Bypass
🦉 Regular Expression Denial of Service (ReDoS)
PR Type
Bug fix, Dependencies
Description
package.json
to address security vulnerabilities.package-lock.json
to ensure consistency with updated dependencies.@babel/core
,@babel/plugin-transform-exponentiation-operator
,@babel/plugin-transform-parameters
, andvinyl-fs
.Changes walkthrough 📝
package.json
Update dependencies to fix vulnerabilities
packages/build/package.json
@babel/core
dependency version to^7.23.2
.@babel/plugin-transform-exponentiation-operator
to^7.12.13
.@babel/plugin-transform-parameters
to^7.9.3
.vinyl-fs
dependency version to^3.0.0
.package-lock.json
Regenerate package-lock.json for updated dependencies
packages/build/package-lock.json
package.json
.package-lock.json
...
packages/build/package-lock.json
...