[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.
This commit is contained in:
Andrey Helldar 2020-01-30 17:14:42 +03:00 committed by GitHub
parent 1d094a8084
commit c81712bdf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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",