From 5dcec27ec1f33522f923547c76af1b257bdfe22d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 21:16:06 +0000 Subject: [PATCH] Bump ws from 8.17.1 to 8.18.0 Bumps [ws](https://github.com/websockets/ws) from 8.17.1 to 8.18.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.17.1...8.18.0) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 42 +++++++++++++++++++++++++----------------- 2 files changed, 26 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index 76a84e6..6c43c0d 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "GPL-3.0", "dependencies": { "json-bigint": "^1.0.0", - "ws": "^8.17.1" + "ws": "^8.18.0" }, "main": "index.js", "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7282c4d..3095d60 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,31 +1,30 @@ -lockfileVersion: '6.0' +lockfileVersion: '9.0' settings: autoInstallPeers: true excludeLinksFromLockfile: false -dependencies: - json-bigint: - specifier: ^1.0.0 - version: 1.0.0 - ws: - specifier: ^8.17.1 - version: 8.17.1 +importers: + + .: + dependencies: + json-bigint: + specifier: ^1.0.0 + version: 1.0.0 + ws: + specifier: ^8.18.0 + version: 8.18.0 packages: - /bignumber.js@9.1.2: + bignumber.js@9.1.2: resolution: {integrity: sha512-2/mKyZH9K85bzOEfhXDBFZTGd1CTs+5IHpeFQo9luiBG7hghdC851Pj2WAhb6E3R6b9tZj/XKhbg4fum+Kepug==} - dev: false - /json-bigint@1.0.0: + json-bigint@1.0.0: resolution: {integrity: sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==} - dependencies: - bignumber.js: 9.1.2 - dev: false - /ws@8.17.1: - resolution: {integrity: sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==} + ws@8.18.0: + resolution: {integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 @@ -35,4 +34,13 @@ packages: optional: true utf-8-validate: optional: true - dev: false + +snapshots: + + bignumber.js@9.1.2: {} + + json-bigint@1.0.0: + dependencies: + bignumber.js: 9.1.2 + + ws@8.18.0: {}