From fb100f47bf4226cac78b0ddd4f56511037be9d20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 13:02:55 +0000 Subject: [PATCH] Bump ws from 7.5.9 to 7.5.10 in /contract-testing-demo-async Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.10. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.5.9...7.5.10) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- contract-testing-demo-async/package-lock.json | 8 ++++---- contract-testing-demo-async/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/contract-testing-demo-async/package-lock.json b/contract-testing-demo-async/package-lock.json index 6e8ad29..5477508 100644 --- a/contract-testing-demo-async/package-lock.json +++ b/contract-testing-demo-async/package-lock.json @@ -9,13 +9,13 @@ "version": "0.0.1", "license": "MIT", "dependencies": { - "ws": "^7.4.6" + "ws": "^7.5.10" } }, "node_modules/ws": { - "version": "7.5.9", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz", - "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==", + "version": "7.5.10", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz", + "integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==", "engines": { "node": ">=8.3.0" }, diff --git a/contract-testing-demo-async/package.json b/contract-testing-demo-async/package.json index a3a4ad6..09b31e4 100644 --- a/contract-testing-demo-async/package.json +++ b/contract-testing-demo-async/package.json @@ -13,6 +13,6 @@ "author": "laurent.broudoux@gmail.com", "license": "MIT", "dependencies": { - "ws": "^7.4.6" + "ws": "^7.5.10" } }