mirror of
https://github.com/anonaddy/anonaddy.git
synced 2025-12-28 07:55:07 +00:00
Upgrade passport
This commit is contained in:
parent
4d41e2c635
commit
df5e0f0806
@ -13,7 +13,7 @@
|
||||
"doctrine/dbal": "^2.9",
|
||||
"fideloper/proxy": "^4.0",
|
||||
"laravel/framework": "^6.0",
|
||||
"laravel/passport": "^7.5",
|
||||
"laravel/passport": "^8.0",
|
||||
"laravel/tinker": "^1.0",
|
||||
"mews/captcha": "^3.0.0",
|
||||
"php-mime-mail-parser/php-mime-mail-parser": "^5.0",
|
||||
|
||||
84
composer.lock
generated
84
composer.lock
generated
@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "f9bf7ae62bdf033feb821f10fd8e9335",
|
||||
"content-hash": "fdf3d3df2a9fc1dfdc3a8579713b659f",
|
||||
"packages": [
|
||||
{
|
||||
"name": "bacon/bacon-qr-code",
|
||||
@ -1159,16 +1159,16 @@
|
||||
},
|
||||
{
|
||||
"name": "laravel/framework",
|
||||
"version": "v6.4.0",
|
||||
"version": "v6.4.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/framework.git",
|
||||
"reference": "bbaf5e956cb24512c48fc31129a5e357a09a8ea1"
|
||||
"reference": "ebd8fcc038effa8c5f8791346c48047f7d0ed320"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/bbaf5e956cb24512c48fc31129a5e357a09a8ea1",
|
||||
"reference": "bbaf5e956cb24512c48fc31129a5e357a09a8ea1",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/ebd8fcc038effa8c5f8791346c48047f7d0ed320",
|
||||
"reference": "ebd8fcc038effa8c5f8791346c48047f7d0ed320",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1301,49 +1301,49 @@
|
||||
"framework",
|
||||
"laravel"
|
||||
],
|
||||
"time": "2019-10-23T13:29:43+00:00"
|
||||
"time": "2019-10-29T14:30:39+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/passport",
|
||||
"version": "v7.5.1",
|
||||
"version": "v8.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/passport.git",
|
||||
"reference": "d63cdd672c3d65b3c35b73d0ef13a9dbfcb71c08"
|
||||
"reference": "b4ccd2f0dcea5c1609dc16b7b6d5216c69394a53"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/passport/zipball/d63cdd672c3d65b3c35b73d0ef13a9dbfcb71c08",
|
||||
"reference": "d63cdd672c3d65b3c35b73d0ef13a9dbfcb71c08",
|
||||
"url": "https://api.github.com/repos/laravel/passport/zipball/b4ccd2f0dcea5c1609dc16b7b6d5216c69394a53",
|
||||
"reference": "b4ccd2f0dcea5c1609dc16b7b6d5216c69394a53",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-json": "*",
|
||||
"firebase/php-jwt": "~3.0|~4.0|~5.0",
|
||||
"guzzlehttp/guzzle": "~6.0",
|
||||
"illuminate/auth": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
|
||||
"illuminate/console": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
|
||||
"illuminate/container": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
|
||||
"illuminate/contracts": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
|
||||
"illuminate/cookie": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
|
||||
"illuminate/database": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
|
||||
"illuminate/encryption": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
|
||||
"illuminate/http": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
|
||||
"illuminate/support": "~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
|
||||
"league/oauth2-server": "^7.0",
|
||||
"php": ">=7.1",
|
||||
"firebase/php-jwt": "^3.0|^4.0|^5.0",
|
||||
"guzzlehttp/guzzle": "^6.0",
|
||||
"illuminate/auth": "^6.0|^7.0",
|
||||
"illuminate/console": "^6.0|^7.0",
|
||||
"illuminate/container": "^6.0|^7.0",
|
||||
"illuminate/contracts": "^6.0|^7.0",
|
||||
"illuminate/cookie": "^6.0|^7.0",
|
||||
"illuminate/database": "^6.0|^7.0",
|
||||
"illuminate/encryption": "^6.0|^7.0",
|
||||
"illuminate/http": "^6.0|^7.0",
|
||||
"illuminate/support": "^6.0|^7.0",
|
||||
"league/oauth2-server": "^8.0",
|
||||
"php": "^7.2",
|
||||
"phpseclib/phpseclib": "^2.0",
|
||||
"symfony/psr-http-message-bridge": "~1.0",
|
||||
"zendframework/zend-diactoros": "~1.0|~2.0"
|
||||
"symfony/psr-http-message-bridge": "^1.0",
|
||||
"zendframework/zend-diactoros": "^2.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"mockery/mockery": "^1.0",
|
||||
"phpunit/phpunit": "^7.4|^8.0"
|
||||
"phpunit/phpunit": "^8.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "7.0-dev"
|
||||
"dev-master": "8.x-dev"
|
||||
},
|
||||
"laravel": {
|
||||
"providers": [
|
||||
@ -1372,7 +1372,7 @@
|
||||
"oauth",
|
||||
"passport"
|
||||
],
|
||||
"time": "2019-10-08T16:45:24+00:00"
|
||||
"time": "2019-10-29T15:13:21+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/tinker",
|
||||
@ -1628,24 +1628,25 @@
|
||||
},
|
||||
{
|
||||
"name": "league/oauth2-server",
|
||||
"version": "7.4.0",
|
||||
"version": "8.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/thephpleague/oauth2-server.git",
|
||||
"reference": "2eb1cf79e59d807d89c256e7ac5e2bf8bdbd4acf"
|
||||
"reference": "e1dc4d708c56fcfa205be4bb1862b6d525b4baac"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/2eb1cf79e59d807d89c256e7ac5e2bf8bdbd4acf",
|
||||
"reference": "2eb1cf79e59d807d89c256e7ac5e2bf8bdbd4acf",
|
||||
"url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/e1dc4d708c56fcfa205be4bb1862b6d525b4baac",
|
||||
"reference": "e1dc4d708c56fcfa205be4bb1862b6d525b4baac",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"defuse/php-encryption": "^2.1",
|
||||
"defuse/php-encryption": "^2.2.1",
|
||||
"ext-json": "*",
|
||||
"ext-openssl": "*",
|
||||
"lcobucci/jwt": "^3.2.2",
|
||||
"league/event": "^2.1",
|
||||
"php": ">=7.0.0",
|
||||
"lcobucci/jwt": "^3.3.1",
|
||||
"league/event": "^2.2",
|
||||
"php": ">=7.1.0",
|
||||
"psr/http-message": "^1.0.1"
|
||||
},
|
||||
"replace": {
|
||||
@ -1653,12 +1654,11 @@
|
||||
"lncd/oauth2": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpstan/phpstan": "^0.9.2",
|
||||
"phpstan/phpstan-phpunit": "^0.9.4",
|
||||
"phpstan/phpstan-strict-rules": "^0.9.0",
|
||||
"phpunit/phpunit": "^6.3 || ^7.0",
|
||||
"phpstan/phpstan": "^0.11.8",
|
||||
"phpstan/phpstan-phpunit": "^0.11.2",
|
||||
"phpunit/phpunit": "^7.5.13 || ^8.2.3",
|
||||
"roave/security-advisories": "dev-master",
|
||||
"zendframework/zend-diactoros": "^1.3.2"
|
||||
"zendframework/zend-diactoros": "^2.1.2"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
@ -1701,7 +1701,7 @@
|
||||
"secure",
|
||||
"server"
|
||||
],
|
||||
"time": "2019-05-05T09:22:01+00:00"
|
||||
"time": "2019-07-13T18:58:26+00:00"
|
||||
},
|
||||
{
|
||||
"name": "mews/captcha",
|
||||
|
||||
6
package-lock.json
generated
6
package-lock.json
generated
@ -9227,9 +9227,9 @@
|
||||
"integrity": "sha512-s7jmZPlm9FeueJg1RwJtnE9KNPtME/7C8uRWSfp9/yEN4M8XcS/d+bddoyVwVnvFyRh9msFo0HWeW0vTL8Qv+w=="
|
||||
},
|
||||
"vue-notification": {
|
||||
"version": "1.3.19",
|
||||
"resolved": "https://registry.npmjs.org/vue-notification/-/vue-notification-1.3.19.tgz",
|
||||
"integrity": "sha512-iksi/PyJRVkCNu4p+iMWI/dDlfGKcQJG+7jAimm420dBilrG+XPKf7GhDsNK36lxZ0whQGxydmhINUhF1Ans3w=="
|
||||
"version": "1.3.20",
|
||||
"resolved": "https://registry.npmjs.org/vue-notification/-/vue-notification-1.3.20.tgz",
|
||||
"integrity": "sha512-vPj67Ah72p8xvtyVE8emfadqVWguOScAjt6OJDEUdcW5hW189NsqvfkOrctxHUUO9UYl9cTbIkzAEcPnHu+zBQ=="
|
||||
},
|
||||
"vue-style-loader": {
|
||||
"version": "4.1.2",
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
"vue": "^2.6.10",
|
||||
"vue-good-table": "^2.18.0",
|
||||
"vue-multiselect": "^2.1.6",
|
||||
"vue-notification": "^1.3.19",
|
||||
"vue-notification": "^1.3.20",
|
||||
"vue-template-compiler": "^2.6.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
8
resources/css/app.css
vendored
8
resources/css/app.css
vendored
@ -15,19 +15,19 @@ html {
|
||||
/* Add custom components here... */
|
||||
|
||||
/* purgecss start ignore */
|
||||
.notification-wrapper .vue-notification {
|
||||
.vue-notification-wrapper .vue-notification {
|
||||
@apply text-sm mb-4 mr-4 mt-0 ml-0;
|
||||
}
|
||||
|
||||
.notification-wrapper .vue-notification.success {
|
||||
.vue-notification-wrapper .vue-notification.success {
|
||||
@apply bg-green-100 border-green-600 text-green-800;
|
||||
}
|
||||
|
||||
.notification-wrapper .vue-notification.error {
|
||||
.vue-notification-wrapper .vue-notification.error {
|
||||
@apply bg-red-100 border-red-600 text-red-800;
|
||||
}
|
||||
|
||||
.notification-wrapper .vue-notification.warn {
|
||||
.vue-notification-wrapper .vue-notification.warn {
|
||||
@apply bg-yellow-100 border-yellow-600 text-yellow-800;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user