From 6a5d15befeaa91cf29c0d0f2f2e5baf0bcda9b18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2020 16:10:17 +0000 Subject: [PATCH] Bump hs-client from 0.0.8 to 0.0.9 in /packages/handshake-api Bumps [hs-client](https://github.com/handshake-org/hs-client) from 0.0.8 to 0.0.9. - [Release notes](https://github.com/handshake-org/hs-client/releases) - [Commits](https://github.com/handshake-org/hs-client/compare/v0.0.8...v0.0.9) Signed-off-by: dependabot[bot] --- packages/handshake-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/handshake-api/package.json b/packages/handshake-api/package.json index 32a3e8e3..2e6850ce 100644 --- a/packages/handshake-api/package.json +++ b/packages/handshake-api/package.json @@ -6,7 +6,7 @@ "dependencies": { "express": "^4.17.1", "express-http-proxy": "^1.6.2", - "hs-client": "^0.0.8" + "hs-client": "^0.0.9" }, "devDependencies": { "prettier": "^2.0.5"