From eaa70caad7e578af4bf5f1603c5008b9159a04e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 03:42:48 +0000 Subject: [PATCH] chore(deps): update dependency @types/is-utf8 to v0.2.3 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 79e6978c..c9c6c162 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "@types/cheerio": "0.22.35", "@types/content-disposition": "0.5.7", "@types/express": "4.17.13", - "@types/is-utf8": "0.2.2", + "@types/is-utf8": "0.2.3", "@types/ldapjs": "2.2.2", "@types/linkify-it": "3.0.3", "@types/lodash": "4.14.200", diff --git a/yarn.lock b/yarn.lock index 18731a9b..f87bf929 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1521,10 +1521,10 @@ resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz#0ea7b61496902b95890dc4c3a116b60cb8dae812" integrity sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ== -"@types/is-utf8@0.2.2": - version "0.2.2" - resolved "https://registry.yarnpkg.com/@types/is-utf8/-/is-utf8-0.2.2.tgz#b31ab599ead973992809b0b802ce066abbb42efd" - integrity sha512-j7PFtO0ki4IoJvmMaAHQ70z74Td244dMLC7BAz5pb0v7IC8xXLtuM+7AWsMco4Minz92m30fO72+TbkmtMr4dQ== +"@types/is-utf8@0.2.3": + version "0.2.3" + resolved "https://registry.yarnpkg.com/@types/is-utf8/-/is-utf8-0.2.3.tgz#4821e365f6518778bd7c9b3f8b3a5c42a8e96706" + integrity sha512-pOsafTvuyh/FBJm+LP81graldeJLPtJ/UcfqzD+qNoey7PpG2saE/v+h8r4gxT6BGO8mzAuK2fkYLr6goOdwwg== dependencies: "@types/node" "*"