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

chore(deps): bump xmlhttprequest-ssl and engine.io-client in /examples/latency #661

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 19, 2022

Bumps xmlhttprequest-ssl to 1.6.3 and updates ancestor dependency engine.io-client. These dependencies need to be updated together.

Updates xmlhttprequest-ssl from 1.5.5 to 1.6.3

Commits
  • 711bd4a Prepare release 1.6.3
  • 4e8322f Merge pull request #8 from mrcarlberg/mjwwit_unescape_url_pathname_when_loadi...
  • ee1e81f Fix CVE-2020-28502
  • 6a0a91d Unescape pathname from url when loading from local filesystem
  • bf53329 Fix issue where rejectUnauthorized would default to false instead of true
  • ae38832 1.6.0
  • 534b586 Remove superfluous + operator
  • a9d93fb Replace deprecated sys.puts calls with console.log in tests
  • efc39e9 Merge pull request #6 from wesgarland/master
  • b9fedb0 pushed version to 1.5.6
  • Additional commits viewable in compare view

Updates engine.io-client from 4.0.0 to 4.1.4

Release notes

Sourced from engine.io-client's releases.

4.1.4

This release only contains a bump of xmlhttprequest-ssl, in order to fix the following vulnerability: https://www.npmjs.com/advisories/1665.

Please note that engine.io-client was not directly impacted by this vulnerability, since we are always using async: true.

Links

4.1.3

Bug Fixes

  • ignore packets when the transport is silently closed (46e6de0)

Links

4.1.2

Bug Fixes

  • silently close the transport in the beforeunload hook (ed48b5d)

Links

4.1.1

Bug Fixes

  • remove polyfill for process in the bundle (c95fdea)

Links

4.1.0

Features

Links

... (truncated)

Changelog

Sourced from engine.io-client's changelog.

4.1.4 (2021-05-05)

This release only contains a bump of xmlhttprequest-ssl, in order to fix the following vulnerability: https://www.npmjs.com/advisories/1665.

Please note that engine.io-client was not directly impacted by this vulnerability, since we are always using async: true.

3.5.2 (2021-05-05)

This release only contains a bump of xmlhttprequest-ssl, in order to fix the following vulnerability: https://www.npmjs.com/advisories/1665.

Please note that engine.io-client was not directly impacted by this vulnerability, since we are always using async: true.

5.1.0 (2021-05-04)

Features

  • add the "closeOnBeforeunload" option (dcb85e9)

5.0.1 (2021-03-31)

Bug Fixes

  • ignore packets when the transport is silently closed (d291a4c)

5.0.0 (2021-03-10)

The major bump is due to a breaking change on the server side.

Features

  • add autoUnref option (6551683)
  • listen to the "offline" event (c361bc6)

3.5.1 (2021-03-02)

Bug Fixes

  • replace default nulls in SSL options with undefineds (d0c551c)

4.1.2 (2021-02-25)

... (truncated)

Commits
  • c03e877 chore(release): 4.1.4
  • de1456d chore: bump xmlhttprequest-ssl version
  • f6287f9 chore(release): 4.1.3
  • 46e6de0 fix: ignore packets when the transport is silently closed
  • 6f7c89d chore(release): 4.1.2
  • ed48b5d fix: silently close the transport in the beforeunload hook
  • 76338d7 refactor: use globalObject "this" in webpack configuration
  • ee0a35d chore(release): 4.1.1
  • e551fc0 chore: point towards the master branch for the CI badge
  • c95fdea fix: remove polyfill for process in the bundle
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [xmlhttprequest-ssl](https://github.com/mjwwit/node-XMLHttpRequest) to 1.6.3 and updates ancestor dependency [engine.io-client](https://github.com/socketio/engine.io-client). These dependencies need to be updated together.


Updates `xmlhttprequest-ssl` from 1.5.5 to 1.6.3
- [Release notes](https://github.com/mjwwit/node-XMLHttpRequest/releases)
- [Commits](mjwwit/node-XMLHttpRequest@1.5.5...1.6.3)

Updates `engine.io-client` from 4.0.0 to 4.1.4
- [Release notes](https://github.com/socketio/engine.io-client/releases)
- [Changelog](https://github.com/socketio/engine.io-client/blob/main/CHANGELOG.md)
- [Commits](socketio/engine.io-client@4.0.0...4.1.4)

---
updated-dependencies:
- dependency-name: xmlhttprequest-ssl
  dependency-type: indirect
- dependency-name: engine.io-client
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 19, 2022
@darrachequesne darrachequesne merged commit 99adb00 into main Nov 19, 2022
@darrachequesne darrachequesne deleted the dependabot/npm_and_yarn/examples/latency/xmlhttprequest-ssl-and-engine.io-client-1.6.3 branch November 19, 2022 23:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant