Skip to content

Commit

Permalink
chore(deps): Bump utf-8-validate from 5.0.4 to 5.0.5 (#498)
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.4 to 5.0.5.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/websockets/utf-8-validate/commit/d45089ad7c78cb7df09983c20ac77fbc92b21bcd"><code>d45089a</code></a> [dist] 5.0.5</li>
<li><a href="https://github.com/websockets/utf-8-validate/commit/7667983fedc6b1cf6d607c4d59bf5c21b2e8cd8f"><code>7667983</code></a> [minor] Fix nits</li>
<li><a href="https://github.com/websockets/utf-8-validate/commit/3ecb8f9e8aa7e350e3424b7b89e8978535292a54"><code>3ecb8f9</code></a> [perf] Add optimization for ASCII case</li>
<li><a href="https://github.com/websockets/utf-8-validate/commit/a85ab9aea317510c658bfe30804561470e7a917c"><code>a85ab9a</code></a> [ci] Use GitHub Actions</li>
<li><a href="https://github.com/websockets/utf-8-validate/commit/1a1d9b1c3e1d2c73e897f8732032893d01ff76fa"><code>1a1d9b1</code></a> [ci] Test on Linux ARM64</li>
<li>See full diff in <a href="https://github.com/websockets/utf-8-validate/compare/v5.0.4...v5.0.5">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=utf-8-validate&package-manager=npm_and_yarn&previous-version=5.0.4&new-version=5.0.5)](https://dependabot.com/compatibility-score/?dependency-name=utf-8-validate&package-manager=npm_and_yarn&previous-version=5.0.4&new-version=5.0.5)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the `.dependabot/config.yml` file in this repo:
- Update frequency
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)



</details>
  • Loading branch information
dependabot-preview[bot] authored May 17, 2021
1 parent b11ca99 commit 44d3e79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@
},
"optionalDependencies": {
"bufferutil": "^4.0.3",
"utf-8-validate": "^5.0.4"
"utf-8-validate": "^5.0.5"
}
}

0 comments on commit 44d3e79

Please sign in to comment.