From 668f03293a0ae1e341cf11d16464c15fcaee1421 Mon Sep 17 00:00:00 2001 From: David Michon Date: Thu, 14 Sep 2023 16:21:55 -0700 Subject: [PATCH] chore: rush update --- common/config/rush/pnpm-lock.yaml | 26 ++++++++++++++++---------- common/config/rush/repo-state.json | 2 +- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index 4fb5405e78c..a830fc3983c 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -2866,10 +2866,12 @@ importers: '@types/express': 4.17.13 '@types/heft-jest': 1.0.1 '@types/node': 18.17.15 + '@types/ws': 8.5.5 compression: ~1.7.4 cors: ~2.8.5 express: 4.18.1 http2-express-bridge: ~1.0.7 + ws: ~8.14.1 dependencies: '@rushstack/debug-certificate-manager': link:../../libraries/debug-certificate-manager '@rushstack/heft-config-file': link:../../libraries/heft-config-file @@ -2881,6 +2883,7 @@ importers: cors: 2.8.5 express: 4.18.1 http2-express-bridge: 1.0.7_@types+express@4.17.13 + ws: 8.14.1 devDependencies: '@rushstack/eslint-config': link:../../eslint/eslint-config '@rushstack/heft': link:../../apps/heft @@ -2890,6 +2893,7 @@ importers: '@types/express': 4.17.13 '@types/heft-jest': 1.0.1 '@types/node': 18.17.15 + '@types/ws': 8.5.5 ../../vscode-extensions/rush-vscode-command-webview: specifiers: @@ -9711,7 +9715,7 @@ packages: util-deprecate: 1.0.2 watchpack: 2.4.0 webpack: 4.47.0 - ws: 8.13.0 + ws: 8.14.1 transitivePeerDependencies: - '@types/react' - bufferutil @@ -9784,7 +9788,7 @@ packages: util-deprecate: 1.0.2 watchpack: 2.4.0 webpack: 4.47.0 - ws: 8.13.0 + ws: 8.14.1 transitivePeerDependencies: - '@types/react' - bufferutil @@ -10720,6 +10724,9 @@ packages: resolution: {integrity: sha512-FAYBGwC+W6F9+huFIDtn43cpy7+SzG+atzRiTfdp3inUKL2hXnd4rG8hylJLIh4+hqrQy1P17kvJByE/z825hA==} dev: true + /@types/node/14.18.36: + resolution: {integrity: sha512-FXKWbsJ6a1hIrRxv+FoukuHnGTgEzKYGi7kilfMae96AL9UNkPFNWJEEYWzdRI9ooIkbr4AKldyuSTLql06vLQ==} + /@types/node/14.18.59: resolution: {integrity: sha512-NWJMpBL2Xs3MY93yrD6YrrTKep8eIA6iMnfG4oIc6LrTRlBZgiSCGiY3V/Owlp6umIBLyKb4F8Q7hxWatjYH5A==} dev: true @@ -10963,8 +10970,7 @@ packages: /@types/ws/8.5.5: resolution: {integrity: sha512-lwhs8hktwxSjf9UaZ9tG5M03PGogvFaH8gUgLNbN9HKIg0dvv6q+gkSuJ8HN4/VbyxkuLzCjlN7GquQ0gUJfIg==} dependencies: - '@types/node': 18.17.15 - dev: false + '@types/node': 14.18.36 /@types/xmldoc/1.1.4: resolution: {integrity: sha512-a/ONNCf9itbmzEz1ohx0Fv5TLJzXIPQTapxFu+DlYlDtn9UcAa1OhnrOOMwbU8125hFjrkJKL3qllD7vO5Bivw==} @@ -18379,7 +18385,7 @@ packages: whatwg-encoding: 2.0.0 whatwg-mimetype: 3.0.0 whatwg-url: 11.0.0 - ws: 8.13.0 + ws: 8.14.1 xml-name-validator: 4.0.0 transitivePeerDependencies: - bufferutil @@ -24710,7 +24716,7 @@ packages: webpack: 4.47.0_webpack-cli@3.3.12 webpack-cli: 3.3.12_webpack@4.47.0 webpack-dev-middleware: 5.3.3_webpack@4.47.0 - ws: 8.13.0 + ws: 8.14.1 transitivePeerDependencies: - bufferutil - debug @@ -24764,7 +24770,7 @@ packages: spdy: 4.0.2 webpack: 4.47.0 webpack-dev-middleware: 5.3.3_bs575e6uz6qqyriedrrkqiwy2m - ws: 8.13.0 + ws: 8.14.1 transitivePeerDependencies: - bufferutil - debug @@ -24817,7 +24823,7 @@ packages: spdy: 4.0.2 webpack: 5.82.1 webpack-dev-middleware: 5.3.3_webpack@5.82.1 - ws: 8.13.0 + ws: 8.14.1 transitivePeerDependencies: - bufferutil - debug @@ -25206,8 +25212,8 @@ packages: utf-8-validate: optional: true - /ws/8.13.0: - resolution: {integrity: sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==} + /ws/8.14.1: + resolution: {integrity: sha512-4OOseMUq8AzRBI/7SLMUwO+FEDnguetSk7KMb1sHwvF2w2Wv5Hoj0nlifx8vtGsftE/jWHojPy8sMMzYLJ2G/A==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 diff --git a/common/config/rush/repo-state.json b/common/config/rush/repo-state.json index 7244dc55c2b..50165990d5b 100644 --- a/common/config/rush/repo-state.json +++ b/common/config/rush/repo-state.json @@ -1,5 +1,5 @@ // DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush. { - "pnpmShrinkwrapHash": "5ee5e5b7fa262ef5096e77b7d86ef24ade887c5b", + "pnpmShrinkwrapHash": "af97ead68ee0632cb19c93ef203e84fc0c1e1375", "preferredVersionsHash": "1926a5b12ac8f4ab41e76503a0d1d0dccc9c0e06" }