chore(deps): bump laravel/framework from 10.18.0 to 10.19.0

Bumps [laravel/framework](https://github.com/laravel/framework) from 10.18.0 to 10.19.0.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v10.18.0...v10.19.0)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-08-21 03:25:26 +00:00
committed by GitHub
parent f67ff98d78
commit 2ea74542e6

36
composer.lock generated
View File

@@ -1942,16 +1942,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v10.18.0", "version": "v10.19.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "9d41928900f7ecf409627a7d06c0a4dfecff2ea7" "reference": "b8557e4a708a1bd2bc8229bd53feecfa2ac1c6fb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/9d41928900f7ecf409627a7d06c0a4dfecff2ea7", "url": "https://api.github.com/repos/laravel/framework/zipball/b8557e4a708a1bd2bc8229bd53feecfa2ac1c6fb",
"reference": "9d41928900f7ecf409627a7d06c0a4dfecff2ea7", "reference": "b8557e4a708a1bd2bc8229bd53feecfa2ac1c6fb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2138,7 +2138,7 @@
"issues": "https://github.com/laravel/framework/issues", "issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework" "source": "https://github.com/laravel/framework"
}, },
"time": "2023-08-08T14:30:38+00:00" "time": "2023-08-15T13:42:57+00:00"
}, },
{ {
"name": "laravel/passport", "name": "laravel/passport",
@@ -2220,16 +2220,16 @@
}, },
{ {
"name": "laravel/prompts", "name": "laravel/prompts",
"version": "v0.1.4", "version": "v0.1.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/prompts.git", "url": "https://github.com/laravel/prompts.git",
"reference": "1b3ab520a75eddefcda99f49fb551d231769b1fa" "reference": "d880a909df144a4bf5760ebd09aba114f79d9adc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/prompts/zipball/1b3ab520a75eddefcda99f49fb551d231769b1fa", "url": "https://api.github.com/repos/laravel/prompts/zipball/d880a909df144a4bf5760ebd09aba114f79d9adc",
"reference": "1b3ab520a75eddefcda99f49fb551d231769b1fa", "reference": "d880a909df144a4bf5760ebd09aba114f79d9adc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2262,9 +2262,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/laravel/prompts/issues", "issues": "https://github.com/laravel/prompts/issues",
"source": "https://github.com/laravel/prompts/tree/v0.1.4" "source": "https://github.com/laravel/prompts/tree/v0.1.5"
}, },
"time": "2023-08-07T13:14:59+00:00" "time": "2023-08-15T14:29:44+00:00"
}, },
{ {
"name": "laravel/sanctum", "name": "laravel/sanctum",
@@ -3678,25 +3678,29 @@
}, },
{ {
"name": "nesbot/carbon", "name": "nesbot/carbon",
"version": "2.68.1", "version": "2.69.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/briannesbitt/Carbon.git", "url": "https://github.com/briannesbitt/Carbon.git",
"reference": "4f991ed2a403c85efbc4f23eb4030063fdbe01da" "reference": "4308217830e4ca445583a37d1bf4aff4153fa81c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4f991ed2a403c85efbc4f23eb4030063fdbe01da", "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4308217830e4ca445583a37d1bf4aff4153fa81c",
"reference": "4f991ed2a403c85efbc4f23eb4030063fdbe01da", "reference": "4308217830e4ca445583a37d1bf4aff4153fa81c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"php": "^7.1.8 || ^8.0", "php": "^7.1.8 || ^8.0",
"psr/clock": "^1.0",
"symfony/polyfill-mbstring": "^1.0", "symfony/polyfill-mbstring": "^1.0",
"symfony/polyfill-php80": "^1.16", "symfony/polyfill-php80": "^1.16",
"symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0" "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
}, },
"provide": {
"psr/clock-implementation": "1.0"
},
"require-dev": { "require-dev": {
"doctrine/dbal": "^2.0 || ^3.1.4", "doctrine/dbal": "^2.0 || ^3.1.4",
"doctrine/orm": "^2.7", "doctrine/orm": "^2.7",
@@ -3776,7 +3780,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-06-20T18:29:04+00:00" "time": "2023-08-03T09:00:52+00:00"
}, },
{ {
"name": "nette/schema", "name": "nette/schema",