summaryrefslogtreecommitdiffhomepage
path: root/frontend
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-25 23:22:56 +0800
committerLASER-Yi <[email protected]>2023-05-26 10:45:10 +0800
commit70d1fd9049c45b05851ca7a10f8e70a608bab61c (patch)
tree8fd17db261d9a93474d23d192e39ca7a0a23b077 /frontend
parent787a9ad531b6d54325e3d41da9bf848e7b15d2a0 (diff)
downloadbazarr-70d1fd9049c45b05851ca7a10f8e70a608bab61c.tar.gz
bazarr-70d1fd9049c45b05851ca7a10f8e70a608bab61c.zip
no log: Bump socket.io-parser from 4.2.2 to 4.2.3 in /frontend (#2150)
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.2.2 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.2...4.2.3) --- updated-dependencies: - dependency-name: socket.io-parser dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'frontend')
-rw-r--r--frontend/package-lock.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend/package-lock.json b/frontend/package-lock.json
index 4dcadd4ca..edfa33e2f 100644
--- a/frontend/package-lock.json
+++ b/frontend/package-lock.json
@@ -9146,9 +9146,9 @@
}
},
"node_modules/socket.io-parser": {
- "version": "4.2.2",
- "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.2.tgz",
- "integrity": "sha512-DJtziuKypFkMMHCm2uIshOYC7QaylbtzQwiMYDuCKy3OPkjLzu4B2vAhTlqipRHHzrI0NJeBAizTK7X+6m1jVw==",
+ "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"