From c6274a08706df84f465d9005eff3ca1697b9e1c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 17:29:14 +0000 Subject: [PATCH] build(deps): bump ws in /examples/scrape_and_analyze_airbnb_data_e2b Bumps [ws](https://github.com/websockets/ws) from 8.17.0 to 8.21.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.17.0...8.21.0) --- updated-dependencies: - dependency-name: ws dependency-version: 8.21.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../scrape_and_analyze_airbnb_data_e2b/package-lock.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/examples/scrape_and_analyze_airbnb_data_e2b/package-lock.json b/examples/scrape_and_analyze_airbnb_data_e2b/package-lock.json index 93f5681cb1..ee39aa67ce 100644 --- a/examples/scrape_and_analyze_airbnb_data_e2b/package-lock.json +++ b/examples/scrape_and_analyze_airbnb_data_e2b/package-lock.json @@ -996,9 +996,10 @@ } }, "node_modules/ws": { - "version": "8.17.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.0.tgz", - "integrity": "sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==", + "version": "8.21.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.21.0.tgz", + "integrity": "sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==", + "license": "MIT", "engines": { "node": ">=10.0.0" },