build(deps): bump laravel/pulse from 1.0.0-beta8 to 1.0.0-beta10

Bumps [laravel/pulse](https://github.com/laravel/pulse) from 1.0.0-beta8 to 1.0.0-beta10.
- [Commits](https://github.com/laravel/pulse/compare/v1.0.0-beta8...v1.0.0-beta10)

---
updated-dependencies:
- dependency-name: laravel/pulse
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-01-22 03:42:18 +00:00
committed by GitHub
parent 1bb4655bdb
commit 58d071ff0c

116
composer.lock generated
View File

@@ -774,16 +774,16 @@
},
{
"name": "doctrine/inflector",
"version": "2.0.8",
"version": "2.0.9",
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
"reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff"
"reference": "2930cd5ef353871c821d5c43ed030d39ac8cfe65"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/f9301a5b2fb1216b2b08f02ba04dc45423db6bff",
"reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/2930cd5ef353871c821d5c43ed030d39ac8cfe65",
"reference": "2930cd5ef353871c821d5c43ed030d39ac8cfe65",
"shasum": ""
},
"require": {
@@ -845,7 +845,7 @@
],
"support": {
"issues": "https://github.com/doctrine/inflector/issues",
"source": "https://github.com/doctrine/inflector/tree/2.0.8"
"source": "https://github.com/doctrine/inflector/tree/2.0.9"
},
"funding": [
{
@@ -861,7 +861,7 @@
"type": "tidelift"
}
],
"time": "2023-06-16T13:40:37+00:00"
"time": "2024-01-15T18:05:13+00:00"
},
{
"name": "doctrine/lexer",
@@ -2124,16 +2124,16 @@
},
{
"name": "laravel/framework",
"version": "v10.40.0",
"version": "v10.41.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "7a9470071dac9579ebf29ad1b9d73e4b8eb586fc"
"reference": "da31969bd35e6ee0bbcd9e876f88952dc754b012"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/7a9470071dac9579ebf29ad1b9d73e4b8eb586fc",
"reference": "7a9470071dac9579ebf29ad1b9d73e4b8eb586fc",
"url": "https://api.github.com/repos/laravel/framework/zipball/da31969bd35e6ee0bbcd9e876f88952dc754b012",
"reference": "da31969bd35e6ee0bbcd9e876f88952dc754b012",
"shasum": ""
},
"require": {
@@ -2325,7 +2325,7 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2024-01-09T11:46:47+00:00"
"time": "2024-01-16T15:23:58+00:00"
},
{
"name": "laravel/octane",
@@ -2474,34 +2474,34 @@
},
{
"name": "laravel/pulse",
"version": "v1.0.0-beta8",
"version": "v1.0.0-beta10",
"source": {
"type": "git",
"url": "https://github.com/laravel/pulse.git",
"reference": "32fb030ebf9679a30c373cada2905568d3cf818e"
"reference": "4ff1e970262e0b844f3dfe5c215d5c25e4aab0e2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/pulse/zipball/32fb030ebf9679a30c373cada2905568d3cf818e",
"reference": "32fb030ebf9679a30c373cada2905568d3cf818e",
"url": "https://api.github.com/repos/laravel/pulse/zipball/4ff1e970262e0b844f3dfe5c215d5c25e4aab0e2",
"reference": "4ff1e970262e0b844f3dfe5c215d5c25e4aab0e2",
"shasum": ""
},
"require": {
"doctrine/sql-formatter": "^1.1",
"guzzlehttp/promises": "^1.0 || ^2.0",
"illuminate/auth": "^10.34",
"illuminate/cache": "^10.34",
"illuminate/config": "^10.34",
"illuminate/console": "^10.34",
"illuminate/contracts": "^10.34",
"illuminate/database": "^10.34",
"illuminate/events": "^10.34",
"illuminate/http": "^10.34",
"illuminate/queue": "^10.34",
"illuminate/redis": "^10.34",
"illuminate/routing": "^10.34",
"illuminate/support": "^10.34",
"illuminate/view": "^10.34",
"guzzlehttp/promises": "^1.0|^2.0",
"illuminate/auth": "^10.34|^11.0",
"illuminate/cache": "^10.34|^11.0",
"illuminate/config": "^10.34|^11.0",
"illuminate/console": "^10.34|^11.0",
"illuminate/contracts": "^10.34|^11.0",
"illuminate/database": "^10.34|^11.0",
"illuminate/events": "^10.34|^11.0",
"illuminate/http": "^10.34|^11.0",
"illuminate/queue": "^10.34|^11.0",
"illuminate/redis": "^10.34|^11.0",
"illuminate/routing": "^10.34|^11.0",
"illuminate/support": "^10.34|^11.0",
"illuminate/view": "^10.34|^11.0",
"livewire/livewire": "^3.2",
"nesbot/carbon": "^2.67",
"php": "^8.1"
@@ -2512,11 +2512,11 @@
"require-dev": {
"guzzlehttp/guzzle": "^7.7",
"mockery/mockery": "^1.0",
"orchestra/testbench": "^8.16",
"orchestra/testbench": "^8.16|^9.0",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-laravel": "^2.2",
"phpstan/phpstan": "^1.11",
"predis/predis": "^1.0 || ^2.0"
"predis/predis": "^1.0|^2.0"
},
"type": "library",
"extra": {
@@ -2556,7 +2556,7 @@
"issues": "https://github.com/laravel/pulse/issues",
"source": "https://github.com/laravel/pulse"
},
"time": "2023-12-27T14:15:20+00:00"
"time": "2024-01-16T23:14:53+00:00"
},
{
"name": "laravel/sanctum",
@@ -3215,35 +3215,35 @@
},
{
"name": "livewire/livewire",
"version": "v3.3.3",
"version": "v3.3.5",
"source": {
"type": "git",
"url": "https://github.com/livewire/livewire.git",
"reference": "6dd3bec8c711cd792742be4620057637e261e6f7"
"reference": "1ef880fbcdc7b6e5e405cc9135a62cd5fdbcd06a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/livewire/livewire/zipball/6dd3bec8c711cd792742be4620057637e261e6f7",
"reference": "6dd3bec8c711cd792742be4620057637e261e6f7",
"url": "https://api.github.com/repos/livewire/livewire/zipball/1ef880fbcdc7b6e5e405cc9135a62cd5fdbcd06a",
"reference": "1ef880fbcdc7b6e5e405cc9135a62cd5fdbcd06a",
"shasum": ""
},
"require": {
"illuminate/database": "^10.0",
"illuminate/support": "^10.0",
"illuminate/validation": "^10.0",
"illuminate/database": "^10.0|^11.0",
"illuminate/support": "^10.0|^11.0",
"illuminate/validation": "^10.0|^11.0",
"league/mime-type-detection": "^1.9",
"php": "^8.1",
"symfony/http-kernel": "^6.2"
"symfony/http-kernel": "^6.2|^7.0"
},
"require-dev": {
"calebporzio/sushi": "^2.1",
"laravel/framework": "^10.0",
"laravel/framework": "^10.0|^11.0",
"laravel/prompts": "^0.1.6",
"mockery/mockery": "^1.3.1",
"orchestra/testbench": "^8.0",
"orchestra/testbench-dusk": "^8.0",
"phpunit/phpunit": "^9.0",
"psy/psysh": "@stable"
"orchestra/testbench": "^8.0|^9.0",
"orchestra/testbench-dusk": "^8.0|^9.0",
"phpunit/phpunit": "^10.4",
"psy/psysh": "^0.11.22|^0.12"
},
"type": "library",
"extra": {
@@ -3277,7 +3277,7 @@
"description": "A front-end framework for Laravel.",
"support": {
"issues": "https://github.com/livewire/livewire/issues",
"source": "https://github.com/livewire/livewire/tree/v3.3.3"
"source": "https://github.com/livewire/livewire/tree/v3.3.5"
},
"funding": [
{
@@ -3285,7 +3285,7 @@
"type": "github"
}
],
"time": "2023-12-20T05:34:05+00:00"
"time": "2024-01-02T14:29:17+00:00"
},
{
"name": "monolog/monolog",
@@ -3563,31 +3563,31 @@
},
{
"name": "nette/schema",
"version": "v1.2.5",
"version": "v1.3.0",
"source": {
"type": "git",
"url": "https://github.com/nette/schema.git",
"reference": "0462f0166e823aad657c9224d0f849ecac1ba10a"
"reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/schema/zipball/0462f0166e823aad657c9224d0f849ecac1ba10a",
"reference": "0462f0166e823aad657c9224d0f849ecac1ba10a",
"url": "https://api.github.com/repos/nette/schema/zipball/a6d3a6d1f545f01ef38e60f375d1cf1f4de98188",
"reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188",
"shasum": ""
},
"require": {
"nette/utils": "^2.5.7 || ^3.1.5 || ^4.0",
"php": "7.1 - 8.3"
"nette/utils": "^4.0",
"php": "8.1 - 8.3"
},
"require-dev": {
"nette/tester": "^2.3 || ^2.4",
"nette/tester": "^2.4",
"phpstan/phpstan-nette": "^1.0",
"tracy/tracy": "^2.7"
"tracy/tracy": "^2.8"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
"dev-master": "1.3-dev"
}
},
"autoload": {
@@ -3619,9 +3619,9 @@
],
"support": {
"issues": "https://github.com/nette/schema/issues",
"source": "https://github.com/nette/schema/tree/v1.2.5"
"source": "https://github.com/nette/schema/tree/v1.3.0"
},
"time": "2023-10-05T20:37:59+00:00"
"time": "2023-12-11T11:54:22+00:00"
},
{
"name": "nette/utils",