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.8 to 5.0.9 (#700)
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.8 to 5.0.9.
- [Release notes](https://github.com/websockets/utf-8-validate/releases)
- [Commits](websockets/utf-8-validate@v5.0.8...v5.0.9)

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

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 Apr 1, 2022
1 parent 2a0c641 commit bbf8607
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 @@ -9,7 +9,7 @@
"buffer": "6.0.3",
"bufferutil": "4.0.6",
"reconnecting-websocket": "4.4.0",
"utf-8-validate": "5.0.8",
"utf-8-validate": "5.0.9",
"ws": "8.5.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 @@ -2421,10 +2421,10 @@ uri-js@^4.2.2:
dependencies:
punycode "^2.1.0"

utf-8-validate@5.0.8:
version "5.0.8"
resolved "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.8.tgz#4a735a61661dbb1c59a0868c397d2fe263f14e58"
integrity sha512-k4dW/Qja1BYDl2qD4tOMB9PFVha/UJtxTc1cXYOe3WwA/2m0Yn4qB7wLMpJyLJ/7DR0XnTut3HsCSzDT4ZvKgA==
utf-8-validate@5.0.9:
version "5.0.9"
resolved "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.9.tgz#ba16a822fbeedff1a58918f2a6a6b36387493ea3"
integrity sha512-Yek7dAy0v3Kl0orwMlvi7TPtiCNrdfHNd7Gcc/pLq4BLXqfAmd0J7OWMizUQnTTJsyjKn02mU7anqwfmUP4J8Q==
dependencies:
node-gyp-build "^4.3.0"

Expand Down

0 comments on commit bbf8607

Please sign in to comment.