From 0ec1a4c1b7f327b802e528016ff7176fbc976b3e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 18:54:15 +0000 Subject: [PATCH] chore(deps): bump utf-8-validate from 5.0.4 to 5.0.5 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-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3c4cddff3..9d194d397 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11333,9 +11333,9 @@ "dev": true }, "utf-8-validate": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.4.tgz", - "integrity": "sha512-MEF05cPSq3AwJ2C7B7sHAA6i53vONoZbMGX8My5auEVm6W+dJ2Jd/TZPyGJ5CH42V2XtbI5FD28HeHeqlPzZ3Q==", + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.5.tgz", + "integrity": "sha512-+pnxRYsS/axEpkrrEpzYfNZGXp0IjC/9RIxwM5gntY4Koi8SHmUGSfxfWqxZdRxrtaoVstuOzUp/rbs3JSPELQ==", "requires": { "node-gyp-build": "^4.2.0" } diff --git a/package.json b/package.json index 42e7d438d..c8499996f 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "micromatch": "^4.0.4", "mustache": "^4.2.0", "nock": "^13.0.11", - "utf-8-validate": "^5.0.4", + "utf-8-validate": "^5.0.5", "write-good": "^1.0.8" }, "devDependencies": {