Skip to content

Commit 10b2c1e

Browse files
Update dependency @upstash/redis to v1.35.2
1 parent 15e12b9 commit 10b2c1e

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/node": "^20.0.0",
2323
"@types/resize-observer-browser": "^0.1.5",
2424
"@types/semver": "^7.5.7",
25-
"@upstash/redis": "1.25.2",
25+
"@upstash/redis": "1.35.2",
2626
"ai": "2.2.16",
2727
"autoprefixer": "^10.4.2",
2828
"openai": "4.11.1",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1355,12 +1355,12 @@
13551355
"@typescript-eslint/types" "8.29.1"
13561356
eslint-visitor-keys "^4.2.0"
13571357

1358-
"@upstash/redis@1.25.2":
1359-
version "1.25.2"
1360-
resolved "https://registry.yarnpkg.com/@upstash/redis/-/redis-1.25.2.tgz#c400caced6e05a4931823c4eb57eda6b73963db3"
1361-
integrity sha512-iI3jgvmDIbe4Px0PskB8lrn1NXz7ZQyGpW9Ehmonk6SEFqhqssqIB04VmlNh8zZUXwzy6G9DaIa5gIUM6B7DwA==
1358+
"@upstash/redis@1.35.2":
1359+
version "1.35.2"
1360+
resolved "https://registry.yarnpkg.com/@upstash/redis/-/redis-1.35.2.tgz#e43bdb06d09b31d883c57e2e16bb61f16c2c4c90"
1361+
integrity sha512-QlEI77M/qfSA7G6yioKrUiKCueewONb7P0Xe4Pr42RSJHs8S+UkBwY2unEiTWtONC4L6ngKjbtQJgpXzxbnRpw==
13621362
dependencies:
1363-
crypto-js "^4.2.0"
1363+
uncrypto "^0.1.3"
13641364

13651365
"@vercel/nft@^0.27.5":
13661366
version "0.27.10"
@@ -2268,11 +2268,6 @@ [email protected]:
22682268
resolved "https://registry.yarnpkg.com/crypt/-/crypt-0.0.2.tgz#88d7ff7ec0dfb86f713dc87bbb42d044d3e6c41b"
22692269
integrity sha512-mCxBlsHFYh9C+HVpiEacem8FEBnMXgU9gy4zmNC+SXAZNB/1idgp/aulFJ4FgCi7GPEVbfyng092GqL2k2rmow==
22702270

2271-
crypto-js@^4.2.0:
2272-
version "4.2.0"
2273-
resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-4.2.0.tgz#4d931639ecdfd12ff80e8186dba6af2c2e856631"
2274-
integrity sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==
2275-
22762271
css-declaration-sorter@^6.3.1:
22772272
version "6.4.1"
22782273
resolved "https://registry.yarnpkg.com/css-declaration-sorter/-/css-declaration-sorter-6.4.1.tgz#28beac7c20bad7f1775be3a7129d7eae409a3a71"
@@ -6511,6 +6506,11 @@ typescript@^5.0.3:
65116506
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
65126507
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
65136508

6509+
uncrypto@^0.1.3:
6510+
version "0.1.3"
6511+
resolved "https://registry.yarnpkg.com/uncrypto/-/uncrypto-0.1.3.tgz#e1288d609226f2d02d8d69ee861fa20d8348ef2b"
6512+
integrity sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==
6513+
65146514
undici-types@~5.26.4:
65156515
version "5.26.5"
65166516
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"

0 commit comments

Comments
 (0)