From 51305d157b3e62292b2f3f07431797c2526d31bb Mon Sep 17 00:00:00 2001 From: siddharthkp Date: Thu, 7 Jan 2021 14:12:31 +0100 Subject: [PATCH] upgrade insecure dependencies --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 08ad538a..2883fbcf 100644 --- a/package.json +++ b/package.json @@ -36,13 +36,13 @@ "author": "siddharthkp", "license": "MIT", "dependencies": { - "axios": "^0.19.0", + "axios": "^0.21.1", "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.0", + "github-build": "^1.2.2", "glob": "^7.1.4", "gzip-size": "^4.0.0", "prettycli": "^1.4.3"