From: Jérôme Benoit Date: Sat, 2 Oct 2021 20:44:32 +0000 (+0200) Subject: Apply dependencies update X-Git-Tag: v1.1.23~3 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=311dd6feba5fe8c1c86c3875b72b40bef688244e;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 b7b49820..07d14b27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20535,9 +20535,9 @@ } }, "ws": { - "version": "8.2.2", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.2.2.tgz", - "integrity": "sha512-Q6B6H2oc8QY3llc3cB8kVmQ6pnJWVQbP7Q5algTcIxx7YEpc0oU4NBVHlztA7Ekzfhw2r0rPducMUiCGWKQRzw==" + "version": "8.2.3", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.2.3.tgz", + "integrity": "sha512-wBuoj1BDpC6ZQ1B7DWQBYVLphPWkm8i9Y0/3YdHjHKHiohOJ1ws+3OccDWtH+PoC9DZD5WOTrJvNbWvjS6JWaA==" }, "xdg-basedir": { "version": "3.0.0", diff --git a/package.json b/package.json index 8709b721..7094a161 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.2" + "ws": "^8.2.3" }, "optionalDependencies": { "bufferutil": "^4.0.4",