From fbce8f0b7f5b85a3582cc7090b74f0ca4d8051d4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 30 Mar 2025 07:36:58 +0000 Subject: [PATCH] fix: plugins/axios/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194 --- 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..af5ad48 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.30.0" }, "devDependencies": { "nock":"^13.0.11"