diff --git a/package-lock.json b/package-lock.json index 7445bc5..691e118 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "lodash": "^4.17.21", "source-map-support": "^0.5.11", "uuid": "^9.0.1", - "ws": "^6.2.1" + "ws": "^6.2.2" }, "devDependencies": { "@babel/cli": "^7.23.9", @@ -14353,9 +14353,9 @@ } }, "node_modules/ws": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz", - "integrity": "sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==", + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.2.tgz", + "integrity": "sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==", "dependencies": { "async-limiter": "~1.0.0" } diff --git a/package.json b/package.json index c65655f..4a7c7ec 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "lodash": "^4.17.21", "source-map-support": "^0.5.11", "uuid": "^9.0.1", - "ws": "^6.2.1" + "ws": "^6.2.2" }, "devDependencies": { "@babel/cli": "^7.23.9",