diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2023-06-02 15:25:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-02 15:25:44 +0000 |
commit | 0f6e6dc208687b7b6412cd791334462d88cd6e84 (patch) | |
tree | 107f4bc1dedb97336e9825b05049a1e3474a49cd /package-lock.json | |
parent | 889d76f3fd066437c1da36eae10a8e02956365b4 (diff) | |
download | nextcloud-server-0f6e6dc208687b7b6412cd791334462d88cd6e84.tar.gz nextcloud-server-0f6e6dc208687b7b6412cd791334462d88cd6e84.zip |
chore(deps): fix npm audit
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json index 7173383d87e..1a987da89af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22118,9 +22118,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.4", + "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.4.tgz", + "integrity": "sha512-/GbIKmo8ioc+NIWIhwdecY0ge+qVBSMdgxGygevmdHj24bsfgtCmcUUcQ5ZzcylGFHsN3k4HB4Cgkl96KVnuew==", "dev": true, "dependencies": { "@socket.io/component-emitter": "~3.1.0", @@ -42980,9 +42980,9 @@ } }, "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.4", + "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.4.tgz", + "integrity": "sha512-/GbIKmo8ioc+NIWIhwdecY0ge+qVBSMdgxGygevmdHj24bsfgtCmcUUcQ5ZzcylGFHsN3k4HB4Cgkl96KVnuew==", "dev": true, "requires": { "@socket.io/component-emitter": "~3.1.0", |