From 7513db2ad0ef15c0d71bdc2b5bbea457dd45d5da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Nov 2022 17:20:57 +0000 Subject: [PATCH] Bump ws from 6.1.0 to 6.2.2 in /xPortableWindows/httpServer Bumps [ws](https://github.com/websockets/ws) from 6.1.0 to 6.2.2. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/6.1.0...6.2.2) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- xPortableWindows/httpServer/package-lock.json | 14 +++++++------- xPortableWindows/httpServer/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/xPortableWindows/httpServer/package-lock.json b/xPortableWindows/httpServer/package-lock.json index 799f809..807b577 100644 --- a/xPortableWindows/httpServer/package-lock.json +++ b/xPortableWindows/httpServer/package-lock.json @@ -19,9 +19,9 @@ "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" }, "async-limiter": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz", - "integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==" + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz", + "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" }, "body-parser": { "version": "1.18.2", @@ -166,7 +166,7 @@ }, "http-errors": { "version": "1.6.3", - "resolved": "http://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", "requires": { "depd": "~1.1.2", @@ -375,9 +375,9 @@ "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" }, "ws": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-6.1.0.tgz", - "integrity": "sha512-H3dGVdGvW2H8bnYpIDc3u3LH8Wue3Qh+Zto6aXXFzvESkTVT6rAfKR6tR/+coaUvxs8yHtmNV0uioBF62ZGSTg==", + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.2.tgz", + "integrity": "sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==", "requires": { "async-limiter": "~1.0.0" } diff --git a/xPortableWindows/httpServer/package.json b/xPortableWindows/httpServer/package.json index af61b40..0735215 100644 --- a/xPortableWindows/httpServer/package.json +++ b/xPortableWindows/httpServer/package.json @@ -4,6 +4,6 @@ "main": "xPortableHttpServer.js", "dependencies": { "express": "^4.16.3", - "ws": "^6.1.0" + "ws": "^6.2.2" } }