From: Jérôme Benoit Date: Fri, 26 Nov 2021 07:49:08 +0000 (+0100) Subject: Apply dependencies update X-Git-Tag: v1.1.35~1 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=001f27299de9ed07cf2bd4d5fd4045eb67a91e56;p=e-mobility-charging-stations-simulator.git Apply dependencies update Signed-off-by: Jérôme Benoit --- diff --git a/package-lock.json b/package-lock.json index 2a80bd7d..bf68d9f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17313,9 +17313,9 @@ } }, "ws": { - "version": "8.2.3", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.2.3.tgz", - "integrity": "sha512-wBuoj1BDpC6ZQ1B7DWQBYVLphPWkm8i9Y0/3YdHjHKHiohOJ1ws+3OccDWtH+PoC9DZD5WOTrJvNbWvjS6JWaA==" + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.3.0.tgz", + "integrity": "sha512-Gs5EZtpqZzLvmIM59w4igITU57lrtYVFneaa434VROv4thzJyV6UjIL3D42lslWlI+D4KzLYnxSwtfuiO79sNw==" }, "xdg-basedir": { "version": "3.0.0", diff --git a/package.json b/package.json index d650fc23..94e05a06 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "uuid": "^8.3.2", "winston": "^3.3.3", "winston-daily-rotate-file": "^4.5.5", - "ws": "^8.2.3" + "ws": "^8.3.0" }, "optionalDependencies": { "bufferutil": "^4.0.5",