From 390696a556d400922b41d00cfba3aba8e97abe04 Mon Sep 17 00:00:00 2001 From: "live-github-bot[bot]" <105061298+live-github-bot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 22:35:31 +0000 Subject: [PATCH] fix(deps): update dependency ws to v8.18.0 [security] --- pnpm-lock.yaml | 68 ++++++++++++++++++++++---------------------------- 1 file changed, 30 insertions(+), 38 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9107c46762e3..85b66ab6e2cf 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -236,7 +236,7 @@ importers: version: 3.13.0 ws: specifier: ^8.6.0 - version: 8.17.1 + version: 8.18.0 devDependencies: '@ledgerhq/types-cryptoassets': specifier: workspace:^ @@ -1508,7 +1508,7 @@ importers: version: 2.6.2 ws: specifier: ^7.5.2 - version: 7.5.10 + version: 8.18.0 apps/web-tools: dependencies: @@ -3704,7 +3704,7 @@ importers: version: 4.1.0 isomorphic-ws: specifier: ^4.0.1 - version: 4.0.1(ws@7.5.10) + version: 4.0.1(ws@8.18.0) jotai: specifier: ^2.7.0 version: 2.7.1(@types/react@18.2.73)(react@18.2.0) @@ -3915,7 +3915,7 @@ importers: version: 8.3.2 ws: specifier: '7' - version: 7.5.10 + version: 8.18.0 libs/ledgerjs: dependencies: @@ -4911,7 +4911,7 @@ importers: version: 1.7.7 ws: specifier: ^7.5.2 - version: 7.5.10 + version: 8.18.0 devDependencies: '@types/jest': specifier: ^29.5.10 @@ -6042,7 +6042,7 @@ importers: version: 9.1.2 isomorphic-ws: specifier: ^5.0.0 - version: 5.0.0(ws@8.17.1) + version: 5.0.0(ws@8.18.0) lodash: specifier: '4' version: 4.17.21 @@ -6085,7 +6085,7 @@ importers: version: 29.1.2(jest@29.7.0)(typescript@5.4.3) ws: specifier: ^8.16.0 - version: 8.17.1 + version: 8.18.0 libs/promise: dependencies: @@ -6178,13 +6178,13 @@ importers: version: 1.5.1 isomorphic-ws: specifier: '5' - version: 5.0.0(ws@8.17.1) + version: 5.0.0(ws@8.18.0) rxjs: specifier: ^7.8.1 version: 7.8.1 ws: specifier: '8' - version: 8.17.1 + version: 8.18.0 devDependencies: '@types/jest': specifier: ^29.5.10 @@ -7737,7 +7737,7 @@ packages: '@azure/core-http@3.0.4': resolution: {integrity: sha512-Fok9VVhMdxAFOtqiiAtg74fL0UJkt0z3D+ouUUxcRLzZNBioPRAMJFVxiWoJljYpXsRi4GDQHzQHDc9AiYaIUQ==} engines: {node: '>=14.0.0'} - deprecated: deprecating as we migrated to core v2 + deprecated: This package is no longer supported. Please migrate to use @azure/core-rest-pipeline '@azure/core-lro@2.7.1': resolution: {integrity: sha512-kXSlrNHOCTVZMxpXNRqzgh9/j4cnNXU5Hf2YjMyjddRhCXFiFRzmNaqwN+XO9rGTsCOIaaG7M67zZdyliXZG9g==} @@ -11319,6 +11319,7 @@ packages: '@playwright/test@1.40.1': resolution: {integrity: sha512-EaaawMTOeEItCRvfmkI9v6rBkF1svM8wjl/YPRrg2N2Wmp+4qJYkWtJsbew1szfKKDm6fPLy4YAanBhIlf9dWw==} engines: {node: '>=16'} + deprecated: Please update to the latest version of Playwright to test up-to-date browsers. hasBin: true '@playwright/test@1.45.0': @@ -13710,7 +13711,7 @@ packages: metro-react-native-babel-preset: '*' react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - webpack: '*' + webpack: '5' peerDependenciesMeta: react: optional: true @@ -16022,7 +16023,7 @@ packages: resolution: {integrity: sha512-/FQM1EDkTsf63Ub2C6O7GuYFDsSXUwsaZDurV0np41ocwq0jthUAYCmhBX9f+KwlaCgIuWyr/4WlUQUBfKfZog==} engines: {node: '>=6'} peerDependencies: - rxjs: '*' + rxjs: ^5.5.10 zenObservable: '*' peerDependenciesMeta: rxjs: @@ -19227,7 +19228,7 @@ packages: peerDependencies: '@typescript-eslint/eslint-plugin': ^4.0.0 || ^5.0.0 eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - jest: '*' + jest: ^27.0.0 peerDependenciesMeta: '@typescript-eslint/eslint-plugin': optional: true @@ -19984,8 +19985,8 @@ packages: hasBin: true peerDependencies: expo-modules-core: '*' - react: '*' - react-native: '*' + react: 18.2.0 + react-native: 0.72.10 peerDependenciesMeta: expo-modules-core: optional: true @@ -20000,8 +20001,8 @@ packages: peerDependencies: expo-modules-autolinking: '*' expo-modules-core: '*' - react: '*' - react-native: '*' + react: 18.2.0 + react-native: 0.73.6 peerDependenciesMeta: expo-modules-autolinking: optional: true @@ -25787,6 +25788,7 @@ packages: engines: {node: '>=0.6.0', teleport: '>=0.2.0'} deprecated: |- You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other. + (For a CapTP with native promises, see @endo/eventual-send and @endo/captp) qrcode-terminal@0.11.0: @@ -26025,7 +26027,7 @@ packages: resolution: {integrity: sha512-kBGxI+MIZGBf4wZhNCWwHkMcVP+kbpmrLWH/SkO0qCKc7D7eSPcxQbfpsmsCo8v2KCBYjuGSou+xTqK44D/jMg==} engines: {npm: ^3.0.0} peerDependencies: - prop-types: '*' + prop-types: ^15.6.1 react: '>=15.0.0' peerDependenciesMeta: prop-types: @@ -26052,8 +26054,8 @@ packages: react-native-animatable@1.3.3: resolution: {integrity: sha512-2ckIxZQAsvWn25Ho+DK3d1mXIgj7tITkrS4pYDvx96WyOttSvzzFeQnM2od0+FUMzILbdHDsDEqZvnz1DYNQ1w==} peerDependencies: - react: '*' - react-native: '*' + react: 16.9.0 + react-native: 0.61.2 peerDependenciesMeta: react: optional: true @@ -26063,8 +26065,8 @@ packages: react-native-animatable@1.4.0: resolution: {integrity: sha512-DZwaDVWm2NBvBxf7I0wXKXLKb/TxDnkV53sWhCvei1pRyTX3MVFpkvdYBknNBqPrxYuAIlPxEp7gJOidIauUkw==} peerDependencies: - react: '*' - react-native: '*' + react: 18.2.0 + react-native: 0.72.6 peerDependenciesMeta: react: optional: true @@ -30089,18 +30091,6 @@ packages: utf-8-validate: optional: true - ws@8.17.1: - resolution: {integrity: sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==} - engines: {node: '>=10.0.0'} - peerDependencies: - bufferutil: ^4.0.1 - utf-8-validate: '>=5.0.2' - peerDependenciesMeta: - bufferutil: - optional: true - utf-8-validate: - optional: true - ws@8.18.0: resolution: {integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==} engines: {node: '>=10.0.0'} @@ -52988,13 +52978,17 @@ snapshots: dependencies: ws: 7.5.10 + isomorphic-ws@4.0.1(ws@8.18.0): + dependencies: + ws: 8.18.0 + isomorphic-ws@5.0.0(ws@7.5.10): dependencies: ws: 7.5.10 - isomorphic-ws@5.0.0(ws@8.17.1): + isomorphic-ws@5.0.0(ws@8.18.0): dependencies: - ws: 8.17.1 + ws: 8.18.0 isstream@0.1.2: {} @@ -66183,8 +66177,6 @@ snapshots: ws@7.5.10: {} - ws@8.17.1: {} - ws@8.18.0: {} ws@8.18.0(bufferutil@4.0.8)(utf-8-validate@5.0.10):