From 3f51b3854e9ef8b9d7b56800eff607ef90a20925 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 14:52:53 -0400 Subject: [PATCH] chore(deps): bump keyv from 4.5.4 to 5.0.1 in /examples/oauth-v2 (#1992) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/oauth-v2/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/oauth-v2/package.json b/examples/oauth-v2/package.json index 2024fc983..a010ffcd7 100644 --- a/examples/oauth-v2/package.json +++ b/examples/oauth-v2/package.json @@ -14,6 +14,6 @@ "@slack/oauth": "^3.0.1", "@slack/web-api": "^7.3.4", "express": "^4.17.1", - "keyv": "^4.0.0" + "keyv": "^5.0.1" } }