-
Notifications
You must be signed in to change notification settings - Fork 304
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] Security upgrade del from 6.1.1 to 8.0.0 #8031
base: main
Are you sure you want to change the base?
Conversation
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
@RileySeaburg the What I Tested
|
Let's wait until #8188 is merged to merge this. |
@RileySeaburg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nick-mon1 Please remove npm-run-all It is no longer maintained.
Replace it with Concurrently
@@ -21,7 +21,7 @@ | |||
"prettier:js:fix": "npx prettier -w 'themes/digital.gov/src/js/*.js' 'config/typescript/**/*.ts'", | |||
"prettier:templates": "npx prettier -c ./themes/**/*.html", | |||
"prettier:templates:fix": "npx prettier -w ./themes/**/*.html", | |||
"start": "npm-run-all --parallel local-build hugo workflow", | |||
"start": "concurrently \"npm run local-build\" \"npm run hugo\" \"npm run workflow\"", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@RileySeaburg Replaced with concurrently
.
@@ -44,7 +44,7 @@ | |||
"@prantlf/jsonlint": "^14.0.3", | |||
"@uswds/uswds": "^3.9.0", | |||
"autoprefixer": "^10.4.16", | |||
"del": "^6.1.1", | |||
"concurrently": "^9.1.0", | |||
"dotenv": "^16.3.1", | |||
"eslint": "^8.56.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@RileySeaburg We should update to v9
during the next POAM. Made a note of this.
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project.
Changes included in this PR
Vulnerabilities that will be fixed
With an upgrade:
Why? Proof of Concept exploit, Has a fix available, CVSS 6.2
SNYK-JS-INFLIGHT-6095116
(*) Note that the real score may have changed since the PR was raised.
Commit messages
Package name: del
The new version differs by 10 commits.See the full diff
Check the changes in this PR to ensure they won't cause issues with your project.
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
🛠 Adjust project settings
📚 Read more about Snyk's upgrade and patch logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Learn about vulnerability in an interactive lesson of Snyk Learn.