From 9380024a1855b065e9175796017f5add1fee0e13 Mon Sep 17 00:00:00 2001 From: fatih alp Date: Sat, 22 Jun 2019 14:40:34 +0300 Subject: [PATCH] CVE-2019-10742 Axios up to and including 0.18.0 allows attackers to cause a denial of service (application crash) by continuing to accepting content after maxContentLength is exceeded. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e0cb73085..4eff79c06 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js" }, "devDependencies": { - "axios": "^0.17", + "axios": "^0.18.1", "bootstrap": "^4.0.0", "popper.js": "^1.12", "cross-env": "^5.1",