From c81712bdf46b9fbd8641f07641470195d5487709 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Thu, 30 Jan 2020 17:14:42 +0300 Subject: [PATCH] [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 5682fae97..3729fb783 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",