summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-27 12:03:55 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2022-01-02 14:58:27 +0100
commit7887d9bde317ed30638282ed9e2f2f748099dedc (patch)
treec93715c5a822b7879d0b700f929bc174838692b3
parent76188ced9ce84313fb16ff64f79cc0fdcc0a518f (diff)
Bump ezyang/htmlpurifier from 4.13.0 to 4.14.0
Bumps [ezyang/htmlpurifier](https://github.com/ezyang/htmlpurifier) from 4.13.0 to 4.14.0. - [Release notes](https://github.com/ezyang/htmlpurifier/releases) - [Changelog](https://github.com/ezyang/htmlpurifier/blob/master/NEWS) - [Commits](https://github.com/ezyang/htmlpurifier/compare/v4.13.0...v4.14.0) --- updated-dependencies: - dependency-name: ezyang/htmlpurifier dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--composer.lock15
1 files changed, 6 insertions, 9 deletions
diff --git a/composer.lock b/composer.lock
index fd0ac09ff..2e45ead24 100644
--- a/composer.lock
+++ b/composer.lock
@@ -139,24 +139,21 @@
},
{
"name": "ezyang/htmlpurifier",
- "version": "v4.13.0",
+ "version": "v4.14.0",
"source": {
"type": "git",
"url": "https://github.com/ezyang/htmlpurifier.git",
- "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75"
+ "reference": "12ab42bd6e742c70c0a52f7b82477fcd44e64b75"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/08e27c97e4c6ed02f37c5b2b20488046c8d90d75",
- "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75",
+ "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/12ab42bd6e742c70c0a52f7b82477fcd44e64b75",
+ "reference": "12ab42bd6e742c70c0a52f7b82477fcd44e64b75",
"shasum": ""
},
"require": {
"php": ">=5.2"
},
- "require-dev": {
- "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd"
- },
"type": "library",
"autoload": {
"psr-0": {
@@ -187,9 +184,9 @@
],
"support": {
"issues": "https://github.com/ezyang/htmlpurifier/issues",
- "source": "https://github.com/ezyang/htmlpurifier/tree/master"
+ "source": "https://github.com/ezyang/htmlpurifier/tree/v4.14.0"
},
- "time": "2020-06-29T00:56:53+00:00"
+ "time": "2021-12-25T01:21:49+00:00"
},
{
"name": "fivefilters/readability.php",