From e514931ed92b8c0ee30f79cc84ef307f8ce7ced4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 23:08:58 -0800 Subject: [PATCH] chore(deps): bump phpoffice/phpspreadsheet from 3.7.0 to 3.8.0 (#7936) Bumps [phpoffice/phpspreadsheet](https://github.com/PHPOffice/PhpSpreadsheet) from 3.7.0 to 3.8.0. - [Release notes](https://github.com/PHPOffice/PhpSpreadsheet/releases) - [Changelog](https://github.com/PHPOffice/PhpSpreadsheet/blob/master/CHANGELOG.md) - [Commits](https://github.com/PHPOffice/PhpSpreadsheet/compare/3.7.0...3.8.0) --- updated-dependencies: - dependency-name: phpoffice/phpspreadsheet dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index dd14f3f35..6a0f1a679 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,7 @@ "particle/validator": "2.3.5", "pear/archive_tar": "1.5.0", "phpmailer/phpmailer": "6.9.3", - "phpoffice/phpspreadsheet": "3.7.0", + "phpoffice/phpspreadsheet": "3.8.0", "phpseclib/phpseclib": "3.0.43", "php81_bc/strftime": "0.7.6", "php-http/discovery": "1.20.0", diff --git a/composer.lock b/composer.lock index 480e5df9e..e09407c4e 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": "c4bec3db331abbae66671d61fbc24e2e", + "content-hash": "0e79f67c4a7d76d14bc75dec740e75b4", "packages": [ { "name": "academe/authorizenet-objects", @@ -6413,16 +6413,16 @@ }, { "name": "phpoffice/phpspreadsheet", - "version": "3.7.0", + "version": "3.8.0", "source": { "type": "git", "url": "https://github.com/PHPOffice/PhpSpreadsheet.git", - "reference": "2fc12fdc58d39297c7b8c72d65b37a1a25d65ab5" + "reference": "949c799c3538f3158bcf6c5f4d8a403027be0fbd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/2fc12fdc58d39297c7b8c72d65b37a1a25d65ab5", - "reference": "2fc12fdc58d39297c7b8c72d65b37a1a25d65ab5", + "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/949c799c3538f3158bcf6c5f4d8a403027be0fbd", + "reference": "949c799c3538f3158bcf6c5f4d8a403027be0fbd", "shasum": "" }, "require": { @@ -6511,9 +6511,9 @@ ], "support": { "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues", - "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/3.7.0" + "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/3.8.0" }, - "time": "2024-12-27T05:34:47+00:00" + "time": "2025-01-12T03:48:58+00:00" }, { "name": "phpoption/phpoption", @@ -13386,5 +13386,5 @@ "php": "8.1", "ext-intl": "8.1" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.3.0" } -- 2.11.4.GIT