From 5f702bc4cbe195a661863df49508a1ed8a9af217 Mon Sep 17 00:00:00 2001 From: ofke Date: Thu, 30 May 2019 09:23:15 +0300 Subject: [PATCH] Update package.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Güvenlik açığı için axios kütüphanesi yükseltildi. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7ceac0e..9607850 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js" }, "devDependencies": { - "axios": "^0.17", + "axios": "^0.18", "bootstrap-sass": "^3.3.7", "cross-env": "^5.1", "jquery": "^3.2",