Skip to content

Conversation

@ZiCog
Copy link
Owner

@ZiCog ZiCog commented Nov 30, 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
medium severity 586/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 5.3
Regular Expression Denial of Service (ReDoS)
SNYK-JS-GLOBPARENT-1016905
Yes Proof of Concept
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
high severity 696/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
Denial of Service (DoS)
SNYK-JS-SOCKETIOPARSER-1056752
Yes Proof of Concept
critical severity 704/1000
Why? Has a fix available, CVSS 9.8
Improper Input Validation
SNYK-JS-SOCKETIOPARSER-3091012
Yes No Known Exploit
low severity 506/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 3.7
Regular Expression Denial of Service (ReDoS)
npm:debug:20170905
Yes Proof of Concept
low severity 399/1000
Why? Has a fix available, CVSS 3.7
Regular Expression Denial of Service (ReDoS)
npm:ms:20170412
Yes No Known Exploit
high severity 589/1000
Why? Has a fix available, CVSS 7.5
Regular Expression Denial of Service (ReDoS)
npm:parsejson:20170908
Yes No Known Exploit

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

Commit messages
Package name: mqtt The new version differs by 250 commits.
  • cc82753 Merge pull request #1291 from mqttjs/release_6_21_2021
  • e6fc579 release: 4.2.7
  • 6d817af Merge pull request #1209 from nosovk/patch-3
  • 185307e Merge pull request #1224 from cameronelliott/master
  • c8cebbf Merge pull request #1256 from nmggithub/master
  • f3401a7 Update client-options.d.ts
  • 6308dea Merge branch 'master' into master
  • be17dd7 Merge pull request #1236 from ogis-yamazaki/fix_multi_protocol_test_mechanism
  • 949e22a remove 10.x from gate
  • 71dae75 Merge pull request #1249 from bkp7/bkp7-typescript-changes
  • 59d257a Merge pull request #1239 from ogis-yamazaki/fix_close_websocket_stream
  • 0725798 Merge pull request #1266 from simnalamburt/duplexify
  • acb6117 Merge branch 'master' into duplexify
  • a9d269b Merge pull request #1289 from LaurentGoderre/fix-production-vulnerability
  • 8ef5ffc Fix production vulnerability
  • 845561e Add missing 'duplexify' dependency
  • d93c193 The stream's _writableState may still be false when the WebSocket close event occurs.
  • 51c5c02 improved type definition for 'wsOptions'
  • 61bcbe6 fix missing event types
  • 2203585 reverse out changes to client.d.ts
  • 063aa31 change reference to mqtt-packet v6.8.0
  • 746c0bc Improved TypeScript declarations for userProperties
  • e04e0f8 fix #1235, WebSocket client does not emit close event when disconnected from the server side.
  • 4bd3f3c fix multi protocol test mechanism.

See the full diff

Package name: socket.io The new version differs by 42 commits.
  • 3367eaa [chore] Release 2.0.0
  • 6c0705f [docs] Add an example of custom parser (#2929)
  • 1980fb4 [chore] Merge history of 1.7.x and 0.9.x branches (#2930)
  • 0d07c47 [chore] Added backers and sponsors on the README (#2933)
  • a086588 [chore] Bump dependencies (#2926)
  • 87b06ad [feat] Move binary detection to the parser (#2923)
  • 199eec6 [docs] Replace non-breaking space with proper whitespace (#2913)
  • f1b39a6 [docs] Update emit cheatsheet (#2906)
  • 240b154 [docs] Explicitly document that Server extends EventEmitter (#2874)
  • c5b7738 [docs] Add server.engine.generateId attribute (#2880)
  • 03f3bc9 [docs] Fix wrong space character in README (#2900)
  • e40accf [docs] Fix documentation for 'connect' event (#2898)
  • 01a4623 [feat] Allow to join several rooms at once (#2879)
  • 2d5b002 [docs] Add webpack build example (#2828)
  • 5ae06e6 [chore] Bump socket.io-adapter to version 1.0.0 (#2867)
  • 4d8f68c [chore] Bump engine.io to version 2.0.2 (#2864)
  • 5b79ab1 [docs] Update the wording to match the code example (#2853)
  • 54ff591 [feature] Merge Engine.IO and Socket.IO handshake packets (#2833)
  • e1facd5 [docs] Small addition to the Express Readme Part (#2846)
  • 3b92cc2 [feature] Allow the use of custom parsers (#2829)
  • 3d695c6 [chore] Bump engine.io to version 2.0.0 (#2832)
  • 3b5f433 [fix] Use path.resolve by default and require.resolve as a fallback (#2797)
  • 23c9dd3 [docs] Add a 'Features' section in the README (#2824)
  • e28b475 [docs] Add httpd cluster example (#2819)

See the full diff

Package name: socket.io-client The new version differs by 24 commits.
  • d30914d [chore] Release 2.0.0
  • 9e7b543 [chore] Bump engine.io to version 3.1.0 (#1109)
  • 442587e [chore] Bump dev dependencies (#1108)
  • ff4cb3e [feat] Move binary detection to the parser (#1103)
  • b4c7e49 [chore] Bump debug to version 2.6.4 (#1101)
  • 3f19445 Merge pull request #1096 from satya164/patch-1
  • 628eb3b Fix dependencies
  • d32bc5b [docs] Fix messed events documentation (#1089)
  • 2135ed8 [docs] Fix Manager constructor documentation (#1093)
  • 25321d1 [docs] Fix format in API.md (#1090)
  • 9064608 [docs] Add note regarding the Emitter class (#1079)
  • 49fb3e0 [fix] Run tests on the minified files (#1042)
  • 4af8fd3 [docs] Add missing path option in the documentation (#1078)
  • 2dcc794 [feature] Allow the use of a custom parser (#1075)
  • 4322cf2 [docs] Fix typo (#1076)
  • 1ac8374 [chore] Bump engine.io-client to version 2.0.2 (#1074)
  • 3d63875 [chore] Bump socket.io-parser to version 2.3.2 (#1071)
  • 8fc4b44 [docs] Fix typo (#1066)
  • a98f94d [chore] Bump engine.io-client to version 2.0.0 (#1062)
  • fcb5c43 [fix] Add nsp prefix to socket.id (#1058)
  • ba5dca3 [test] Update browsers matrix (#1059)
  • 7a533cd [chore] Update issue template with fiddle (#1057)
  • 55411df [docs] Add `connect_error` and `connect_timeout` events (#1051)
  • 558163d [docs] API documentation (#1049)

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:

🦉 Regular Expression Denial of Service (ReDoS)
🦉 Improper Input Validation

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