From f32d6d0a1f2b00625d2db4b606b6dbdeea2bc103 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 19:50:12 +0000 Subject: [PATCH] fix(deps): update dependency socket.io to v4.7.4 --- apps/chart-the-stock-market/package-lock.json | 8 ++++---- apps/chart-the-stock-market/package.json | 2 +- apps/chart-the-stock-market/public/index.html | 2 +- apps/p2p-video-chat-application/package-lock.json | 8 ++++---- apps/p2p-video-chat-application/package.json | 2 +- apps/secure-real-time-multiplayer-game/package-lock.json | 8 ++++---- apps/secure-real-time-multiplayer-game/package.json | 2 +- 7 files changed, 16 insertions(+), 16 deletions(-) diff --git a/apps/chart-the-stock-market/package-lock.json b/apps/chart-the-stock-market/package-lock.json index 9f5f2e36f..aa78ed145 100644 --- a/apps/chart-the-stock-market/package-lock.json +++ b/apps/chart-the-stock-market/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "dotenv": "14.3.2", "express": "4.18.2", - "socket.io": "4.7.2" + "socket.io": "4.7.4" } }, "node_modules/@socket.io/component-emitter": { @@ -658,9 +658,9 @@ } }, "node_modules/socket.io": { - "version": "4.7.2", - "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.7.2.tgz", - "integrity": "sha512-bvKVS29/I5fl2FGLNHuXlQaUH/BlzX1IN6S+NKLNZpBsPZIDH+90eQmCs2Railn4YUiww4SzUedJ6+uzwFnKLw==", + "version": "4.7.4", + "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.7.4.tgz", + "integrity": "sha512-DcotgfP1Zg9iP/dH9zvAQcWrE0TtbMVwXmlV4T4mqsvY+gw+LqUGPfx2AoVyRk0FLME+GQhufDMyacFmw7ksqw==", "dependencies": { "accepts": "~1.3.4", "base64id": "~2.0.0", diff --git a/apps/chart-the-stock-market/package.json b/apps/chart-the-stock-market/package.json index a62d1cacd..140c9dc42 100644 --- a/apps/chart-the-stock-market/package.json +++ b/apps/chart-the-stock-market/package.json @@ -11,6 +11,6 @@ "dependencies": { "dotenv": "14.3.2", "express": "4.18.2", - "socket.io": "4.7.2" + "socket.io": "4.7.4" } } diff --git a/apps/chart-the-stock-market/public/index.html b/apps/chart-the-stock-market/public/index.html index c3978ee4b..edf605037 100644 --- a/apps/chart-the-stock-market/public/index.html +++ b/apps/chart-the-stock-market/public/index.html @@ -13,7 +13,7 @@