diff --git a/package-lock.json b/package-lock.json index 522d146..9368a50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "http-cookie-agent": "^5.0.4", "tough-cookie": "^4.1.3", "url": "^0.11.3", - "ws": "^8.14.2" + "ws": "^8.16.0" }, "devDependencies": { "dot-prop": ">=8.0.2", @@ -22,7 +22,7 @@ "glob-parent": ">=6.0.2", "mocha": "^10.2.0", "pre-commit": "^1.2.2", - "should": "latest", + "should": "*", "xo": "~0.39.1" }, "engines": { @@ -9238,9 +9238,9 @@ } }, "node_modules/ws": { - "version": "8.14.2", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.14.2.tgz", - "integrity": "sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==", + "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" }, diff --git a/package.json b/package.json index b34315b..dae901b 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "http-cookie-agent": "^5.0.4", "tough-cookie": "^4.1.3", "url": "^0.11.3", - "ws": "^8.14.2" + "ws": "^8.16.0" }, "devDependencies": { "dot-prop": ">=8.0.2",