From f5b93eff176db5c3a89bd36fea957be3608d5445 Mon Sep 17 00:00:00 2001 From: Daniel Rufino Date: Fri, 29 Jul 2022 16:17:36 -0300 Subject: [PATCH] Update axios version to an estable one --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a74cd8c..82bb8a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "restpki-client", - "version": "2.3.1", + "version": "2.3.2", "description": "Classes to consume Lacuna Software REST PKI", "main": "index.js", "scripts": { @@ -14,8 +14,8 @@ "api", "signature" ], - "author": "Ismael Medeiros by Lacuna Software", + "author": "Daniel Rufino by Lacuna Software", "dependencies": { - "axios": "^0.19.2" + "axios": "^0.21.1" } }