From 0455c5f9dc40886d97469bcf639951586d12c124 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Aug 2022 05:41:33 +0000 Subject: [PATCH] fix: upgrade ws from 7.5.8 to 7.5.9 Snyk has created this PR to upgrade ws from 7.5.8 to 7.5.9. See this package in npm: https://www.npmjs.com/package/ws See this project in Snyk: https://app.snyk.io/org/terra-money/project/969941e6-3298-4034-bcf5-2f0b51e077bd?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f5e24ddc6..29801f6d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "secp256k1": "^4.0.2", "tmp": "^0.2.1", "utf-8-validate": "^5.0.5", - "ws": "^7.5.8" + "ws": "^7.5.9" }, "devDependencies": { "@types/jest": "^27.0.1", @@ -7398,9 +7398,9 @@ } }, "node_modules/ws": { - "version": "7.5.8", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.8.tgz", - "integrity": "sha512-ri1Id1WinAX5Jqn9HejiGb8crfRio0Qgu8+MtL36rlTA6RLsMdWt1Az/19A2Qij6uSHUMphEFaTKa4WG+UNHNw==", + "version": "7.5.9", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz", + "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==", "engines": { "node": ">=8.3.0" }, @@ -13112,9 +13112,9 @@ } }, "ws": { - "version": "7.5.8", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.8.tgz", - "integrity": "sha512-ri1Id1WinAX5Jqn9HejiGb8crfRio0Qgu8+MtL36rlTA6RLsMdWt1Az/19A2Qij6uSHUMphEFaTKa4WG+UNHNw==", + "version": "7.5.9", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz", + "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==", "requires": {} }, "xml-name-validator": { diff --git a/package.json b/package.json index b6d9ecbfb..957899008 100644 --- a/package.json +++ b/package.json @@ -96,6 +96,6 @@ "secp256k1": "^4.0.2", "tmp": "^0.2.1", "utf-8-validate": "^5.0.5", - "ws": "^7.5.8" + "ws": "^7.5.9" } }