From badaa2327f8c1471c88fb140f447d8c36fe8b9a7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 Jan 2022 04:48:19 +0000 Subject: [PATCH] fix: upgrade axios from 0.15.3 to 0.24.0 Snyk has created this PR to upgrade axios from 0.15.3 to 0.24.0. See this package in npm: https://www.npmjs.com/package/axios See this project in Snyk: https://app.snyk.io/org/jswheeler/project/338f15cd-a610-480e-8825-d188ff217af0?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d4eb605..96fb599 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "dependencies": { "auth0-js": "^7.6.0", "autoprefixer": "^6.5.0", - "axios": "^0.15.3", + "axios": "^0.24.0", "babel-core": "^6.17.0", "babel-eslint": "^7.0.0", "babel-loader": "^6.2.5",