From 3a394bed409cfa871965866a8a8e0d36ac732716 Mon Sep 17 00:00:00 2001 From: "mend-for-github.aaakk.us.kg[bot]" <50673670+mend-for-github.aaakk.us.kg[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 08:48:13 +0000 Subject: [PATCH] Update dependency nexmo-client to v5 --- simple-conversation/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple-conversation/package.json b/simple-conversation/package.json index af8eab7..a180959 100755 --- a/simple-conversation/package.json +++ b/simple-conversation/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "dependencies": { - "nexmo-client": "^4.0.0" + "nexmo-client": "^5.0.0" } }