From b29b9e5ea745b7c59710864e78edc8d73fd17f34 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 9 Feb 2022 04:21:38 +0000 Subject: [PATCH] fix: upgrade axios from 0.21.4 to 0.25.0 Snyk has created this PR to upgrade axios from 0.21.4 to 0.25.0. See this package in npm: https://www.npmjs.com/package/axios See this project in Snyk: https://app.snyk.io/org/timcrooker/project/5f8942d5-fc8a-4997-9242-52aaef23b51b?utm_source=github&utm_medium=referral&page=upgrade-pr --- plugins/axios/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/axios/package.json b/plugins/axios/package.json index 932f414..dc6faa5 100644 --- a/plugins/axios/package.json +++ b/plugins/axios/package.json @@ -5,7 +5,7 @@ "docker:run": "docker run --name perfectplate -dp 8005:8080/tcp perfectplate && start http://localhost:8005" }, "dependencies": { - "axios": "^0.21.1" + "axios": "^0.25.0" }, "devDependencies": { "nock":"^13.0.11"