Skip to content

Commit

Permalink
[6.x] Update cross-env to the latest (laravel#5216)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Andrey Helldar authored and socheatsok78 committed Feb 23, 2020
1 parent 1cadb36 commit 252edc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 252edc3

Please sign in to comment.