Update packages.

This commit is contained in:
James Cole 2021-12-19 07:05:31 +01:00
parent 14c6926360
commit d35d51c014
No known key found for this signature in database
GPG Key ID: BDE6667570EADBD5

42
composer.lock generated
View File

@ -1847,16 +1847,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v8.75.0", "version": "v8.76.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "0bb91d3176357da232da69762a64b0e0a0988637" "reference": "c67acfdc968f487b6235435080eef62a7e2ed055"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/0bb91d3176357da232da69762a64b0e0a0988637", "url": "https://api.github.com/repos/laravel/framework/zipball/c67acfdc968f487b6235435080eef62a7e2ed055",
"reference": "0bb91d3176357da232da69762a64b0e0a0988637", "reference": "c67acfdc968f487b6235435080eef62a7e2ed055",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2015,7 +2015,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": "2021-12-07T14:55:46+00:00" "time": "2021-12-15T14:02:14+00:00"
}, },
{ {
"name": "laravel/passport", "name": "laravel/passport",
@ -7386,16 +7386,16 @@
}, },
{ {
"name": "vlucas/phpdotenv", "name": "vlucas/phpdotenv",
"version": "v5.4.0", "version": "v5.4.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/vlucas/phpdotenv.git", "url": "https://github.com/vlucas/phpdotenv.git",
"reference": "d4394d044ed69a8f244f3445bcedf8a0d7fe2403" "reference": "264dce589e7ce37a7ba99cb901eed8249fbec92f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/d4394d044ed69a8f244f3445bcedf8a0d7fe2403", "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/264dce589e7ce37a7ba99cb901eed8249fbec92f",
"reference": "d4394d044ed69a8f244f3445bcedf8a0d7fe2403", "reference": "264dce589e7ce37a7ba99cb901eed8249fbec92f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -7433,11 +7433,13 @@
"authors": [ "authors": [
{ {
"name": "Graham Campbell", "name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk" "email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
}, },
{ {
"name": "Vance Lucas", "name": "Vance Lucas",
"email": "vance@vancelucas.com" "email": "vance@vancelucas.com",
"homepage": "https://github.com/vlucas"
} }
], ],
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
@ -7448,7 +7450,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/vlucas/phpdotenv/issues", "issues": "https://github.com/vlucas/phpdotenv/issues",
"source": "https://github.com/vlucas/phpdotenv/tree/v5.4.0" "source": "https://github.com/vlucas/phpdotenv/tree/v5.4.1"
}, },
"funding": [ "funding": [
{ {
@ -7460,7 +7462,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-11-10T01:08:39+00:00" "time": "2021-12-12T23:22:04+00:00"
}, },
{ {
"name": "voku/portable-ascii", "name": "voku/portable-ascii",
@ -7598,16 +7600,16 @@
"packages-dev": [ "packages-dev": [
{ {
"name": "barryvdh/laravel-debugbar", "name": "barryvdh/laravel-debugbar",
"version": "v3.6.4", "version": "v3.6.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/barryvdh/laravel-debugbar.git", "url": "https://github.com/barryvdh/laravel-debugbar.git",
"reference": "3c2d678269ba60e178bcd93e36f6a91c36b727f1" "reference": "ccf109f8755dcc7e58779d1aeb1051b04e0b4bef"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/3c2d678269ba60e178bcd93e36f6a91c36b727f1", "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/ccf109f8755dcc7e58779d1aeb1051b04e0b4bef",
"reference": "3c2d678269ba60e178bcd93e36f6a91c36b727f1", "reference": "ccf109f8755dcc7e58779d1aeb1051b04e0b4bef",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -7635,7 +7637,7 @@
"Barryvdh\\Debugbar\\ServiceProvider" "Barryvdh\\Debugbar\\ServiceProvider"
], ],
"aliases": { "aliases": {
"Debugbar": "Barryvdh\\Debugbar\\Facade" "Debugbar": "Barryvdh\\Debugbar\\Facades\\Debugbar"
} }
} }
}, },
@ -7667,7 +7669,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/barryvdh/laravel-debugbar/issues", "issues": "https://github.com/barryvdh/laravel-debugbar/issues",
"source": "https://github.com/barryvdh/laravel-debugbar/tree/v3.6.4" "source": "https://github.com/barryvdh/laravel-debugbar/tree/v3.6.5"
}, },
"funding": [ "funding": [
{ {
@ -7679,7 +7681,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2021-10-21T10:57:31+00:00" "time": "2021-12-14T14:45:18+00:00"
}, },
{ {
"name": "barryvdh/laravel-ide-helper", "name": "barryvdh/laravel-ide-helper",