From 8bd96635727b513b01ad910af827c48a7c0e388d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 08:39:22 +0000 Subject: [PATCH] Bump luyadev/yii-helpers from 1.2.0 to 1.2.2 Bumps [luyadev/yii-helpers](https://github.com/luyadev/yii-helpers) from 1.2.0 to 1.2.2. - [Release notes](https://github.com/luyadev/yii-helpers/releases) - [Changelog](https://github.com/luyadev/yii-helpers/blob/master/CHANGELOG.md) - [Commits](https://github.com/luyadev/yii-helpers/compare/1.2.0...1.2.2) --- updated-dependencies: - dependency-name: luyadev/yii-helpers dependency-type: indirect ... Signed-off-by: dependabot[bot] --- composer.lock | 134 ++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 96 insertions(+), 38 deletions(-) diff --git a/composer.lock b/composer.lock index 3788559..7a1f5c0 100644 --- a/composer.lock +++ b/composer.lock @@ -12,7 +12,7 @@ "version": "3.3.11", "source": { "type": "git", - "url": "https://github.com/RobinHerbots/Inputmask.git", + "url": "git@github.com:RobinHerbots/Inputmask.git", "reference": "5e670ad62f50c738388d4dcec78d2888505ad77b" }, "dist": { @@ -30,16 +30,16 @@ }, { "name": "bower-asset/jquery", - "version": "3.5.1", + "version": "3.6.1", "source": { "type": "git", - "url": "https://github.com/jquery/jquery-dist.git", - "reference": "4c0e4becb8263bb5b3e6dadc448d8e7305ef8215" + "url": "git@github.com:jquery/jquery-dist.git", + "reference": "3711efedf0ca2e998cd0417324f717f2e0b828ec" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jquery/jquery-dist/zipball/4c0e4becb8263bb5b3e6dadc448d8e7305ef8215", - "reference": "4c0e4becb8263bb5b3e6dadc448d8e7305ef8215" + "url": "https://api.github.com/repos/jquery/jquery-dist/zipball/3711efedf0ca2e998cd0417324f717f2e0b828ec", + "reference": "3711efedf0ca2e998cd0417324f717f2e0b828ec" }, "type": "bower-asset", "license": [ @@ -51,12 +51,12 @@ "version": "v1.3.2", "source": { "type": "git", - "url": "https://github.com/bestiejs/punycode.js.git", + "url": "https://github.com/mathiasbynens/punycode.js.git", "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bestiejs/punycode.js/zipball/38c8d3131a82567bfef18da09f7f4db68c84f8a3", + "url": "https://api.github.com/repos/mathiasbynens/punycode.js/zipball/38c8d3131a82567bfef18da09f7f4db68c84f8a3", "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3" }, "type": "bower-asset" @@ -275,32 +275,39 @@ }, { "name": "ezyang/htmlpurifier", - "version": "v4.13.0", + "version": "v4.16.0", "source": { "type": "git", "url": "https://github.com/ezyang/htmlpurifier.git", - "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75" + "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/08e27c97e4c6ed02f37c5b2b20488046c8d90d75", - "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75", + "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/523407fb06eb9e5f3d59889b3978d5bfe94299c8", + "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8", "shasum": "" }, "require": { - "php": ">=5.2" + "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0" }, "require-dev": { - "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd" + "cerdic/css-tidy": "^1.7 || ^2.0", + "simpletest/simpletest": "dev-master" + }, + "suggest": { + "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.", + "ext-bcmath": "Used for unit conversion and imagecrash protection", + "ext-iconv": "Converts text to and from non-UTF-8 encodings", + "ext-tidy": "Used for pretty-printing HTML" }, "type": "library", "autoload": { - "psr-0": { - "HTMLPurifier": "library/" - }, "files": [ "library/HTMLPurifier.composer.php" ], + "psr-0": { + "HTMLPurifier": "library/" + }, "exclude-from-classmap": [ "/library/HTMLPurifier/Language/" ] @@ -323,9 +330,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.16.0" }, - "time": "2020-06-29T00:56:53+00:00" + "time": "2022-09-18T07:06:19+00:00" }, { "name": "flowjs/flow-php-server", @@ -962,16 +969,16 @@ }, { "name": "luyadev/yii-helpers", - "version": "1.2.0", + "version": "1.2.2", "source": { "type": "git", "url": "https://github.com/luyadev/yii-helpers.git", - "reference": "f481844776c9c299237666b0aa19aea6d6d7fed1" + "reference": "6ec9996a7443c4ba1bf4f92178cf58121a4723d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/luyadev/yii-helpers/zipball/f481844776c9c299237666b0aa19aea6d6d7fed1", - "reference": "f481844776c9c299237666b0aa19aea6d6d7fed1", + "url": "https://api.github.com/repos/luyadev/yii-helpers/zipball/6ec9996a7443c4ba1bf4f92178cf58121a4723d8", + "reference": "6ec9996a7443c4ba1bf4f92178cf58121a4723d8", "shasum": "" }, "require": { @@ -999,9 +1006,9 @@ "description": "Static helper methods in addition to the Yii Framework.", "support": { "issues": "https://github.com/luyadev/yii-helpers/issues", - "source": "https://github.com/luyadev/yii-helpers/tree/1.2.0" + "source": "https://github.com/luyadev/yii-helpers/tree/1.2.2" }, - "time": "2021-06-15T20:06:23+00:00" + "time": "2022-07-20T12:41:59+00:00" }, { "name": "myclabs/deep-copy", @@ -1061,6 +1068,56 @@ ], "time": "2020-11-13T09:40:50+00:00" }, + { + "name": "paragonie/random_compat", + "version": "v9.99.100", + "source": { + "type": "git", + "url": "https://github.com/paragonie/random_compat.git", + "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a", + "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a", + "shasum": "" + }, + "require": { + "php": ">= 7" + }, + "require-dev": { + "phpunit/phpunit": "4.*|5.*", + "vimeo/psalm": "^1" + }, + "suggest": { + "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." + }, + "type": "library", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Paragon Initiative Enterprises", + "email": "security@paragonie.com", + "homepage": "https://paragonie.com" + } + ], + "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", + "keywords": [ + "csprng", + "polyfill", + "pseudorandom", + "random" + ], + "support": { + "email": "info@paragonie.com", + "issues": "https://github.com/paragonie/random_compat/issues", + "source": "https://github.com/paragonie/random_compat" + }, + "time": "2020-10-15T08:29:30+00:00" + }, { "name": "phar-io/manifest", "version": "2.0.3", @@ -3323,21 +3380,21 @@ }, { "name": "yiisoft/yii2", - "version": "2.0.42.1", + "version": "2.0.46", "source": { "type": "git", "url": "https://github.com/yiisoft/yii2-framework.git", - "reference": "976e2e892af4df933831b5e0a05d0acf4b173d98" + "reference": "d73259c3bc886648a6875109f9f09cddeff03708" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/976e2e892af4df933831b5e0a05d0acf4b173d98", - "reference": "976e2e892af4df933831b5e0a05d0acf4b173d98", + "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/d73259c3bc886648a6875109f9f09cddeff03708", + "reference": "d73259c3bc886648a6875109f9f09cddeff03708", "shasum": "" }, "require": { "bower-asset/inputmask": "~3.2.2 | ~3.3.5", - "bower-asset/jquery": "3.5.*@stable | 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable", + "bower-asset/jquery": "3.6.*@stable | 3.5.*@stable | 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable", "bower-asset/punycode": "1.3.*", "bower-asset/yii2-pjax": "~2.0.1", "cebe/markdown": "~1.0.0 | ~1.1.0 | ~1.2.0", @@ -3345,6 +3402,7 @@ "ext-mbstring": "*", "ezyang/htmlpurifier": "~4.6", "lib-pcre": "*", + "paragonie/random_compat": ">=1", "php": ">=5.4.0", "yiisoft/yii2-composer": "~2.0.4" }, @@ -3370,13 +3428,13 @@ { "name": "Qiang Xue", "email": "qiang.xue@gmail.com", - "homepage": "http://www.yiiframework.com/", + "homepage": "https://www.yiiframework.com/", "role": "Founder and project lead" }, { "name": "Alexander Makarov", "email": "sam@rmcreative.ru", - "homepage": "http://rmcreative.ru/", + "homepage": "https://rmcreative.ru/", "role": "Core framework development" }, { @@ -3387,7 +3445,7 @@ { "name": "Carsten Brandt", "email": "mail@cebe.cc", - "homepage": "http://cebe.cc/", + "homepage": "https://www.cebe.cc/", "role": "Core framework development" }, { @@ -3414,17 +3472,17 @@ } ], "description": "Yii PHP Framework Version 2", - "homepage": "http://www.yiiframework.com/", + "homepage": "https://www.yiiframework.com/", "keywords": [ "framework", "yii2" ], "support": { - "forum": "http://www.yiiframework.com/forum/", - "irc": "irc://irc.freenode.net/yii", + "forum": "https://forum.yiiframework.com/", + "irc": "ircs://irc.libera.chat:6697/yii", "issues": "https://github.com/yiisoft/yii2/issues?state=open", "source": "https://github.com/yiisoft/yii2", - "wiki": "http://www.yiiframework.com/wiki/" + "wiki": "https://www.yiiframework.com/wiki" }, "funding": [ { @@ -3440,7 +3498,7 @@ "type": "tidelift" } ], - "time": "2021-05-06T11:44:35+00:00" + "time": "2022-08-18T22:18:45+00:00" }, { "name": "yiisoft/yii2-composer",