deps: bump socket.io-parser from 4.2.2 to 4.2.4

Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.2.2 to 4.2.4. - [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.2...4.2.4) --- updated-dependencies: - dependency-name: socket.io-parser dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>

dependabot[bot] committed Oct 12, 2023 at 00:30 UTC d095dde47ec2c823cfaa4e83aafc0ebf39680d33
1 file changed +3 -3
package-lock.json
+3 -3
@@ -27532,9 +27532,9 @@
27532 }
27533 },
27534 "node_modules/socket.io-parser": {
27535 - "version": "4.2.2",
27536 - "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.2.tgz",
27537 - "integrity": "sha512-DJtziuKypFkMMHCm2uIshOYC7QaylbtzQwiMYDuCKy3OPkjLzu4B2vAhTlqipRHHzrI0NJeBAizTK7X+6m1jVw==",
27535 + "version": "4.2.4",
27536 + "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.4.tgz",
27537 + "integrity": "sha512-/GbIKmo8ioc+NIWIhwdecY0ge+qVBSMdgxGygevmdHj24bsfgtCmcUUcQ5ZzcylGFHsN3k4HB4Cgkl96KVnuew==",
27538 "dependencies": {
27539 "@socket.io/component-emitter": "~3.1.0",
27540 "debug": "~4.3.1"