diff --git a/composer.json b/composer.json index 2d7a3ed..727d7ef 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "ext-curl": "*", "ext-mbstring": "*", "gregwar/image": "2.*", - "smarty/smarty": "3.1.39", + "smarty/smarty": "3.1.43", "mobiledetect/mobiledetectlib": "^2.8", "phpmailer/phpmailer": "~6.0" } diff --git a/composer.lock b/composer.lock index a0d1460..d5cee12 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "6fc9608419bb3ec2d67226f7eaae99ec", + "content-hash": "201d9c5773676583fd05411f4c6b6f13", "packages": [ { "name": "gregwar/cache", @@ -151,6 +151,12 @@ "mobile detector", "php mobile detect" ], + "funding": [ + { + "url": "https://github.com/serbanghita", + "type": "github" + } + ], "time": "2021-02-19T21:22:57+00:00" }, { @@ -217,20 +223,26 @@ } ], "description": "PHPMailer is a full-featured email creation and transfer class for PHP", + "funding": [ + { + "url": "https://github.com/Synchro", + "type": "github" + } + ], "time": "2021-02-19T15:28:08+00:00" }, { "name": "smarty/smarty", - "version": "v3.1.39", + "version": "v3.1.43", "source": { "type": "git", "url": "https://github.com/smarty-php/smarty.git", - "reference": "e27da524f7bcd7361e3ea5cdfa99c4378a7b5419" + "reference": "273f7e00fec034f6d61112552e9caf08d19565b7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/smarty-php/smarty/zipball/e27da524f7bcd7361e3ea5cdfa99c4378a7b5419", - "reference": "e27da524f7bcd7361e3ea5cdfa99c4378a7b5419", + "url": "https://api.github.com/repos/smarty-php/smarty/zipball/273f7e00fec034f6d61112552e9caf08d19565b7", + "reference": "273f7e00fec034f6d61112552e9caf08d19565b7", "shasum": "" }, "require": { @@ -274,7 +286,7 @@ "keywords": [ "templating" ], - "time": "2021-02-17T21:57:51+00:00" + "time": "2022-01-10T09:52:40+00:00" } ], "packages-dev": [], @@ -289,5 +301,6 @@ "ext-curl": "*", "ext-mbstring": "*" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "1.1.0" }