From ac013b1e18bfcc96923f24d2b85080d121df72a6 Mon Sep 17 00:00:00 2001 From: Fil Maj Date: Mon, 12 Aug 2024 15:49:28 +0000 Subject: [PATCH] chore(deps): bump axios to 1.7.3 to address CVE (#2194) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b1729400c..3bd5d4e99 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@types/express": "^4.16.1", "@types/promise.allsettled": "^1.0.3", "@types/tsscmp": "^1.0.0", - "axios": "^1.6.0", + "axios": "^1.7.3", "express": "^4.16.4", "path-to-regexp": "^6.2.1", "please-upgrade-node": "^3.2.0",