Skip to content

Commit

Permalink
chore: bump @vercel/kv from 0.2.1 to 0.2.3
Browse files Browse the repository at this point in the history
Bumps [@vercel/kv](https://github.com/vercel/storage/tree/HEAD/packages/kv) from 0.2.1 to 0.2.3.
- [Release notes](https://github.com/vercel/storage/releases)
- [Changelog](https://github.com/vercel/storage/blob/main/packages/kv/CHANGELOG.md)
- [Commits](https://github.com/vercel/storage/commits/@vercel/[email protected]/packages/kv)

---
updated-dependencies:
- dependency-name: "@vercel/kv"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2023
1 parent 126ae10 commit 193bae7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@supabase/supabase-js": "^2.12.0",
"@vercel/analytics": "^0.1.5",
"@vercel/edge": "^0.3.4",
"@vercel/kv": "^0.2.1",
"@vercel/kv": "^0.2.3",
"@vercel/og": "^0.5.8",
"@visx/clip-path": "1.6.1",
"@visx/curve": "1.6.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2205,10 +2205,10 @@
"@typescript-eslint/types" "5.50.0"
eslint-visitor-keys "^3.3.0"

"@upstash/redis@1.20.6":
version "1.20.6"
resolved "https://registry.yarnpkg.com/@upstash/redis/-/redis-1.20.6.tgz#3d5773f2b463b19f612b6373fe516e6200a1762d"
integrity sha512-q1izaYEUsq/WiXNOjf4oOjFZe8fIeBSZN8d5cEyOD4nem+zxc4jccieorQQrNlEahKPE1ZYLzVEkMODRUfch2g==
"@upstash/redis@1.22.0":
version "1.22.0"
resolved "https://registry.yarnpkg.com/@upstash/redis/-/redis-1.22.0.tgz#3ae3ef056608c8598f46e8bc3b3f405a94781142"
integrity sha512-sXoJDoEqqik0HbrNE7yRWckOySEFsoBxfRdCgOqkc0w6py19ZZG50SpGkDDEUXSnBqP8VgGYXhWAiBpqxrt5oA==
dependencies:
isomorphic-fetch "^3.0.0"

Expand All @@ -2222,12 +2222,12 @@
resolved "https://registry.yarnpkg.com/@vercel/edge/-/edge-0.3.4.tgz#4b88bc202e1ba3b70096b588219b57fe82c4a5de"
integrity sha512-dFU+yAUDQRwpuRGxRDlEO1LMq0y1LGsBgkyryQWe4w15/Fy2/lCnpvdIoAhHl3QvIGAxCLHzwRHsqfLRdpxgJQ==

"@vercel/kv@^0.2.1":
version "0.2.1"
resolved "https://registry.yarnpkg.com/@vercel/kv/-/kv-0.2.1.tgz#f66bd79dd3ab14c83bcd09f2e4c0049b46f7ee25"
integrity sha512-0O1CVh0maG/bduAE6DPKUTfGSnORgrcS5xBYZCb62sOU7PrVZrXhaPbUSBE4q5PXS5DC+cpN6FY2RWNlslUaWQ==
"@vercel/kv@^0.2.3":
version "0.2.3"
resolved "https://registry.yarnpkg.com/@vercel/kv/-/kv-0.2.3.tgz#182419a8e44fcc7ff1638522f8d79a1846d99795"
integrity sha512-Wq1+EsRBQmvLlcqCZeYVg1MAARWrnETgLe3Sy3UCqG+zg7LThpkt0YHZe1NN3Aj4IRmCKQamotWrLDdEx+ZB3w==
dependencies:
"@upstash/redis" "1.20.6"
"@upstash/redis" "1.22.0"

"@vercel/og@^0.5.8":
version "0.5.8"
Expand Down

0 comments on commit 193bae7

Please sign in to comment.