summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-09 10:21:06 -0800
committerGitHub <noreply@github.com>2021-12-09 10:21:06 -0800
commit7851c4a54f85f66ac09fbb269e07ba2fc6cf052f (patch)
treed295b5324b820e4221b2e3f49cea4dfb32d45b5d
parentc71b8f1e0fc92eef3a07aeab0ac3db160ca806a9 (diff)
Bump preact from 10.6.2 to 10.6.3 in /build/javascript (#1583)
Bumps [preact](https://github.com/preactjs/preact) from 10.6.2 to 10.6.3. - [Release notes](https://github.com/preactjs/preact/releases) - [Commits](https://github.com/preactjs/preact/compare/10.6.2...10.6.3) --- updated-dependencies: - dependency-name: preact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--build/javascript/package-lock.json6
-rw-r--r--build/javascript/package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/build/javascript/package-lock.json b/build/javascript/package-lock.json
index bbd125c53..78e8aa0fd 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.2",
- "resolved": "https://registry.npmjs.org/preact/-/preact-10.6.2.tgz",
- "integrity": "sha512-ppDjurt75nSxyikpyali+uKwRl8CK9N6ntOPovGIEGQagjMLVzEgVqFEsUUyUrqyE9Ch90KE0jmFc9q2QcPLBA=="
+ "version": "10.6.3",
+ "resolved": "https://registry.npmjs.org/preact/-/preact-10.6.3.tgz",
+ "integrity": "sha512-vwuM6VmFffw5t3RrLFn49QHPzoepD9hiNdkLa3Mt4UGSRdfQfIHtC1xqxhjVGoq70Sjtxrn4c9xwAnaS6z3anA=="
},
"pretty-hrtime": {
"version": "1.0.3",
diff --git a/build/javascript/package.json b/build/javascript/package.json
index e2441654e..4d36946c6 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.10",
- "preact": "10.6.2",
+ "preact": "10.6.3",
"tailwindcss": "^1.9.6",
"video.js": "7.17.0"
},