diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index cad8cd376d..1b23b01b79 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -10355,11 +10355,12 @@ packages: dev: false file:projects/server-ws.tgz_6c259fadfeb3a4b20890aefe87070b8b: - resolution: {integrity: sha512-D4Gk6WhLEC6JSfzT/shF0G6me10SIGRK5UVtBN2t+Z/mi15VcGegrKDV0Q4yuQkfLYX1jSYJwok948W/3kyRtw==, tarball: file:projects/server-ws.tgz} + resolution: {integrity: sha512-2g/EdTVTXnGA98667Tow9pXEthXzrp4PnkDiic31vMJHuEMTdQ4CUBdF2N+lDz6OiFXDP8/Ak0MfSKNawXY3Ug==, tarball: file:projects/server-ws.tgz} id: file:projects/server-ws.tgz name: '@rush-temp/server-ws' version: 0.0.0 dependencies: + '@rushstack/heft': 0.35.0 '@types/heft-jest': 1.0.2 '@types/node': 16.7.5 '@types/ws': 7.4.7 diff --git a/server/ws/package.json b/server/ws/package.json index e7b7d4be2c..5d6a9b5d49 100644 --- a/server/ws/package.json +++ b/server/ws/package.json @@ -18,7 +18,8 @@ "eslint-plugin-promise":"4", "eslint-plugin-node":"11", "eslint":"^7.32.0", - "@types/ws":"^7.4.7" + "@types/ws":"^7.4.7", + "@rushstack/heft": "^0.35.0" }, "dependencies": { "jwt-simple": "^0.5.6",