From e56c7ccb5429adc15cad5d091f866b81b50a5ec1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Mar 2024 12:41:53 +0000 Subject: [PATCH] fix: upgrade axios from 0.21.4 to 0.28.0 Snyk has created this PR to upgrade axios from 0.21.4 to 0.28.0. See this package in npm: https://www.npmjs.com/package/axios See this project in Snyk: https://app.snyk.io/org/luan-asym/project/aca1f991-95b8-415e-8560-2f2f47b0dbf3?utm_source=github&utm_medium=referral&page=upgrade-pr --- onformsubmit-http/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onformsubmit-http/package.json b/onformsubmit-http/package.json index 4aa101b..1c6c230 100644 --- a/onformsubmit-http/package.json +++ b/onformsubmit-http/package.json @@ -4,7 +4,7 @@ "dependencies": { "@google-cloud/logging-winston": "^4.1.0", "@google-cloud/storage": "^5.12.0", - "axios": "^0.21.4", + "axios": "^0.28.0", "dotenv": "^10.0.0", "googleapis": "^81.0.0", "winston": "^3.3.3"