From af7cb689ef32039d307804948eebb7bdf8d425ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Nov 2022 14:22:28 +0000 Subject: [PATCH] build(deps): bump socket.io-parser from 3.4.1 to 3.4.2 Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 3.4.1 to 3.4.2. - [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/3.4.1...3.4.2) --- updated-dependencies: - dependency-name: socket.io-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b7afbca..d3943b3 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "dependencies": { "axios": "^0.24.0", "socket.io-client": "2.0.3", - "socket.io-parser": "^3.2.2", + "socket.io-parser": "^3.4.2", "xmlhttprequest-ssl": "^1.6.2" }, "config": { diff --git a/yarn.lock b/yarn.lock index 321a20d..0f39462 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1715,10 +1715,10 @@ socket.io-client@2.0.3: socket.io-parser "~3.1.1" to-array "0.1.4" -socket.io-parser@^3.2.2: - version "3.4.1" - resolved "https://registry.yarnpkg.com/socket.io-parser/-/socket.io-parser-3.4.1.tgz#b06af838302975837eab2dc980037da24054d64a" - integrity sha512-11hMgzL+WCLWf1uFtHSNvliI++tcRUWdoeYuwIl+Axvwy9z2gQM+7nJyN3STj1tLj5JyIUH8/gpDGxzAlDdi0A== +socket.io-parser@^3.4.2: + version "3.4.2" + resolved "https://registry.yarnpkg.com/socket.io-parser/-/socket.io-parser-3.4.2.tgz#d70a69f34900d8290a511995d26f581828a49065" + integrity sha512-QFZBaZDNqZXeemwejc7D39jrq2eGK/qZuVDiMPKzZK1hLlNvjGilGt4ckfQZeVX4dGmuPzCytN9ZW1nQlEWjgA== dependencies: component-emitter "1.2.1" debug "~4.1.0"