From 98e7a6a5f295449029da06b8c8cff91c21a62a7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 00:51:28 +0000 Subject: [PATCH] Bump socket.io-parser from 4.2.1 to 4.2.3 in /Realtime Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.2.1 to 4.2.3. - [Release notes](https://github.com/socketio/socket.io-parser/releases) - [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io-parser/compare/4.2.1...4.2.3) --- updated-dependencies: - dependency-name: socket.io-parser dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Realtime/package-lock.json | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/Realtime/package-lock.json b/Realtime/package-lock.json index 2614403544..5c5e542b3f 100644 --- a/Realtime/package-lock.json +++ b/Realtime/package-lock.json @@ -39,6 +39,7 @@ "@types/uuid": "^8.3.4", "axios": "^0.26.1", "crypto-js": "^4.1.1", + "json5": "^2.2.3", "moment": "^2.29.2", "moment-timezone": "^0.5.40", "nanoid": "^3.3.2", @@ -77,6 +78,7 @@ "bullmq": "^3.6.6", "Common": "file:../Common", "cors": "^2.8.5", + "cron-parser": "^4.8.1", "dotenv": "^16.0.0", "ejs": "^3.1.8", "express": "^4.17.3", @@ -1615,9 +1617,9 @@ } }, "node_modules/socket.io-parser": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.1.tgz", - "integrity": "sha512-V4GrkLy+HeF1F/en3SpUaM+7XxYXpuMUWLGde1kSSh5nQMN4hLrbPIkD+otwh6q9R6NOQBN4AMaOZ2zVjui82g==", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.3.tgz", + "integrity": "sha512-JMafRntWVO2DCJimKsRTh/wnqVvO4hrfwOqtO7f+uzwsQMuxO6VwImtYxaQ+ieoyshWOTJyV0fA21lccEXRPpQ==", "dependencies": { "@socket.io/component-emitter": "~3.1.0", "debug": "~4.3.1" @@ -2399,6 +2401,7 @@ "axios": "^0.26.1", "crypto-js": "^4.1.1", "jest": "^27.5.1", + "json5": "^2.2.3", "moment": "^2.29.2", "moment-timezone": "^0.5.40", "nanoid": "^3.3.2", @@ -2435,6 +2438,7 @@ "bullmq": "^3.6.6", "Common": "file:../Common", "cors": "^2.8.5", + "cron-parser": "^4.8.1", "dotenv": "^16.0.0", "ejs": "^3.1.8", "express": "^4.17.3", @@ -3334,9 +3338,9 @@ } }, "socket.io-parser": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.1.tgz", - "integrity": "sha512-V4GrkLy+HeF1F/en3SpUaM+7XxYXpuMUWLGde1kSSh5nQMN4hLrbPIkD+otwh6q9R6NOQBN4AMaOZ2zVjui82g==", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.3.tgz", + "integrity": "sha512-JMafRntWVO2DCJimKsRTh/wnqVvO4hrfwOqtO7f+uzwsQMuxO6VwImtYxaQ+ieoyshWOTJyV0fA21lccEXRPpQ==", "requires": { "@socket.io/component-emitter": "~3.1.0", "debug": "~4.3.1"