Bump intervention/image from 3.3.1 to 3.3.3 #447

Closed
dependabot[bot] wants to merge 1 commits from dependabot/composer/intervention/image-3.3.3 into main

40
composer.lock generated
View File

@@ -1871,16 +1871,16 @@
},
{
"name": "intervention/gif",
"version": "4.0.0",
"version": "4.0.1",
"source": {
"type": "git",
"url": "https://github.com/Intervention/gif.git",
"reference": "521010e0cf1f5cde9df54b8adcd7496ab5f1504f"
"reference": "3d4fa6e5eed87f344ada9c0beb410d68e9f274ae"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Intervention/gif/zipball/521010e0cf1f5cde9df54b8adcd7496ab5f1504f",
"reference": "521010e0cf1f5cde9df54b8adcd7496ab5f1504f",
"url": "https://api.github.com/repos/Intervention/gif/zipball/3d4fa6e5eed87f344ada9c0beb410d68e9f274ae",
"reference": "3d4fa6e5eed87f344ada9c0beb410d68e9f274ae",
"shasum": ""
},
"require": {
@@ -1888,7 +1888,8 @@
},
"require-dev": {
"phpstan/phpstan": "^1",
"phpunit/phpunit": "^9"
"phpunit/phpunit": "^9",
"squizlabs/php_codesniffer": "^3.8"
},
"type": "library",
"autoload": {
@@ -1917,33 +1918,44 @@
],
"support": {
"issues": "https://github.com/Intervention/gif/issues",
"source": "https://github.com/Intervention/gif/tree/4.0.0"
"source": "https://github.com/Intervention/gif/tree/4.0.1"
},
"time": "2024-01-06T16:35:57+00:00"
"funding": [
{
"url": "https://paypal.me/interventionio",
"type": "custom"
},
{
"url": "https://github.com/Intervention",
"type": "github"
}
],
"time": "2024-01-27T08:01:45+00:00"
},
{
"name": "intervention/image",
"version": "3.3.1",
"version": "3.3.3",
"source": {
"type": "git",
"url": "https://github.com/Intervention/image.git",
"reference": "fd09f59b09b3f1ee9ad90a893230781f03d1e33d"
"reference": "ad8058f5be94110d72d44958a5e5f4a0705c7471"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Intervention/image/zipball/fd09f59b09b3f1ee9ad90a893230781f03d1e33d",
"reference": "fd09f59b09b3f1ee9ad90a893230781f03d1e33d",
"url": "https://api.github.com/repos/Intervention/image/zipball/ad8058f5be94110d72d44958a5e5f4a0705c7471",
"reference": "ad8058f5be94110d72d44958a5e5f4a0705c7471",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"intervention/gif": "^4",
"intervention/gif": "^4.0.1",
"php": "^8.1"
},
"require-dev": {
"mockery/mockery": "^1.6",
"phpstan/phpstan": "^1",
"phpunit/phpunit": "^9",
"slevomat/coding-standard": "~8.0",
"squizlabs/php_codesniffer": "^3.8"
},
"suggest": {
@@ -1978,7 +1990,7 @@
],
"support": {
"issues": "https://github.com/Intervention/image/issues",
"source": "https://github.com/Intervention/image/tree/3.3.1"
"source": "https://github.com/Intervention/image/tree/3.3.3"
},
"funding": [
{
@@ -1990,7 +2002,7 @@
"type": "github"
}
],
"time": "2024-01-22T17:56:18+00:00"
"time": "2024-02-02T15:08:10+00:00"
},
{
"name": "laravel/framework",