From 9cbdf10083d5064fe25c69fb96670a9fe42d64cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 00:49:39 -0700 Subject: [PATCH] chore(deps): bump ws from 8.13.0 to 8.17.1 (#216) Bumps [ws](https://github.com/websockets/ws) from 8.13.0 to 8.17.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.13.0...8.17.1) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 13 ++++++++----- packages/cypress-cloud/package.json | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index c6a4b59..6fe04bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19661,8 +19661,9 @@ } }, "node_modules/ws": { - "version": "8.13.0", - "license": "MIT", + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", + "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", "engines": { "node": ">=10.0.0" }, @@ -19847,7 +19848,7 @@ "table": "^6.8.1", "tmp-promise": "^3.0.3", "ts-pattern": "^4.3.0", - "ws": "^8.13.0" + "ws": "^8.17.1" }, "bin": { "cypress-cloud": "dist/bin/cli.js" @@ -25594,7 +25595,7 @@ "tsconfig": "*", "tsup": "^7.0.0", "typescript": "^4.7.4", - "ws": "^8.13.0" + "ws": "^8.17.1" }, "dependencies": { "@next/eslint-plugin-next": { @@ -33047,7 +33048,9 @@ } }, "ws": { - "version": "8.13.0", + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", + "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", "requires": {} }, "xdg-basedir": { diff --git a/packages/cypress-cloud/package.json b/packages/cypress-cloud/package.json index 0a19a7b..40eba8e 100644 --- a/packages/cypress-cloud/package.json +++ b/packages/cypress-cloud/package.json @@ -75,7 +75,7 @@ "table": "^6.8.1", "tmp-promise": "^3.0.3", "ts-pattern": "^4.3.0", - "ws": "^8.13.0" + "ws": "^8.17.1" }, "bin": { "cypress-cloud": "./dist/bin/cli.js"