summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-12 12:03:45 +0000
committerGitHub <noreply@github.com>2021-10-12 12:03:45 +0000
commit54f66e3ed0edf4742df90f97dfc4d63838b2708f (patch)
treea78372f980fe29ddf6d7dfaddca00063f210495e
parent9a912d5385c2c1a16af2e1a753d25358124ed467 (diff)
Bump preact from 10.5.10 to 10.5.15 in /build/javascriptdependabot/npm_and_yarn/build/javascript/preact-10.5.15
Bumps [preact](https://github.com/preactjs/preact) from 10.5.10 to 10.5.15. - [Release notes](https://github.com/preactjs/preact/releases) - [Commits](https://github.com/preactjs/preact/compare/10.5.10...10.5.15) --- updated-dependencies: - dependency-name: preact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@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 879c990b7..c1ca86f47 100644
--- a/build/javascript/package-lock.json
+++ b/build/javascript/package-lock.json
@@ -1757,9 +1757,9 @@
"integrity": "sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ=="
},
"preact": {
- "version": "10.5.10",
- "resolved": "https://registry.npmjs.org/preact/-/preact-10.5.10.tgz",
- "integrity": "sha512-A6SITnHaj5CS4JPLVroQDNOEozq4Y0B4yQSGHLznxHe66Jb2DvoeTEibLjXmfeofgQE3BZ2zurltBIapzCMlwg=="
+ "version": "10.5.15",
+ "resolved": "https://registry.npmjs.org/preact/-/preact-10.5.15.tgz",
+ "integrity": "sha512-5chK29n6QcJc3m1lVrKQSQ+V7K1Gb8HeQY6FViQ5AxCAEGu3DaHffWNDkC9+miZgsLvbvU9rxbV1qinGHMHzqA=="
},
"pretty-hrtime": {
"version": "1.0.3",
diff --git a/build/javascript/package.json b/build/javascript/package.json
index 5a53c47f9..71bd35764 100644
--- a/build/javascript/package.json
+++ b/build/javascript/package.json
@@ -10,7 +10,7 @@
"htm": "^3.1.0",
"mark.js": "^8.11.1",
"micromodal": "^0.4.6",
- "preact": "10.5.10",
+ "preact": "10.5.15",
"tailwindcss": "^1.9.6",
"video.js": "7.15.4"
},