From b5ea7cceb3ff6a13f0ee20f4ed1c017b983d7d8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 00:53:28 +0000 Subject: [PATCH] chore(deps): update dependency @types/is-utf8 to v0.2.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 96ae1928..0aa43da6 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "@types/cheerio": "0.22.31", "@types/content-disposition": "0.5.5", "@types/express": "4.17.13", - "@types/is-utf8": "0.2.0", + "@types/is-utf8": "0.2.1", "@types/ldapjs": "2.2.2", "@types/linkify-it": "3.0.2", "@types/lodash": "4.14.182", diff --git a/yarn.lock b/yarn.lock index 715a1a76..2f4dbf56 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1412,10 +1412,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.0": - version "0.2.0" - resolved "https://registry.yarnpkg.com/@types/is-utf8/-/is-utf8-0.2.0.tgz#819a0cbfc17047f036991e9d07a0aee548680ad0" - integrity sha512-qItpikdfKSDBiC6t15PIVgR3jnakgkpbPeOR5+Vn/xh+8+VAjkQC9//mfItTx0eRniIFZWt02h1XybSfzCO/QQ== +"@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== dependencies: "@types/node" "*"