From 792170ebcb714edc81f6bd0b25f65fb476b9ea43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 04:22:38 +0000 Subject: [PATCH] Bump ws from 1.1.2 to 1.1.5 in /examples/basic Bumps [ws](https://github.com/websockets/ws) from 1.1.2 to 1.1.5. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/1.1.2...1.1.5) --- updated-dependencies: - dependency-name: ws dependency-version: 1.1.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/basic/yarn.lock | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/examples/basic/yarn.lock b/examples/basic/yarn.lock index d9970938f8..c3ddd610d6 100644 --- a/examples/basic/yarn.lock +++ b/examples/basic/yarn.lock @@ -5378,7 +5378,7 @@ react-is@^16.8.4, react-is@^16.8.6: integrity sha512-tJBzzzIgnnRfEm046qRcURvwQnZVXmuCbscxUO5RWrGTXpon2d4c8mI0D8WE6ydVIm29JiLB6+RslkIvym9Rjw== "react-native-video@file:../..": - version "5.1.0-alpha8" + version "5.2.0" dependencies: keymirror "^0.1.1" prop-types "^15.7.2" @@ -6768,14 +6768,7 @@ write@1.0.3: dependencies: mkdirp "^0.5.1" -ws@^1.1.0: - version "1.1.2" - resolved "https://registry.yarnpkg.com/ws/-/ws-1.1.2.tgz#8a244fa052401e08c9886cf44a85189e1fd4067f" - dependencies: - options ">=0.0.5" - ultron "1.0.x" - -ws@^1.1.5: +ws@^1.1.0, ws@^1.1.5: version "1.1.5" resolved "https://registry.yarnpkg.com/ws/-/ws-1.1.5.tgz#cbd9e6e75e09fc5d2c90015f21f0c40875e0dd51" integrity sha512-o3KqipXNUdS7wpQzBHSe180lBGO60SoK0yVo3CYJgb2MkobuWuBX6dhkYP5ORCLd55y+SaflMOV5fqAB53ux4w== @@ -6793,9 +6786,9 @@ ws@^3.3.1: ultron "~1.1.0" ws@^5.2.0: - version "5.2.2" - resolved "https://registry.yarnpkg.com/ws/-/ws-5.2.2.tgz#dffef14866b8e8dc9133582514d1befaf96e980f" - integrity sha512-jaHFD6PFv6UgoIVda6qZllptQsMlDEJkTQcybzzXDYM1XO9Y8em691FGMPmM46WGyLU4z9KMgQN+qrux/nhlHA== + version "5.2.5" + resolved "https://registry.yarnpkg.com/ws/-/ws-5.2.5.tgz#41d693f6502b7a020349cfa220a6799a7f13335c" + integrity sha512-G0gACQIjFmv7NqpaOAXEpe9nEtRYD6ZCy2Ip/B4EzR08qEwnf/wYJoQd3cjosPdnJsHkeh0j2tzOaIBZIOC1yA== dependencies: async-limiter "~1.0.0"