From c81712bdf46b9fbd8641f07641470195d5487709 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Thu, 30 Jan 2020 17:14:42 +0300 Subject: [PATCH 1/3] [6.x] Update cross-env to the latest (#5216) This is not a fix for the vulnerability. Just updating the dependency to the latest version. @see https://yarnpkg.com/package/cross-env Yes, I know that they recently released version 6.0 and in a short time 7.0. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5682fae9..3729fb78 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "axios": "^0.19", - "cross-env": "^6.0", + "cross-env": "^7.0", "laravel-mix": "^5.0.1", "lodash": "^4.17.13", "resolve-url-loader": "^3.1.0", From c78a1d8184f00f8270d8a135cc21590837b6bfbd Mon Sep 17 00:00:00 2001 From: ARCANEDEV Date: Fri, 31 Jan 2020 14:48:04 +0100 Subject: [PATCH 2/3] Bump fzaninotto/faker version to support PHP 7.4 (#5218) Bumping `fzaninotto/faker` version to support PHP 7.4, especially when running composer with `--prefer-lowest` flag. PRs related to version `^1.9.1`: * https://github.com/fzaninotto/Faker/pull/1748 * https://github.com/fzaninotto/Faker/pull/1843 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0ed2dc55..4ed8c09f 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ }, "require-dev": { "facade/ignition": "^1.4", - "fzaninotto/faker": "^1.4", + "fzaninotto/faker": "^1.9.1", "mockery/mockery": "^1.0", "nunomaduro/collision": "^3.0", "phpunit/phpunit": "^8.0" From 8cece7259806b3e4af6f185ffa4772dded70cd21 Mon Sep 17 00:00:00 2001 From: Sjors Ottjes Date: Mon, 24 Feb 2020 15:37:15 +0100 Subject: [PATCH 3/3] Remove redundant default attributes from phpunit.xml (#5233) --- phpunit.xml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 7b127c31..0f4389f9 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,15 +1,8 @@ + colors="true"> ./tests/Unit