diff --git a/test/package-lock.json b/test/package-lock.json index 7e22614..b781eae 100644 --- a/test/package-lock.json +++ b/test/package-lock.json @@ -13,7 +13,7 @@ "express": "^4.21.1", "jest": "^29.7.0", "superagent": "^8.1.2", - "ws": "^8.18.0" + "ws": "^8.18.1" }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" @@ -4561,10 +4561,11 @@ } }, "node_modules/ws": { - "version": "8.18.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz", - "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==", + "version": "8.18.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.1.tgz", + "integrity": "sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w==", "dev": true, + "license": "MIT", "engines": { "node": ">=10.0.0" }, diff --git a/test/package.json b/test/package.json index 60b7a94..e048627 100644 --- a/test/package.json +++ b/test/package.json @@ -18,6 +18,6 @@ "express": "^4.21.1", "jest": "^29.7.0", "superagent": "^8.1.2", - "ws": "^8.18.0" + "ws": "^8.18.1" } }