From cb759ce67cfd5173646ff709077711867e68f82b Mon Sep 17 00:00:00 2001 From: Mohit Tejani <60129002+mohitpubnub@users.noreply.github.com> Date: Mon, 4 Dec 2023 11:31:59 +0530 Subject: [PATCH] upgrade pubnub sdk --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 31f75f7..a75035a 100644 --- a/package.json +++ b/package.json @@ -33,8 +33,8 @@ ], "license": "MIT", "peerDependencies": { - "@types/pubnub": "^7.0.0", - "pubnub": "^7.0.1" + "@types/pubnub": "^7.4.0", + "pubnub": "^7.4.5" }, "husky": { "hooks": {