Skip to content

Commit

Permalink
fix(deps): update dependency @vercel/kv to v3 (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
duyet authored Oct 3, 2024
2 parents 4f188cd + 4ebd0d3 commit 06bc7cd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion apps/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@radix-ui/react-toggle-group": "^1.0.3",
"@tremor/react": "^3.0.0",
"@vercel/analytics": "^1.0.0",
"@vercel/kv": "^2.0.0",
"@vercel/kv": "^3.0.0",
"dotenv-cli": "^7.3.0",
"encoding": "^0.1.13",
"framer-motion": "^11.2.10",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2293,10 +2293,10 @@
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==

"@upstash/redis@^1.31.3":
version "1.31.3"
resolved "https://registry.yarnpkg.com/@upstash/redis/-/redis-1.31.3.tgz#a7f99430e7256b441a2eb5729fe3809dbc02eff9"
integrity sha512-KtVgWBUEx/LGbR8oRwYexwzHh3s5DNqYW0bjkD+gjFZVOnREJITvK+hC4PjSSD+8D4qJ+Xbkfmy8ANADZ9EUFg==
"@upstash/redis@^1.34.0":
version "1.34.0"
resolved "https://registry.yarnpkg.com/@upstash/redis/-/redis-1.34.0.tgz#f32cd53ebeeafbba7eca10f8597a573d5a2fed0d"
integrity sha512-TrXNoJLkysIl8SBc4u9bNnyoFYoILpCcFJcLyWCccb/QSUmaVKdvY0m5diZqc3btExsapcMbaw/s/wh9Sf1pJw==
dependencies:
crypto-js "^4.2.0"

Expand All @@ -2307,12 +2307,12 @@
dependencies:
server-only "^0.0.1"

"@vercel/kv@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@vercel/kv/-/kv-2.0.0.tgz#a0baa12563946cb35cee23d638b68f0fbbf76172"
integrity sha512-zdVrhbzZBYo5d1Hfn4bKtqCeKf0FuzW8rSHauzQVMUgv1+1JOwof2mWcBuI+YMJy8s0G0oqAUfQ7HgUDzb8EbA==
"@vercel/kv@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@vercel/kv/-/kv-3.0.0.tgz#4579153536c9fc0ca8c52d3d7cfe944ccffd08c0"
integrity sha512-pKT8fRnfyYk2MgvyB6fn6ipJPCdfZwiKDdw7vB+HL50rjboEBHDVBEcnwfkEpVSp2AjNtoaOUH7zG+bVC/rvSg==
dependencies:
"@upstash/redis" "^1.31.3"
"@upstash/redis" "^1.34.0"

"@vercel/style-guide@^5.0.0":
version "5.2.0"
Expand Down

1 comment on commit 06bc7cd

@vercel
Copy link

@vercel vercel bot commented on 06bc7cd Oct 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.