From 9d68db62ca5839a2965414cd379dfca8bbd2044d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Nov 2021 21:07:37 -0800 Subject: [PATCH] Bump preact from 10.6.0 to 10.6.1 in /build/javascript (#1556) Bumps [preact](https://github.com/preactjs/preact) from 10.6.0 to 10.6.1. - [Release notes](https://github.com/preactjs/preact/releases) - [Commits](https://github.com/preactjs/preact/compare/10.6.0...10.6.1) --- updated-dependencies: - dependency-name: preact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build/javascript/package-lock.json | 6 +++--- build/javascript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/javascript/package-lock.json b/build/javascript/package-lock.json index 70351b0bc..52db4ad99 100644 --- a/build/javascript/package-lock.json +++ b/build/javascript/package-lock.json @@ -1660,9 +1660,9 @@ "integrity": "sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==" }, "preact": { - "version": "10.6.0", - "resolved": "https://registry.npmjs.org/preact/-/preact-10.6.0.tgz", - "integrity": "sha512-5gpdQkPsfl8ycSQSLSZxSvkifZ9FM4Zqc1OSToSpgygvgmXjcj6Q5jNRt86ote8dn0RkdOaKv9UAZTU7a6wP+g==" + "version": "10.6.1", + "resolved": "https://registry.npmjs.org/preact/-/preact-10.6.1.tgz", + "integrity": "sha512-ydCg+ISIq70vqiThvNWStZWLRjR9U2awP/JAmGdWUKm9+Tyuy+MqVdAIyEByeIspAVtD4GWC/SJtxO8XD4knVA==" }, "pretty-hrtime": { "version": "1.0.3", diff --git a/build/javascript/package.json b/build/javascript/package.json index 6afd7b5e7..be649f03b 100644 --- a/build/javascript/package.json +++ b/build/javascript/package.json @@ -9,7 +9,7 @@ "htm": "^3.1.0", "mark.js": "^8.11.1", "micromodal": "^0.4.9", - "preact": "10.6.0", + "preact": "10.6.1", "tailwindcss": "^1.9.6", "video.js": "7.17.0" },