fix auth css & update composer & npm

This commit is contained in:
2020-08-01 16:37:52 +02:00
parent 117ed6cfdc
commit f91eff1ccc
5 changed files with 20 additions and 96 deletions

14
composer.lock generated
View File

@@ -2905,16 +2905,16 @@
},
{
"name": "ramsey/uuid",
"version": "4.0.1",
"version": "4.1.0",
"source": {
"type": "git",
"url": "https://github.com/ramsey/uuid.git",
"reference": "ba8fff1d3abb8bb4d35a135ed22a31c6ef3ede3d"
"reference": "988dbefc7878d0a35f12afb4df1f7dd0bd153c43"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ramsey/uuid/zipball/ba8fff1d3abb8bb4d35a135ed22a31c6ef3ede3d",
"reference": "ba8fff1d3abb8bb4d35a135ed22a31c6ef3ede3d",
"url": "https://api.github.com/repos/ramsey/uuid/zipball/988dbefc7878d0a35f12afb4df1f7dd0bd153c43",
"reference": "988dbefc7878d0a35f12afb4df1f7dd0bd153c43",
"shasum": ""
},
"require": {
@@ -2929,7 +2929,7 @@
},
"require-dev": {
"codeception/aspect-mock": "^3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2",
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7.0",
"doctrine/annotations": "^1.8",
"goaop/framework": "^2",
"mockery/mockery": "^1.3",
@@ -2938,8 +2938,8 @@
"php-mock/php-mock-mockery": "^1.3",
"php-mock/php-mock-phpunit": "^2.5",
"php-parallel-lint/php-parallel-lint": "^1.1",
"phpbench/phpbench": "^0.17.1",
"phpstan/extension-installer": "^1.0",
"phpstan/phpdoc-parser": "0.4.3",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-mockery": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
@@ -2988,7 +2988,7 @@
"type": "github"
}
],
"time": "2020-03-29T20:13:32+00:00"
"time": "2020-07-28T16:51:01+00:00"
},
{
"name": "swiftmailer/swiftmailer",