diff --git a/package-lock.json b/package-lock.json index fd7cd49..06cf2da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "http-cookie-agent": "^6.0.5", "tough-cookie": "^4.1.4", "url": "^0.11.3", - "ws": "^8.17.0" + "ws": "^8.17.1" }, "devDependencies": { "dot-prop": ">=9.0.0", @@ -9236,9 +9236,9 @@ } }, "node_modules/ws": { - "version": "8.17.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.0.tgz", - "integrity": "sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==", + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", + "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", "engines": { "node": ">=10.0.0" }, diff --git a/package.json b/package.json index 14fc426..60f4a00 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "http-cookie-agent": "^6.0.5", "tough-cookie": "^4.1.4", "url": "^0.11.3", - "ws": "^8.17.0" + "ws": "^8.17.1" }, "devDependencies": { "dot-prop": ">=9.0.0",