Merge pull request #76 from sp-tarkov/dependabot/composer/develop/livewire/livewire-3.5.14

Bump livewire/livewire from 3.5.12 to 3.5.14
This commit is contained in:
Refringe 2024-11-28 10:45:27 -05:00 committed by GitHub
commit f30e367dc7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

20
composer.lock generated
View File

@ -4552,16 +4552,16 @@
},
{
"name": "livewire/livewire",
"version": "v3.5.12",
"version": "v3.5.14",
"source": {
"type": "git",
"url": "https://github.com/livewire/livewire.git",
"reference": "3c8d1f9d7d9098aaea663093ae168f2d5d2ae73d"
"reference": "e94a2cd1da95abc2c219190df09f1b34786dd00b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/livewire/livewire/zipball/3c8d1f9d7d9098aaea663093ae168f2d5d2ae73d",
"reference": "3c8d1f9d7d9098aaea663093ae168f2d5d2ae73d",
"url": "https://api.github.com/repos/livewire/livewire/zipball/e94a2cd1da95abc2c219190df09f1b34786dd00b",
"reference": "e94a2cd1da95abc2c219190df09f1b34786dd00b",
"shasum": ""
},
"require": {
@ -4587,12 +4587,12 @@
"type": "library",
"extra": {
"laravel": {
"providers": [
"Livewire\\LivewireServiceProvider"
],
"aliases": {
"Livewire": "Livewire\\Livewire"
}
},
"providers": [
"Livewire\\LivewireServiceProvider"
]
}
},
"autoload": {
@ -4616,7 +4616,7 @@
"description": "A front-end framework for Laravel.",
"support": {
"issues": "https://github.com/livewire/livewire/issues",
"source": "https://github.com/livewire/livewire/tree/v3.5.12"
"source": "https://github.com/livewire/livewire/tree/v3.5.14"
},
"funding": [
{
@ -4624,7 +4624,7 @@
"type": "github"
}
],
"time": "2024-10-15T19:35:06+00:00"
"time": "2024-11-28T15:35:31+00:00"
},
{
"name": "masterminds/html5",