From aa237669866e8c8e5d96f5420ca1defc819cfc8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Aug 2022 23:08:17 +0800 Subject: [PATCH] build(deps): bump preact from 10.8.2 to 10.10.0 in /html (#954) Bumps [preact](https://github.com/preactjs/preact) from 10.8.2 to 10.10.0. - [Release notes](https://github.com/preactjs/preact/releases) - [Commits](https://github.com/preactjs/preact/compare/10.8.2...10.10.0) --- updated-dependencies: - dependency-name: preact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- html/package.json | 2 +- html/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/html/package.json b/html/package.json index 538ad17..36869af 100644 --- a/html/package.json +++ b/html/package.json @@ -48,7 +48,7 @@ "dependencies": { "decko": "^1.2.0", "file-saver": "^2.0.5", - "preact": "^10.8.2", + "preact": "^10.10.0", "whatwg-fetch": "^3.6.2", "xterm": "^4.19.0", "xterm-addon-fit": "^0.5.0", diff --git a/html/yarn.lock b/html/yarn.lock index 16952f4..c08797d 100644 --- a/html/yarn.lock +++ b/html/yarn.lock @@ -5873,10 +5873,10 @@ postcss@^8.4.7: picocolors "^1.0.0" source-map-js "^1.0.2" -preact@^10.8.2: - version "10.8.2" - resolved "https://registry.yarnpkg.com/preact/-/preact-10.8.2.tgz#b8a614f5cc8ab0cd9e63337a3d60dc80410f4ed4" - integrity sha512-AKGt0BsDSiAYzVS78jZ9qRwuorY2CoSZtf1iOC6gLb/3QyZt+fLT09aYJBjRc/BEcRc4j+j3ggERMdNE43i1LQ== +preact@^10.10.0: + version "10.10.0" + resolved "https://registry.yarnpkg.com/preact/-/preact-10.10.0.tgz#7434750a24b59dae1957d95dc0aa47a4a8e9a180" + integrity sha512-fszkg1iJJjq68I4lI8ZsmBiaoQiQHbxf1lNq+72EmC/mZOsFF5zn3k1yv9QGoFgIXzgsdSKtYymLJsrJPoamjQ== prepend-http@^2.0.0: version "2.0.0" -- 2.43.4