summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-10 17:36:26 +0200
committerGitHub <noreply@github.com>2021-05-10 17:36:26 +0200
commit25ee7c7be62c3c1568ab21ec00908948116cb023 (patch)
treee228c37a1b32f22e5721e79030aeee9617341717
parent04e4e864c1d73a4cbd6e103ca6c7f57d715eb298 (diff)
Bump utf-8-validate from 5.0.4 to 5.0.5 (#16199)
Bumps [utf-8-validate](https://github.com/websockets/utf-8-validate) from 5.0.4 to 5.0.5. - [Release notes](https://github.com/websockets/utf-8-validate/releases) - [Commits](https://github.com/websockets/utf-8-validate/compare/v5.0.4...v5.0.5) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--package.json2
-rw-r--r--yarn.lock8
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index 7d255f41b20..eec4677d1d3 100644
--- a/package.json
+++ b/package.json
@@ -193,6 +193,6 @@
},
"optionalDependencies": {
"bufferutil": "^4.0.3",
- "utf-8-validate": "^5.0.4"
+ "utf-8-validate": "^5.0.5"
}
}
diff --git a/yarn.lock b/yarn.lock
index 4e9a689effe..db290505762 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -11021,10 +11021,10 @@ user-home@^2.0.0:
dependencies:
os-homedir "^1.0.0"
-utf-8-validate@^5.0.4:
- version "5.0.4"
- resolved "https://registry.yarnpkg.com/utf-8-validate/-/utf-8-validate-5.0.4.tgz#72a1735983ddf7a05a43a9c6b67c5ce1c910f9b8"
- integrity sha512-MEF05cPSq3AwJ2C7B7sHAA6i53vONoZbMGX8My5auEVm6W+dJ2Jd/TZPyGJ5CH42V2XtbI5FD28HeHeqlPzZ3Q==
+utf-8-validate@^5.0.5:
+ version "5.0.5"
+ resolved "https://registry.yarnpkg.com/utf-8-validate/-/utf-8-validate-5.0.5.tgz#dd32c2e82c72002dc9f02eb67ba6761f43456ca1"
+ integrity sha512-+pnxRYsS/axEpkrrEpzYfNZGXp0IjC/9RIxwM5gntY4Koi8SHmUGSfxfWqxZdRxrtaoVstuOzUp/rbs3JSPELQ==
dependencies:
node-gyp-build "^4.2.0"