From 1f0e7bf7d9271e9d37695d2481e86d007e9401c7 Mon Sep 17 00:00:00 2001 From: Matt Rider Date: Thu, 30 May 2019 20:41:35 -0300 Subject: [PATCH] Upgrade @nuxt/axios - was dependent on axios <= 0.18.0 and there is a high severity security alert from google --- webapp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/package.json b/webapp/package.json index 2d1c26327..4a4939606 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -92,8 +92,8 @@ "babel-eslint": "~10.0.1", "babel-jest": "~24.8.0", "eslint": "~5.16.0", - "eslint-config-standard": "~12.0.0", "eslint-config-prettier": "~4.3.0", + "eslint-config-standard": "~12.0.0", "eslint-loader": "~2.1.2", "eslint-plugin-import": "~2.17.3", "eslint-plugin-jest": "~22.6.4",