From 4dd19b33870eea580a27cf19606c41999d0f8ae2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 13:29:51 -0700 Subject: [PATCH] Bump ws from 7.5.9 to 7.5.10 in /examples/sls/nestjs (#470) Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.10. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.5.9...7.5.10) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/sls/nestjs/pnpm-lock.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/sls/nestjs/pnpm-lock.yaml b/examples/sls/nestjs/pnpm-lock.yaml index a755546c..a07609ac 100644 --- a/examples/sls/nestjs/pnpm-lock.yaml +++ b/examples/sls/nestjs/pnpm-lock.yaml @@ -1588,7 +1588,7 @@ packages: fast-glob: 3.3.2 https-proxy-agent: 5.0.1(supports-color@8.1.1) ignore: 5.3.1 - isomorphic-ws: 4.0.1(ws@7.5.9) + isomorphic-ws: 4.0.1(ws@7.5.10) js-yaml: 3.14.1 jwt-decode: 2.2.0 minimatch: 3.1.2 @@ -1596,7 +1596,7 @@ packages: run-parallel-limit: 1.1.0 throat: 5.0.0 traverse: 0.6.8 - ws: 7.5.9 + ws: 7.5.10 transitivePeerDependencies: - bufferutil - debug @@ -4862,12 +4862,12 @@ packages: /isexe@2.0.0: resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} - /isomorphic-ws@4.0.1(ws@7.5.9): + /isomorphic-ws@4.0.1(ws@7.5.10): resolution: {integrity: sha512-BhBvN2MBpWTaSHdWRb/bwdZJ1WaehQ2L1KngkCkfLUGF0mAWAT1sQUQacEmQ0jXkFw/czDXPNQSL5u2/Krsz1w==} peerDependencies: ws: '*' dependencies: - ws: 7.5.9 + ws: 7.5.10 dev: false /istanbul-lib-coverage@3.2.2: @@ -6668,7 +6668,7 @@ packages: type: 2.7.2 untildify: 4.0.0 uuid: 9.0.1 - ws: 7.5.9 + ws: 7.5.10 yaml-ast-parser: 0.0.43 transitivePeerDependencies: - '@aws-sdk/credential-provider-node' @@ -7665,8 +7665,8 @@ packages: imurmurhash: 0.1.4 signal-exit: 3.0.7 - /ws@7.5.9: - resolution: {integrity: sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==} + /ws@7.5.10: + resolution: {integrity: sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==} engines: {node: '>=8.3.0'} peerDependencies: bufferutil: ^4.0.1