From 79e296b7e733477b2a3ca5759f6c7e841fea7481 Mon Sep 17 00:00:00 2001 From: Pooja Gunturu <79096552+poojagunturu96@users.noreply.github.com> Date: Fri, 15 Mar 2024 09:29:40 -0500 Subject: [PATCH] upgrade axios, github-build dependencies (#382) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2671cd6..2bbf8e1 100644 --- a/package.json +++ b/package.json @@ -36,13 +36,13 @@ "author": "siddharthkp", "license": "MIT", "dependencies": { - "axios": "^0.21.1", + "axios": "^1.6.2", "brotli-size": "0.1.0", "bytes": "^3.1.0", "ci-env": "^1.4.0", "commander": "^2.20.0", "cosmiconfig": "^5.2.1", - "github-build": "^1.2.2", + "github-build": "^1.2.4", "glob": "^7.1.4", "gzip-size": "^4.0.0", "prettycli": "^1.4.3"