From 6c46d43070b3f52ac5d81be157cac1c766362e50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 16:47:40 +0000 Subject: [PATCH] chore(deps): bump ws in /examples/axios-typescript-nuxt Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.11. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.5.9...7.5.11) --- updated-dependencies: - dependency-name: ws dependency-version: 7.5.11 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/axios-typescript-nuxt/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/axios-typescript-nuxt/yarn.lock b/examples/axios-typescript-nuxt/yarn.lock index 47a4fde..7c1b33b 100644 --- a/examples/axios-typescript-nuxt/yarn.lock +++ b/examples/axios-typescript-nuxt/yarn.lock @@ -8612,9 +8612,9 @@ write-json-file@^2.3.0: write-file-atomic "^2.0.0" ws@^7.3.1: - version "7.5.9" - resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.9.tgz#54fa7db29f4c7cec68b1ddd3a89de099942bb591" - integrity sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q== + version "7.5.11" + resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.11.tgz#9460daf1812bb81a423c5b9eac746941a86310fa" + integrity sha512-zS54Oen9bITtp7kp2XM3AydrCIq1D+HwJOuH+c+e4LfpL/lotP5osijd+UoMnxwAam1GN8R4KtLAyIrIcBNpiA== xtend@^4.0.0, xtend@~4.0.1: version "4.0.2"