From 59de6afd3fdbeb894e8cf39321c786220bbcf66b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 00:33:46 +0000 Subject: [PATCH] chore(deps): update dependency @types/is-utf8 to v0.2.2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 099c1d3f..b04782b4 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "@types/cheerio": "0.22.31", "@types/content-disposition": "0.5.5", "@types/express": "4.17.13", - "@types/is-utf8": "0.2.1", + "@types/is-utf8": "0.2.2", "@types/ldapjs": "2.2.2", "@types/linkify-it": "3.0.3", "@types/lodash": "4.14.195", diff --git a/yarn.lock b/yarn.lock index 57baf376..71b18f09 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1416,10 +1416,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.1": - version "0.2.1" - resolved "https://registry.yarnpkg.com/@types/is-utf8/-/is-utf8-0.2.1.tgz#2cecf393ce44a73d3d052224e8375709098b4d25" - integrity sha512-4tSeTnvbhBsWZy+NTB7g3mbRDZKN0tgS199YlY2JngABhpxSlKyaUX65Lxw8VnLa6IG4tHxBMi0ffhnFhio7jw== +"@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== dependencies: "@types/node" "*"