-
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 4 vulnerabilities #154
base: master
Are you sure you want to change the base?
Conversation
…ent-tester/package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BODYPARSER-7926860 - https://snyk.io/vuln/SNYK-JS-EXPRESS-7926867 - https://snyk.io/vuln/SNYK-JS-SEND-7926862 - https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨
|
CI Failure Feedback 🧐(Checks updated until commit 1624b9a)
✨ 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 4 vulnerabilities in the npm dependencies of this project.
Snyk changed the following file(s):
packages/web-component-tester/package.json
packages/web-component-tester/package-lock.json
Vulnerabilities that will be fixed with an upgrade:
SNYK-JS-BODYPARSER-7926860
SNYK-JS-EXPRESS-7926867
SNYK-JS-SEND-7926862
SNYK-JS-SERVESTATIC-7926865
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/645b96ddd900d88f5fa0e130b4942fd9e93967486ea4368e9e7d74e5b22040fe/68747470733a2f2f6170692e7365676d656e742e696f2f76312f706978656c2f747261636b3f646174613d65794a33636d6c305a55746c65534936496e4a79576d785a634564485932527954485a7362306c596430645563566734576b4652546e4e434f5545774969776959573576626e6c746233567a535751694f6949314e324d774d4745344f53316d59324e684c5451775a6a51745954686a597931684e4755304e5445774f4445794f4745694c434a6c646d567564434936496c425349485a705a58646c5a434973496e42796233426c636e52705a584d694f6e736963484a4a5a434936496a5533597a4177595467354c575a6a593245744e44426d4e4331684f474e6a4c5745305a5451314d5441344d54493459534a3966513d3d)
🧐 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:
🦉 Cross-site Scripting
PR Type
enhancement, dependencies
Description
body-parser
,express
, andsend
dependencies inpackage.json
to address vulnerabilities.package-lock.json
to reflect the changes in dependency versions.Changes walkthrough 📝
package.json
Upgrade dependencies to fix vulnerabilities
packages/web-component-tester/package.json
body-parser
from version^1.17.2
to^1.20.3
.express
from version^4.15.3
to^4.20.0
.send
from version^0.16.1
to^0.19.0
.package-lock.json
Update package-lock.json for dependency upgrades
packages/web-component-tester/package-lock.json
package-lock.json
...
packages/web-component-tester/package-lock.json
...