From db9db881ce04cd6695177408a29ea1b9d093407c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Oct 2021 13:03:15 +0000 Subject: [PATCH] chore(deps): bump utf-8-validate from 5.0.5 to 5.0.6 (#612) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e9fba65d..08f90c87 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "buffer": "6.0.3", "bufferutil": "4.0.3", "reconnecting-websocket": "4.4.0", - "utf-8-validate": "5.0.5", + "utf-8-validate": "5.0.6", "ws": "7.5.5" }, "description": "Coinbase Pro API for Node.js, written in TypeScript and covered by tests.", diff --git a/yarn.lock b/yarn.lock index 600eb0e3..12262bff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2422,10 +2422,10 @@ uri-js@^4.2.2: dependencies: punycode "^2.1.0" -utf-8-validate@5.0.5: - version "5.0.5" - resolved "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.5.tgz#dd32c2e82c72002dc9f02eb67ba6761f43456ca1" - integrity sha512-+pnxRYsS/axEpkrrEpzYfNZGXp0IjC/9RIxwM5gntY4Koi8SHmUGSfxfWqxZdRxrtaoVstuOzUp/rbs3JSPELQ== +utf-8-validate@5.0.6: + version "5.0.6" + resolved "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.6.tgz#e1b3e0a5cc8648a3b44c1799fbb170d1aaaffe80" + integrity sha512-hoY0gOf9EkCw+nimK21FVKHUIG1BMqSiRwxB/q3A9yKZOrOI99PP77BxmarDqWz6rG3vVYiBWfhG8z2Tl+7fZA== dependencies: node-gyp-build "^4.2.0"