Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump utf-8-validate from 5.0.10 to 6.0.0 (#807)
Browse files Browse the repository at this point in the history
Bumps [utf-8-validate](https://github.com/websockets/utf-8-validate) from 5.0.10 to 6.0.0.
- [Release notes](https://github.com/websockets/utf-8-validate/releases)
- [Commits](websockets/utf-8-validate@v5.0.10...v6.0.0)

---
updated-dependencies:
- dependency-name: utf-8-validate
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 5, 2023
1 parent 981b0b4 commit 52495f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,7 +10,7 @@
"buffer": "6.0.3",
"bufferutil": "4.0.7",
"reconnecting-websocket": "4.4.0",
"utf-8-validate": "5.0.10",
"utf-8-validate": "6.0.0",
"ws": "8.9.0"
},
"description": "Coinbase Pro API for Node.js, written in TypeScript and covered by tests.",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -2596,10 +2596,10 @@ uri-js@^4.2.2:
dependencies:
punycode "^2.1.0"

utf-8-validate@5.0.10:
version "5.0.10"
resolved "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.10.tgz#d7d10ea39318171ca982718b6b96a8d2442571a2"
integrity sha512-Z6czzLq4u8fPOyx7TU6X3dvUZVvoJmxSQ+IcrlmagKhilxlhZgxPK6C5Jqbkw1IDUmFTM+cz9QDnnLTwDz/2gQ==
utf-8-validate@6.0.0:
version "6.0.0"
resolved "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-6.0.0.tgz#91a169e91ee5441a2bab5f059f4a39cdd402caf2"
integrity sha512-OCJuwxQsnG51swYmNloViggxNOFO/leOZpnb/vVeoastJbrzrZZU7lGsYlUcdkCl9nsBu2nkKLjpljb3Ckvb/Q==
dependencies:
node-gyp-build "^4.3.0"

Expand Down

0 comments on commit 52495f3

Please sign in to comment.