From 5d75be753946b42ca0190c292912d18b98cdfc86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 11:17:37 +0000 Subject: [PATCH] build(deps-dev): bump @types/html-to-text from 9.0.1 to 9.0.4 Bumps [@types/html-to-text](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/html-to-text) from 9.0.1 to 9.0.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/html-to-text) --- updated-dependencies: - dependency-name: "@types/html-to-text" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 66bb6a77..47904eec 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ }, "devDependencies": { "@tauri-apps/cli": "1.5.7", - "@types/html-to-text": "^9.0.1", + "@types/html-to-text": "^9.0.4", "@types/node": "^20.9.0", "@types/react": "^18.2.14", "@types/react-dom": "^18.2.7", diff --git a/yarn.lock b/yarn.lock index 69072491..a8e16398 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2792,10 +2792,10 @@ "@types/react" "*" hoist-non-react-statics "^3.3.0" -"@types/html-to-text@^9.0.1": - version "9.0.1" - resolved "https://registry.npmjs.org/@types/html-to-text/-/html-to-text-9.0.1.tgz" - integrity sha512-sHu702QGb0SP2F0Zt+CxdCmGZIZ0gEaaCjqOh/V4iba1wTxPVntEPOM/vHm5bel08TILhB3+OxUTkDJWnr/zHQ== +"@types/html-to-text@^9.0.4": + version "9.0.4" + resolved "https://registry.yarnpkg.com/@types/html-to-text/-/html-to-text-9.0.4.tgz#4a83dd8ae8bfa91457d0b1ffc26f4d0537eff58c" + integrity sha512-pUY3cKH/Nm2yYrEmDlPR1mR7yszjGx4DrwPjQ702C4/D5CwHuZTgZdIdwPkRbcuhs7BAh2L5rg3CL5cbRiGTCQ== "@types/json-schema@*", "@types/json-schema@^7.0.8": version "7.0.12"