From dc520796d8df0c37fa66ca5cb6734631efa429e0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 Sep 2022 23:35:40 +0000 Subject: [PATCH] fix: upgrade axios from 0.21.4 to 0.27.2 Snyk has created this PR to upgrade axios from 0.21.4 to 0.27.2. See this package in npm: https://www.npmjs.com/package/axios See this project in Snyk: https://app.snyk.io/org/contentstack-ecosystem/project/8cddfb5e-b5a5-4fd3-a2b2-358c506a785f?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 981cc12..4f8c452 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "author": "Contentstack Developer", "license": "ISC", "dependencies": { - "axios": "^0.21.1", + "axios": "^0.27.2", "dotenv": "^8.2.0" } }