diff --git a/package.json b/package.json index 6c43c0d..cd3c9d9 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "GPL-3.0", "dependencies": { "json-bigint": "^1.0.0", - "ws": "^8.18.0" + "ws": "^8.18.2" }, "main": "index.js", "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3095d60..1283349 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: ^1.0.0 version: 1.0.0 ws: - specifier: ^8.18.0 - version: 8.18.0 + specifier: ^8.18.2 + version: 8.18.2 packages: @@ -23,8 +23,8 @@ packages: json-bigint@1.0.0: resolution: {integrity: sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==} - ws@8.18.0: - resolution: {integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==} + ws@8.18.2: + resolution: {integrity: sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 @@ -43,4 +43,4 @@ snapshots: dependencies: bignumber.js: 9.1.2 - ws@8.18.0: {} + ws@8.18.2: {}