From 2df771740a66ed2afed69b3c5a5ddf181695e478 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Feb 2022 11:39:56 +0000 Subject: [PATCH] fix: upgrade axios from 0.18.0 to 0.25.0 Snyk has created this PR to upgrade axios from 0.18.0 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/hafixo/project/0153d721-4646-40c8-9af5-b2c8dbcfdfc5?utm_source=github&utm_medium=referral&page=upgrade-pr --- src/functions-templates/js/token-hider/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions-templates/js/token-hider/package.json b/src/functions-templates/js/token-hider/package.json index 88d706c45f1..5a4915af567 100644 --- a/src/functions-templates/js/token-hider/package.json +++ b/src/functions-templates/js/token-hider/package.json @@ -15,7 +15,7 @@ "author": "Netlify", "license": "MIT", "dependencies": { - "axios": "^0.18.0", + "axios": "^0.25.0", "qs": "^6.7.0" } }