Skip to content

Conversation

@Cryptix720
Copy link
Owner

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
Regular Expression Denial of Service (ReDoS)
SNYK-JS-SSRI-1085630
Yes No Known Exploit

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

Commit messages
Package name: npm The new version differs by 250 commits.
  • 3b4ba65 7.0.0
  • bbfc75d chore: fix weird .gitignore thing that happened somehow
  • 8a2d375 docs: changelog for v7.0.0
  • 365f2e7 read-package-json@3.0.0
  • fafb348 npm-package-arg@8.1.0
  • 9306c68 libnpmfund@1.0.1
  • 569cd64 libnpmfund@1.0.0
  • ac9fde7 Integration code for @ npmcli/arborist@1.0.0
  • 704b9cd @ npmcli/arborist@1.0.0
  • 3955bb9 hosted-git-info@3.0.6
  • da240ef fix: patch config.js to remove duplicate values
  • 9ae45a8 init-package-json@2.0.0
  • 41ab36d eslint@7.11.0
  • c474a15 npm-registry-fetch@8.1.5
  • efc6786 fix: make sure publishConfig is passed through
  • 1e4e6e9 docs: v7 using npm config refresh
  • 5c1c2da fix: init config aliases
  • 5bc7eb2 docs: v7 npm-install refresh
  • 1a35d87 7.0.0-rc.4
  • 7a5a557 docs: changelog for v7.0.0-rc.4
  • f0cf859 chore: dedupe deps
  • 0273745 make-fetch-happen@8.0.10
  • 7bd47ca @ npmcli/arborist@0.0.33
  • 9320b8e only escape arguments, not the command name

See the full diff

Package name: npm-registry-fetch The new version differs by 85 commits.
  • 68a2570 chore(release): 7.0.0
  • 5d78c78 chore: ignore coverage folder
  • 57fcc88 chore: update cacache, ssri, make-fetch-happen
  • 152e666 chore: remove extraneous safe-buffer dep
  • 6bccc1a chore: remove extraneous semver dep
  • ede3c08 fix: Remove figgy-pudding, use canonical option names
  • ae7e994 chore(release): 6.0.2
  • 1770f1b chore(doc): document the effect of ?write=true on caching
  • 450447f chore: fix the 'not in ci' config test when in CI
  • 83f89f3 fix: always bypass cache when ?write=true
  • 55d602e chore(release): 6.0.1
  • 50e8afc fix: use 30s default for timeout as per README
  • 42f998a Added missing ci tests
  • 280ad2f chore: cleanup, force 100% test cov
  • d370dba chore(release): 6.0.0
  • 8c6622f chore: make-fetch-happen 7.1.0
  • 5813da6 fix: detect CI so our tests don't fail in CI
  • 3de1695 chore: replace nyc config with tap config
  • e18ed22 chore: bump make-fetch-happen to v7
  • 62f81a2 chore: bump ssri to v7
  • 8ccfa8a fix: Use WhatWG URLs instead of url.parse
  • 510b125 chore: normalize settings, drop old nodes, update deps
  • 622afb4 chore(release): 5.0.1
  • 7aa14fd deps: update all deps

See the full diff

Package name: pacote The new version differs by 124 commits.
  • f156b62 11.0.0
  • 7eabcc4 remove all traces of figgy-pudding
  • ee19d6f Do not mutate the opts arg passed into Fetcher
  • 872a63e 10.3.2
  • 96d364c Never provide the string 'null' as an integrity value
  • aef0f62 10.3.1
  • f119a20 update cacache and other deps to latest
  • 71dd75f tar@6
  • 7d95bdf Upgrade to mkdirp v1
  • e88f844 10.3.0
  • b21dd92 update semver
  • d8ab8cf update npm-packlist
  • 361f0b3 update tap
  • c4bbf23 test: make the remote timeout test time out forever
  • b4ea91f npm-registry-fetch 6.0.0
  • 591edd8 @ npmcli/installed-package-contents@1.0.5
  • 5ce1093 test: make remote timeout test more reliably time out
  • 48fc9b8 use WhatWG URL instead of url.parse
  • e515bce Update deps, float patch for npm-registry-fetch
  • cf50f54 update @ npmcli/installed-package-contents, require node >=10
  • 698e996 Extract: rimraf dir contents, not dir itself
  • e568305 add @ npmcli/installed-package-contents module
  • e8a80d7 upgrade all deps
  • dfccb4f remove extraneous isNaN checking in git opts

See the full diff

Package name: ssri The new version differs by 25 commits.
  • 3eec7a3 chore(release): 8.0.1
  • 2083289 chore: update package-lock and dev dependencies
  • 76e2233 fix: simplify regex for strict mode, add tests
  • 41b764f chore(release): 8.0.0
  • 4062735 fix: harden SRI parsing against ../ funny business
  • a6811cb fix: throw null when sri is empty or bad
  • 1727a7c chore: consistent project setup
  • 4a963e5 fix: IntegrityStream responds to mutating opts object mid-stream
  • 0e78fd7 feat: remove figgy-pudding
  • 79ba4ec chore(release): 7.1.0
  • 0572c1d feat: Add Integrity#merge method
  • 3084efd deps: tap@14.8.2
  • 6545b4b deps: minipass@3.1.1
  • 806e8c8 fix: Do not blow up if the opts object is mutated
  • cea474f chore(release): 7.0.1
  • 3ff8ba8 chore: require node >=8, update minipass
  • 9c76e0c chore(release): 7.0.0
  • 55b055d fix: return super.write() return value
  • d834c8d chore: add code owners to github metadata
  • 6d13165 Use native promises only
  • f7224bc docs: update github repository links
  • 0659cca test: bring up to 100% coverage
  • 2e54956 test: update tap, standard, standard-version, travis
  • 34a7c74 chore(streams): refactor integrityStream fn

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

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-SSRI-1085630
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.

3 participants