From fa042f5485e5186264e8d0f65484b95b1328155b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 21:48:39 +0000 Subject: [PATCH] chore(deps): bump bacon/bacon-qr-code in /apps/twofactor_totp Bumps [bacon/bacon-qr-code](https://github.com/Bacon/BaconQrCode) from 2.0.8 to 3.1.1. - [Release notes](https://github.com/Bacon/BaconQrCode/releases) - [Changelog](https://github.com/Bacon/BaconQrCode/blob/main/CHANGELOG.md) - [Commits](https://github.com/Bacon/BaconQrCode/compare/2.0.8...v3.1.1) --- updated-dependencies: - dependency-name: bacon/bacon-qr-code dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/twofactor_totp/composer.json | 2 +- apps/twofactor_totp/composer.lock | 25 +++++++++++++------------ 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/apps/twofactor_totp/composer.json b/apps/twofactor_totp/composer.json index ebe104383ed..e97e0aa35c9 100644 --- a/apps/twofactor_totp/composer.json +++ b/apps/twofactor_totp/composer.json @@ -11,7 +11,7 @@ "require": { "php": ">=8.3", "christian-riesen/otp": "^2.6", - "bacon/bacon-qr-code": "^2.0" + "bacon/bacon-qr-code": "^3.1" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.9", diff --git a/apps/twofactor_totp/composer.lock b/apps/twofactor_totp/composer.lock index 65f2f36a477..12a6b6c4f17 100644 --- a/apps/twofactor_totp/composer.lock +++ b/apps/twofactor_totp/composer.lock @@ -4,32 +4,33 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d6b3b681c2b38952da794f57af93a924", + "content-hash": "f6e5cd2f8d0986a8f13c818101d28f82", "packages": [ { "name": "bacon/bacon-qr-code", - "version": "2.0.8", + "version": "v3.1.1", "source": { "type": "git", "url": "https://github.com/Bacon/BaconQrCode.git", - "reference": "8674e51bb65af933a5ffaf1c308a660387c35c22" + "reference": "4da2233e72eeecd9be3b62e0dc2cc9ed8e2e31c2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/8674e51bb65af933a5ffaf1c308a660387c35c22", - "reference": "8674e51bb65af933a5ffaf1c308a660387c35c22", + "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/4da2233e72eeecd9be3b62e0dc2cc9ed8e2e31c2", + "reference": "4da2233e72eeecd9be3b62e0dc2cc9ed8e2e31c2", "shasum": "" }, "require": { "dasprid/enum": "^1.0.3", "ext-iconv": "*", - "php": "^7.1 || ^8.0" + "php": "^8.1" }, "require-dev": { - "phly/keep-a-changelog": "^2.1", - "phpunit/phpunit": "^7 | ^8 | ^9", - "spatie/phpunit-snapshot-assertions": "^4.2.9", - "squizlabs/php_codesniffer": "^3.4" + "phly/keep-a-changelog": "^2.12", + "phpunit/phpunit": "^10.5.11 || ^11.0.4", + "spatie/phpunit-snapshot-assertions": "^5.1.5", + "spatie/pixelmatch-php": "^1.2.0", + "squizlabs/php_codesniffer": "^3.9" }, "suggest": { "ext-imagick": "to generate QR code images" @@ -56,9 +57,9 @@ "homepage": "https://github.com/Bacon/BaconQrCode", "support": { "issues": "https://github.com/Bacon/BaconQrCode/issues", - "source": "https://github.com/Bacon/BaconQrCode/tree/2.0.8" + "source": "https://github.com/Bacon/BaconQrCode/tree/v3.1.1" }, - "time": "2022-12-07T17:46:57+00:00" + "time": "2026-04-05T21:06:35+00:00" }, { "name": "christian-riesen/otp",