From 62f2ab7a2062127d3ceb5c2c52dcb01b69aab461 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 21:09:00 +0200 Subject: [PATCH] Composer(deps): Bump smarty/smarty from 5.3.0 to 5.3.1 in /web (#977) Bumps [smarty/smarty](https://github.com/smarty-php/smarty) from 5.3.0 to 5.3.1. - [Release notes](https://github.com/smarty-php/smarty/releases) - [Changelog](https://github.com/smarty-php/smarty/blob/master/CHANGELOG.md) - [Commits](https://github.com/smarty-php/smarty/compare/v5.3.0...v5.3.1) --- updated-dependencies: - dependency-name: smarty/smarty dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/web/composer.lock b/web/composer.lock index e2842454c..3304f7092 100644 --- a/web/composer.lock +++ b/web/composer.lock @@ -552,16 +552,16 @@ }, { "name": "smarty/smarty", - "version": "v5.3.0", + "version": "v5.3.1", "source": { "type": "git", "url": "https://github.com/smarty-php/smarty.git", - "reference": "353ca06d076da46964b0c709d8e4dd87677195b8" + "reference": "3cb35854326a94120cd415b81db28c53d95d0d5d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/smarty-php/smarty/zipball/353ca06d076da46964b0c709d8e4dd87677195b8", - "reference": "353ca06d076da46964b0c709d8e4dd87677195b8", + "url": "https://api.github.com/repos/smarty-php/smarty/zipball/3cb35854326a94120cd415b81db28c53d95d0d5d", + "reference": "3cb35854326a94120cd415b81db28c53d95d0d5d", "shasum": "" }, "require": { @@ -616,9 +616,9 @@ "support": { "forum": "https://github.com/smarty-php/smarty/discussions", "issues": "https://github.com/smarty-php/smarty/issues", - "source": "https://github.com/smarty-php/smarty/tree/v5.3.0" + "source": "https://github.com/smarty-php/smarty/tree/v5.3.1" }, - "time": "2024-05-30T11:14:56+00:00" + "time": "2024-06-16T19:51:13+00:00" }, { "name": "symfony/deprecation-contracts",