From fdec8b38a9c3f73c6377e61fa5b8f8671ab848e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 May 2021 18:18:48 +0000 Subject: [PATCH] Bump ws from 7.2.0 to 7.4.6 in /JSONTHING Bumps [ws](https://github.com/websockets/ws) from 7.2.0 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.2.0...7.4.6) Signed-off-by: dependabot[bot] --- JSONTHING/package-lock.json | 22 +++++++++++----------- JSONTHING/package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/JSONTHING/package-lock.json b/JSONTHING/package-lock.json index 85d1792..5b087c5 100644 --- a/JSONTHING/package-lock.json +++ b/JSONTHING/package-lock.json @@ -130,11 +130,6 @@ "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-1.0.0.tgz", "integrity": "sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==" }, - "async-limiter": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz", - "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" - }, "balanced-match": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", @@ -1221,6 +1216,14 @@ "version": "0.7.1", "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz", "integrity": "sha1-nNE8A62/8ltl7/3nzoZO6VIBcJg=" + }, + "xpc-connection": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/xpc-connection/-/xpc-connection-0.1.4.tgz", + "integrity": "sha1-3Nf6oq7Gt6bhjMXdrQQvejTHcVY=", + "requires": { + "nan": "^2.0.5" + } } } }, @@ -2010,12 +2013,9 @@ } }, "ws": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.2.0.tgz", - "integrity": "sha512-+SqNqFbwTm/0DC18KYzIsMTnEWpLwJsiasW/O17la4iDRRIO9uaHbvKiAS3AHgTiuuWerK/brj4O6MYZkei9xg==", - "requires": { - "async-limiter": "^1.0.0" - } + "version": "7.4.6", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz", + "integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==" }, "xpc-connection": { "version": "git://github.com/taoyuan/node-xpc-connection.git#8ff8b20e1146a1cb13cc57f9802593995014f31e", diff --git a/JSONTHING/package.json b/JSONTHING/package.json index f19ec85..f3db460 100644 --- a/JSONTHING/package.json +++ b/JSONTHING/package.json @@ -6,7 +6,7 @@ "dependencies": { "eslint": "^6.6.0", "noble": "^1.9.1", - "ws": "^7.2.0", + "ws": "^7.4.6", "xpc-connection": "git://github.com/taoyuan/node-xpc-connection.git" }, "devDependencies": {