Skip to content
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 #470

Closed
wants to merge 1 commit into from

Conversation

popomore
Copy link
Contributor

@popomore popomore commented Dec 1, 2023

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project.

Changes included in this PR

  • Changes to the following files to upgrade the vulnerable dependencies to a fixed version:
    • package.json

Vulnerabilities that will be fixed

With an upgrade:
Severity Priority Score (*) Issue Breaking Change Exploit Maturity
high severity 661/1000
Why? Recently disclosed, Has a fix available, CVSS 7.5
Missing Release of Resource after Effective Lifetime
SNYK-JS-INFLIGHT-6095116
Yes No Known Exploit

(*) Note that the real score may have changed since the PR was raised.

Commit messages
Package name: bin-links The new version differs by 27 commits.

See the full diff

Package name: node-gyp The new version differs by 27 commits.
  • 9acb4c7 chore: release 10.0.0
  • 3032e10 chore: run tests after release please PR
  • 864a979 feat!: use .npmignore file to limit which files are published (#2921)
  • 4e493d4 chore: misc testing fixes (#2930)
  • d52997e feat: convert internal classes from util.inherits to classes
  • 355622f feat: convert all internal functions to async/await
  • 1b3bd34 feat!: drop node 14 support (#2929)
  • e388255 deps: which@4.0.0 (#2928)
  • 059bb6f deps: make-fetch-happen@13.0.0 (#2927)
  • 4bef1ec deps: glob@10.3.10 (#2926)
  • 21a7249 chore: add check engines script to CI (#2922)
  • 707927c feat(gyp): update gyp to v0.16.1 (#2923)
  • d644ce4 docs: update applicable GitHub links from master to main (#2843)
  • 4a50fe3 chore: empty commit to add changelog entries from #2770
  • 26683e9 chore: GitHub Workflows security hardening (#2740)
  • 91fd8ff Python lint: ruff --format is now --output-format
  • b3d41ae doc: Add note about Python symlinks (PR 2362) to CHANGELOG.md for 9.1.0 (#2783)
  • 5746691 test: update expired certs (#2908)
  • d3615c6 Fix incorrect Xcode casing in README (#2896)
  • bb93b94 docs: README.md Do not hardcode the supported versions of Python (#2880)
  • 0f1f667 fix: create Python symlink only during builds, and clean it up after (#2721)
  • 445c28f test: increase mocha timeout (#2887)
  • 1bfb083 Fix Python lint error by using an f-string (#2886)
  • c9caa2e docs: Update windows installation instructions in README.md (#2882)

See the full diff

Package name: pacote The new version differs by 27 commits.
  • 18e760f chore: release 17.0.4
  • ba8f790 deps: bump @ npmcli/promise-spawn from 6.0.2 to 7.0.0
  • 2c0d3ae deps: bump @ npmcli/run-script from 6.0.2 to 7.0.0
  • 7aa2062 chore: release 17.0.3
  • ace7c28 deps: bump npm-packlist from 7.0.4 to 8.0.0
  • f1efd0c chore: release 17.0.2
  • c3b892d deps: bump sigstore from 1.3.0 to 2.0.0
  • c75d7d5 chore: release 17.0.1
  • 6ddae13 deps: bump npm-registry-fetch from 15.0.0 to 16.0.0
  • 42bf787 deps: bump npm-pick-manifest from 8.0.2 to 9.0.0
  • 9fa2de9 chore: release 17.0.0
  • e9e964b deps: bump read-package-json from 6.0.4 to 7.0.0
  • f69d844 chore: hosted-git-info@7.0.0
  • 5d26500 deps: bump npm-package-arg from 10.1.0 to 11.0.0
  • d13bb9c deps: bump @ npmcli/git from 4.1.0 to 5.0.0
  • 7a25e39 deps: bump cacache from 17.1.4 to 18.0.0
  • 2db2fb5 fix: drop node 16.13.x support
  • 5cdbfd1 chore: release 16.0.0
  • 8dc6a32 deps: bump minipass from 5.0.0 to 7.0.2
  • 7cebf19 deps: bump npm-registry-fetch from 14.0.5 to 15.0.0
  • 73b6297 fix: drop node14 support (fix: show every runscript log before run it #290)
  • 53cf17e chore: postinstall for dependabot template-oss PR
  • 865d5c7 chore: bump @ npmcli/template-oss from 4.17.0 to 4.18.0
  • 040add9 chore: postinstall for dependabot template-oss PR

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.

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
Copy link

codecov bot commented Dec 1, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (dee32a1) 91.11% compared to head (bb1a077) 91.03%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #470      +/-   ##
==========================================
- Coverage   91.11%   91.03%   -0.09%     
==========================================
  Files          31       31              
  Lines        4828     4828              
  Branches      958      953       -5     
==========================================
- Hits         4399     4395       -4     
- Misses        429      433       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fengmk2 fengmk2 closed this Dec 18, 2023
@fengmk2 fengmk2 deleted the snyk-fix-565041081e9b7bc8a739b5e99a1cbfec branch December 18, 2023 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants