From 08c09e6c6eed2ce65fd3152c6595705d0697eea7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 06:41:53 -0800 Subject: [PATCH] Bump socket.io-client from 4.4.0 to 4.4.1 in /desktop (#3347) Summary: Bumps [socket.io-client](https://github.com/socketio/socket.io-client) from 4.4.0 to 4.4.1.
Release notes

Sourced from socket.io-client's releases.

4.4.1

This release only contains minor changes. Please see the diff for more details.

Links:

Size of the bundles:

min min+gzip
socket.io.min.js 40.4 KB (-) 13.1 KB (-)
socket.io.msgpack.min.js 45.6 KB (-) 14.2 KB (-)
socket.io.esm.min.js 33.1 KB (-) 11.3 KB (-)
Changelog

Sourced from socket.io-client's changelog.

4.4.1 (2022-01-06)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=socket.io-client&package-manager=npm_and_yarn&previous-version=4.4.0&new-version=4.4.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---
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)
Pull Request resolved: https://github.com/facebook/flipper/pull/3347 Reviewed By: mweststrate Differential Revision: D33741779 Pulled By: lblasa fbshipit-source-id: ab87f191dab7d1835005f07ea89ded7890f6f649 --- desktop/flipper-ui-browser/package.json | 2 +- desktop/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/desktop/flipper-ui-browser/package.json b/desktop/flipper-ui-browser/package.json index 943461359..f066c99e5 100644 --- a/desktop/flipper-ui-browser/package.json +++ b/desktop/flipper-ui-browser/package.json @@ -18,7 +18,7 @@ "metro-runtime": "^0.66.2", "pretty-format": "^27.4.6", "react-refresh": "^0.10.0", - "socket.io-client": "^4.4.0" + "socket.io-client": "^4.4.1" }, "peerDependencies": {}, "scripts": { diff --git a/desktop/yarn.lock b/desktop/yarn.lock index 6b0713128..914c63872 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -11329,10 +11329,10 @@ socket.io-adapter@~2.3.3: resolved "https://registry.yarnpkg.com/socket.io-adapter/-/socket.io-adapter-2.3.3.tgz#4d6111e4d42e9f7646e365b4f578269821f13486" integrity sha512-Qd/iwn3VskrpNO60BeRyCyr8ZWw9CPZyitW4AQwmRZ8zCiyDiL+znRnWX6tDHXnWn1sJrM1+b6Mn6wEDJJ4aYQ== -socket.io-client@^4.4.0: - version "4.4.0" - resolved "https://registry.yarnpkg.com/socket.io-client/-/socket.io-client-4.4.0.tgz#d6568ebd79ac12e2d6b628e7e90e60f1d48d99ff" - integrity sha512-g7riSEJXi7qCFImPow98oT8X++MSsHz6MMFRXkWNJ6uEROSHOa3kxdrsYWMq85dO+09CFMkcqlpjvbVXQl4z6g== +socket.io-client@^4.4.1: + version "4.4.1" + resolved "https://registry.yarnpkg.com/socket.io-client/-/socket.io-client-4.4.1.tgz#b6aa9448149d09b8d0b2bbf3d2fac310631fdec9" + integrity sha512-N5C/L5fLNha5Ojd7Yeb/puKcPWWcoB/A09fEjjNsg91EDVr5twk/OEyO6VT9dlLSUNY85NpW6KBhVMvaLKQ3vQ== dependencies: "@socket.io/component-emitter" "~3.0.0" backo2 "~1.0.2"