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 #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

terrorizer1980
Copy link

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:
    • deps/npm/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: @npmcli/arborist The new version differs by 250 commits.

See the full diff

Package name: @npmcli/run-script The new version differs by 113 commits.

See the full diff

Package name: glob The new version differs by 114 commits.
  • a68703e 9.0.0
  • 58159ca test: cwd can be a url
  • a547a9c more docs
  • 42a3ac7 link to bash manual for Pattern Matching
  • 474172d update readme with cwd URL support
  • ad3904d update readme with posix class support
  • b22fc7d minimatch@7.3.0
  • cdd1627 update all the things, remove unused mkdirp types
  • 75c6416 Merge branch 'v9'
  • fa0cd77 cwd can be a file:// url
  • d03ed0a typedoc github action
  • 9a5a45a put bench results in readme
  • 20b2f88 docs, fix benchmark script
  • 4829c88 upgrade ci actions
  • 5cbacdd minimatch@7.2.0
  • 210310b omit symlinks on windows
  • d34c8d5 full test coverage, clean up signals and remove extranous code
  • 5f21b46 adding lots of tests, clean up types
  • b12e6ba slashes on nodir test
  • 75f74b0 more windows test slashes
  • 3aa1abd more windows test affordances
  • 3e68a7b some windows test affordances
  • 8c2e082 feature complete and tests passing
  • c3be35a correct ** vs ./** behavior

See the full diff

Package name: init-package-json The new version differs by 37 commits.

See the full diff

Package name: libnpmexec The new version differs by 250 commits.

See the full diff

Package name: libnpmfund The new version differs by 250 commits.

See the full diff

Package name: libnpmpack The new version differs by 250 commits.

See the full diff

Package name: libnpmversion The new version differs by 250 commits.

See the full diff

Package name: make-fetch-happen The new version differs by 108 commits.

See the full diff

Package name: node-gyp The new version differs by 82 commits.

See the full diff

Package name: npm-profile The new version differs by 55 commits.

See the full diff

Package name: npm-registry-fetch The new version differs by 76 commits.

See the full diff

Package name: pacote The new version differs by 182 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 (build,src: remove sslv2 support nodejs/node#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

Package name: rimraf The new version differs by 40 commits.
  • 3b6b098 4.0.0
  • e0cffea ci: reduce workload even more
  • 0e6646d ci: remove unnecessary lint filter
  • 546e017 update action versions
  • 6d88a65 tone down benchmark intensity
  • 842a8d2 fix benchmark workflow yaml
  • 1b91697 chore: add copyright year to license
  • 08bbb06 rewrite in TS, export hybrid, update changelog, docs
  • 1b3f46e drop support for node versions below 14
  • 2e1f003 gh actions workflow for benchmarks
  • 52f9370 tests for retry-busy behavior
  • 188e3ed don't test on very old node versions
  • d1d5495 test for fix-eperm
  • e7501cd prettier formatting
  • 40f64ec windows: only fall back to move-remove when absolutely necessary
  • b6f7819 update tap
  • 99496cd test: run posix test on windows, why not?
  • 51d43c1 benchmarks
  • 6b8aa29 doc: correct os.tmp default
  • 4b228c9 do not ever actually try to rmdir /
  • 2442655 consolidate all the spellings of 'opt' into one
  • d4eec2e add cli script
  • 0c82d74 accept strings, arrays of strings, and no other types
  • ad4f2db Do not rimraf /, override with preserveRoot:false

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

[//]: # (snyk:metadata:{"prId":"65b50d7d-31a2-4e01-8850-443da067492d","prPublicId":"65b50d7d-31a2-4e01-8850-443da067492d","dependencies":[{"name":"@npmcli/arborist","from":"4.3.1","to":"7.0.0"},{"name":"@npmcli/map-workspaces","from":"2.0.4","to":"3.0.3"},{"name":"@npmcli/run-script","from":"2.0.0","to":"7.0.2"},{"name":"cacache","from":"15.3.0","to":"17.0.5"},{"name":"glob","from":"7.2.3","to":"9.0.0"},{"name":"init-package-json","from":"2.0.5","to":"4.0.0"},{"name":"libnpmaccess","from":"4.0.3","to":"7.0.0"},{"name":"libnpmdiff","from":"2.0.4","to":"6.0.0"},{"name":"libnpmexec","from":"3.0.3","to":"7.0.0"},{"name":"libnpmfund","from":"2.0.2","to":"4.0.20"},{"name":"libnpmhook","from":"6.0.3","to":"9.0.0"},{"name":"libnpmorg","from":"2.0.3","to":"5.0.0"},{"name":"libnpmpack","from":"3.1.0","to":"6.0.0"},{"name":"libnpmpublish","from":"4.0.2","to":"7.0.0"},{"name":"libnpmsearch","from":"3.1.2","to":"6.0.0"},{"name":"libnpmteam","from":"2.0.4","to":"5.0.0"},{"name":"libnpmversion","from":"2.0.2","to":"5.0.0"},{"name":"make-fetch-happen","from":"9.1.0","to":"11.0.0"},{"name":"node-gyp","from":"8.4.1","to":"10.0.0"},{"name":"npm-profile","from":"5.0.4","to":"7.0.1"},{"name":"npm-registry-fetch","from":"11.0.0","to":"14.0.0"},{"name":"pacote","from":"12.0.3","to":"17.0.4"},{"name":"read-package-json","from":"4.1.2","to":"6.0.1"},{"name":"rimraf","from":"3.0.2","to":"4.0.0"}],"packageManager":"npm","projectPublicId":"d0be481d-e114-4328-906d-4c370c487ea5","projectUrl":"https://app.sn...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants