From 2689cb1a79ee5ed48a2f9beff5b8ec41b68fc5b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 07:05:55 +0000 Subject: [PATCH] build(deps): bump ws Bumps [ws](https://github.com/websockets/ws) from 5.2.3 to 5.2.4. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/5.2.3...5.2.4) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../config-plugins/cs-expo-react-native-bridge/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ExpoImplementationEAS/config-plugins/cs-expo-react-native-bridge/yarn.lock b/ExpoImplementationEAS/config-plugins/cs-expo-react-native-bridge/yarn.lock index abf0ef1..098729f 100644 --- a/ExpoImplementationEAS/config-plugins/cs-expo-react-native-bridge/yarn.lock +++ b/ExpoImplementationEAS/config-plugins/cs-expo-react-native-bridge/yarn.lock @@ -7181,9 +7181,9 @@ write-file-atomic@^4.0.1: signal-exit "^3.0.7" ws@^5.2.0: - version "5.2.3" - resolved "https://registry.yarnpkg.com/ws/-/ws-5.2.3.tgz#05541053414921bc29c63bee14b8b0dd50b07b3d" - integrity sha512-jZArVERrMsKUatIdnLzqvcfydI85dvd/Fp1u/VOpfdDWQ4c9qWXe+VIeAbQ5FrDwciAkr+lzofXLz3Kuf26AOA== + version "5.2.4" + resolved "https://registry.yarnpkg.com/ws/-/ws-5.2.4.tgz#c7bea9f1cfb5f410de50e70e82662e562113f9a7" + integrity sha512-fFCejsuC8f9kOSu9FYaOw8CdO68O3h5v0lg4p74o8JqWpwTf9tniOD+nOB78aWoVSS6WptVUmDrp/KPsMVBWFQ== dependencies: async-limiter "~1.0.0"