From 93a4888e5d3259ea92ee0f20de40a339bd178206 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Feb 2020 02:57:20 +0000 Subject: [PATCH] fix: upgrade axios from 0.18.1 to 0.19.2 Snyk has created this PR to upgrade axios from 0.18.1 to 0.19.2. See this package in NPM: https://www.npmjs.com/package/axios See this project in Snyk: https://app.snyk.io/org/carlosrfranco/project/fab410da-5390-4f16-9627-2b0a5612f767?utm_source=github&utm_medium=upgrade-pr --- test/selenium/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/selenium/package.json b/test/selenium/package.json index 8a8229a7d18..875ab0ce71c 100644 --- a/test/selenium/package.json +++ b/test/selenium/package.json @@ -24,7 +24,7 @@ "@types/tmp": "0.0.33", "@types/yargs": "^11.0.0", "aws-sdk": "^2.318.0", - "axios": "^0.18.0", + "axios": "^0.19.2", "chalk": "^2.4.1", "chromedriver": "2.46.0", "indent-string": "^3.2.0",