diff --git a/starsky-tools/mock/package-lock.json b/starsky-tools/mock/package-lock.json index 0a4088dde6..6eb4363b69 100644 --- a/starsky-tools/mock/package-lock.json +++ b/starsky-tools/mock/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "express": "^4.18.2", - "ws": "^8.15.1" + "ws": "^8.16.0" } }, "node_modules/accepts": { @@ -590,9 +590,9 @@ } }, "node_modules/ws": { - "version": "8.15.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.15.1.tgz", - "integrity": "sha512-W5OZiCjXEmk0yZ66ZN82beM5Sz7l7coYxpRkzS+p9PP+ToQry8szKh+61eNktr7EA9DOwvFGhfC605jDHbP6QQ==", + "version": "8.16.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz", + "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==", "engines": { "node": ">=10.0.0" }, @@ -1036,9 +1036,9 @@ "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" }, "ws": { - "version": "8.15.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.15.1.tgz", - "integrity": "sha512-W5OZiCjXEmk0yZ66ZN82beM5Sz7l7coYxpRkzS+p9PP+ToQry8szKh+61eNktr7EA9DOwvFGhfC605jDHbP6QQ==", + "version": "8.16.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz", + "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==", "requires": {} } } diff --git a/starsky-tools/mock/package.json b/starsky-tools/mock/package.json index aba3f6d1ff..8e79e853ea 100644 --- a/starsky-tools/mock/package.json +++ b/starsky-tools/mock/package.json @@ -13,6 +13,6 @@ "license": "ISC", "dependencies": { "express": "^4.18.2", - "ws": "^8.15.1" + "ws": "^8.16.0" } }