Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sasicodes committed Feb 9, 2024
1 parent b172d7a commit 202fd42
Show file tree
Hide file tree
Showing 12 changed files with 83 additions and 78 deletions.
8 changes: 4 additions & 4 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
"dependencies": {
"@aws-sdk/client-sts": "3.507.0",
"@hono/zod-validator": "^0.1.11",
"hono": "^3.12.11",
"hono": "^4.0.0",
"linkedom": "^0.16.8",
"ua-parser-js": "^1.0.37",
"viem": "^2.7.6",
"viem": "^2.7.8",
"zod": "^3.22.4"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240129.0",
"@cloudflare/workers-types": "^4.20240208.0",
"@tape.xyz/config": "*",
"@tape.xyz/generic": "*",
"@types/ua-parser-js": "^0.7.39",
"wrangler": "^3.27.0"
"wrangler": "^3.28.1"
}
}
4 changes: 2 additions & 2 deletions apps/embed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"@tape.xyz/generic": "*",
"@tape.xyz/lens": "*",
"@tape.xyz/ui": "*",
"@types/node": "20.11.16",
"@types/node": "20.11.17",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.18",
"@types/react-dom": "18.2.19",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.34",
"prettier": "^3.2.5",
Expand Down
4 changes: 2 additions & 2 deletions apps/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"react-native-view-shot": "3.7.0",
"swr": "^2.2.4",
"uuid": "^9.0.1",
"viem": "^2.7.6",
"viem": "^2.7.8",
"zod": "^3.22.2",
"zustand": "^4.5.0"
},
Expand All @@ -78,7 +78,7 @@
"@tape.xyz/config": "*",
"@tape.xyz/generic": "*",
"@tape.xyz/lens": "*",
"@types/node": "20.11.16",
"@types/node": "20.11.17",
"@types/qrcode": "^1.5.5",
"@welldone-software/why-did-you-render": "^8.0.1",
"babel-plugin-module-resolver": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/og/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@tape.xyz/constants": "*",
"@tape.xyz/generic": "*",
"@tape.xyz/lens": "*",
"@types/node": "^20.11.16",
"@types/node": "^20.11.17",
"@types/react": "^18.2.55",
"@types/react-dom": "^18",
"typescript": "^5"
Expand Down
10 changes: 5 additions & 5 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"lint": "eslint . --ext .js,.ts,.tsx"
},
"dependencies": {
"@aws-sdk/client-s3": "3.507.0",
"@aws-sdk/lib-storage": "3.507.0",
"@aws-sdk/client-s3": "3.509.0",
"@aws-sdk/lib-storage": "3.509.0",
"@emoji-mart/react": "^1.1.1",
"@hookform/resolvers": "^3.3.3",
"@irys/sdk": "^0.1.6",
Expand Down Expand Up @@ -44,7 +44,7 @@
"react-use-websocket": "^4.5.0",
"textarea-caret": "^3.1.0",
"uuid": "^9.0.1",
"viem": "^2.7.6",
"viem": "^2.7.8",
"wagmi": "^2.5.6",
"zod": "^3.22.2",
"zustand": "^4.5.0"
Expand All @@ -57,9 +57,9 @@
"@tape.xyz/generic": "*",
"@tape.xyz/lens": "*",
"@tape.xyz/ui": "*",
"@types/node": "20.11.16",
"@types/node": "20.11.17",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.18",
"@types/react-dom": "18.2.19",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.34",
Expand Down
2 changes: 1 addition & 1 deletion packages/abis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tape.xyz/config": "*",
"@types/node": "^20.11.16",
"@types/node": "^20.11.17",
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-simple-import-sort": "^11.0.0",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-unused-imports": "^3.0.0",
"prettier": "^3.2.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@tape.xyz/config": "*",
"@tape.xyz/lens": "*",
"@types/node": "^20.11.16",
"@types/node": "^20.11.17",
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/helpers/generic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@lens-protocol/metadata": "^1.1.5",
"dayjs-twitter": "^0.5.0",
"viem": "^2.7.6"
"viem": "^2.7.8"
},
"devDependencies": {
"@tape.xyz/constants": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/lens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"codegen": "graphql-codegen"
},
"dependencies": {
"@apollo/client": "3.9.3"
"@apollo/client": "3.9.4"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/fragment-matcher": "^5.0.2",
"@graphql-codegen/typescript": "^4.0.4",
"@graphql-codegen/typescript-operations": "^4.1.2",
"@graphql-codegen/typescript-react-apollo": "^4.2.0",
"@graphql-codegen/typescript-react-apollo": "^4.3.0",
"typescript": "5.3.3"
}
}
4 changes: 2 additions & 2 deletions packages/permissionless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"@types/chai-as-promised": "^7.1.6",
"@types/mocha": ">=9.1.0",
"chai": "^4.2.0",
"ethers": "^6.10.0",
"hardhat": "^2.19.5",
"dotenv": "^16.4.1",
"ethers": "^6.11.0",
"hardhat": "^2.19.5",
"hardhat-gas-reporter": "^1.0.8",
"solidity-coverage": "^0.8.1",
"ts-node": "^10.9.2",
Expand Down
117 changes: 61 additions & 56 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
resolved "https://registry.yarnpkg.com/@adraffy/ens-normalize/-/ens-normalize-1.10.0.tgz#d2a39395c587e092d77cbbc80acf956a54f38bf7"
integrity sha512-nA9XHtlAkYfJxY7bce8DcN7eKxWWCWkU+1GR9d+U6MbNpfwQp8TI7vqOsBsMcHoT4mBu2kypKoSKnghEzOOq5Q==

"@adraffy/ens-normalize@1.10.1":
version "1.10.1"
resolved "https://registry.yarnpkg.com/@adraffy/ens-normalize/-/ens-normalize-1.10.1.tgz#63430d04bd8c5e74f8d7d049338f1cd9d4f02069"
integrity sha512-96Z2IP3mYmF1Xg2cDm8f1gWGf/HUVedQ3FMifV4kG/PQ4yEP51xDtRAEfhVNt5f/uzpNkZHwWQuUcu6D6K+Ekw==

"@alloc/quick-lru@^5.2.0":
version "5.2.0"
resolved "https://registry.yarnpkg.com/@alloc/quick-lru/-/quick-lru-5.2.0.tgz#7bf68b20c0a350f936915fcae06f58e32007ce30"
Expand All @@ -30,10 +35,10 @@
"@jridgewell/gen-mapping" "^0.3.0"
"@jridgewell/trace-mapping" "^0.3.9"

"@apollo/client@3.9.3":
version "3.9.3"
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.9.3.tgz#8b77a938e5109c6588be93c9fabdcbaf112dd5c1"
integrity sha512-ACWWvWEwwws8V2SO2FoLVAKD7Nc34N/WqnfHIsbtoHoo90ym5vFQp53nGruaWK+bNcb46z53C/fcp4s8P8bXKw==
"@apollo/client@3.9.4":
version "3.9.4"
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.9.4.tgz#a0230ce42a4d0c26c9f75f2a10c0f330f3ef135c"
integrity sha512-Ip6dxjshDT2Dp6foLASTnKBW45Fytew/5JZutZwgc78hVrrGpO9UtZA9xteHXYdap0wIgCxCfeIQwbSu1ZdQpw==
dependencies:
"@graphql-typed-document-node/core" "^3.1.1"
"@wry/caches" "^1.0.0"
Expand Down Expand Up @@ -175,17 +180,17 @@
"@aws-sdk/util-utf8-browser" "^3.0.0"
tslib "^1.11.1"

"@aws-sdk/client-s3@3.507.0":
version "3.507.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/client-s3/-/client-s3-3.507.0.tgz#3e4205a844d8fbd8656f66d0a3ba1c8aaa7b9b96"
integrity sha512-rRLiC5Ly3e7kZVNoRsG6JhZ8Yat5uEnDeShdWNdHchyTO88AaEnHaeyiVG9ecmKI8jYl6NbWSHB8xL0l9KIr/w==
"@aws-sdk/client-s3@3.509.0":
version "3.509.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/client-s3/-/client-s3-3.509.0.tgz#0c33fd8d94432b4fbaddf26ad5614ded10473323"
integrity sha512-yeZJ1892Lj8S2zE0HerVt/ZJWaxemoEV3tzn5XDjExK6666cUajSwfmX036T51pEBwjqsTPz0ZJB1rlV7VFTIA==
dependencies:
"@aws-crypto/sha1-browser" "3.0.0"
"@aws-crypto/sha256-browser" "3.0.0"
"@aws-crypto/sha256-js" "3.0.0"
"@aws-sdk/client-sts" "3.507.0"
"@aws-sdk/core" "3.496.0"
"@aws-sdk/credential-provider-node" "3.507.0"
"@aws-sdk/credential-provider-node" "3.509.0"
"@aws-sdk/middleware-bucket-endpoint" "3.502.0"
"@aws-sdk/middleware-expect-continue" "3.502.0"
"@aws-sdk/middleware-flexible-checksums" "3.502.0"
Expand Down Expand Up @@ -426,10 +431,10 @@
"@smithy/types" "^2.9.1"
tslib "^2.5.0"

"@aws-sdk/credential-provider-node@3.507.0":
version "3.507.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-node/-/credential-provider-node-3.507.0.tgz#b6c9f3c2c8294911c4f12e267f16a26e1eba4813"
integrity sha512-tkQnmOLkRBXfMLgDYHzogrqTNdtl0Im0ipzJb2IV5hfM5NoTfCf795e9A9isgwjSP/g/YEU0xQWxa4lq8LRtuA==
"@aws-sdk/credential-provider-node@3.509.0":
version "3.509.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-node/-/credential-provider-node-3.509.0.tgz#0a65ce0e8c20312b00654e12ff95f80f3317dc82"
integrity sha512-uXT8wIq1k+m0mS/pC9U1cUTIjUB7/4PgxyiYsTxYPIULtWnQXltAlcPU3QzKTJMP60sqftRYZ2jFDLAVsipQxw==
dependencies:
"@aws-sdk/credential-provider-env" "3.502.0"
"@aws-sdk/credential-provider-http" "3.503.1"
Expand Down Expand Up @@ -479,10 +484,10 @@
"@smithy/types" "^2.9.1"
tslib "^2.5.0"

"@aws-sdk/lib-storage@3.507.0":
version "3.507.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/lib-storage/-/lib-storage-3.507.0.tgz#7153fdda1681a235360d3a61d46ae44cbd9a9436"
integrity sha512-cwCBGw6W71d0PrFSRizBd7WdyzsZnRWVftnOvNkyjIE5vFifdFbpdVaFidMVUZmvUQvS3Vgkx1LeXPT98EBWUQ==
"@aws-sdk/lib-storage@3.509.0":
version "3.509.0"
resolved "https://registry.yarnpkg.com/@aws-sdk/lib-storage/-/lib-storage-3.509.0.tgz#134df64fd12764710f45af25ecac366327f186e5"
integrity sha512-VivrFLMmLJkf27PNY+LDO0KqH3BCeH7j5zK3l7xQgJWmPiLcBvk2UXuANZKrP7V82+/kI/AXFaXJuycedEj8yA==
dependencies:
"@smithy/abort-controller" "^2.1.1"
"@smithy/middleware-endpoint" "^2.4.1"
Expand Down Expand Up @@ -1947,10 +1952,10 @@
resolved "https://registry.yarnpkg.com/@cloudflare/workerd-windows-64/-/workerd-windows-64-1.20240129.0.tgz#99f456b636413e66d860deb2b803d04cc5b47d75"
integrity sha512-YqGno0XSqqqkDmNoGEX6M8kJlI2lEfWntbTPVtHaZlaXVR9sWfoD7TEno0NKC95cXFz+ioyFLbgbOdnfWwmVAA==

"@cloudflare/workers-types@^4.20240129.0":
version "4.20240129.0"
resolved "https://registry.yarnpkg.com/@cloudflare/workers-types/-/workers-types-4.20240129.0.tgz#a10e314565ff5edeb00592ed0e06686f561ba524"
integrity sha512-VyHbih/bqh/RN2FRxnXznG0bpBIg9RfSP1ldbAVnCXFinjOdv0zm2P/RWqOVN9+FgU5sanRltwwT7jGngxZy8w==
"@cloudflare/workers-types@^4.20240208.0":
version "4.20240208.0"
resolved "https://registry.yarnpkg.com/@cloudflare/workers-types/-/workers-types-4.20240208.0.tgz#5c7f7bdf8c960687dc8258814207acac40108a81"
integrity sha512-MVGTTjZpJu4kJONvai5SdJzWIhOJbuweVZ3goI7FNyG+JdoQH41OoB+nMhLsX626vPLZVWGPIWsiSo/WZHzgQw==

"@coinbase/wallet-sdk@3.9.1":
version "3.9.1"
Expand Down Expand Up @@ -3249,10 +3254,10 @@
auto-bind "~4.0.0"
tslib "~2.6.0"

"@graphql-codegen/typescript-react-apollo@^4.2.0":
version "4.2.0"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-react-apollo/-/typescript-react-apollo-4.2.0.tgz#b68d9c0b97880ece3b3ce984eda68e4d1044fda1"
integrity sha512-rHIDYkW3aQj5fdyXjNtKODr9P8BT+vN2zc1BpVmRixvcleN7pPEuvMw6oDaNpE26wKKDPZ4OC5RxullpUXCMEQ==
"@graphql-codegen/typescript-react-apollo@^4.3.0":
version "4.3.0"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-react-apollo/-/typescript-react-apollo-4.3.0.tgz#c20b26a3756ed39e84c465c8b0f0212c113f2fee"
integrity sha512-h+IxCGrOTDD60/6ztYDQs81yKDZZq/8aHqM9HHrZ9FiZn145O48VnQNCmGm88I619G9rEET8cCOrtYkCt+ZSzA==
dependencies:
"@graphql-codegen/plugin-helpers" "^3.0.0"
"@graphql-codegen/visitor-plugin-common" "2.13.1"
Expand Down Expand Up @@ -7044,7 +7049,7 @@
dependencies:
"@types/node" "*"

"@types/node@*", "@types/node@20.11.16", "@types/node@^20.11.16":
"@types/node@*":
version "20.11.16"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.16.tgz#4411f79411514eb8e2926f036c86c9f0e4ec6708"
integrity sha512-gKb0enTmRCzXSSUJDq6/sPcqrfCv2mkkG6Jt/clpn5eiCbKTY+SgZUxo+p8ZKMof5dCp9vHQUAB7wOUTod22wQ==
Expand All @@ -7061,6 +7066,13 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.13.tgz#f64277c341150c979e42b00e4ac289290c9df469"
integrity sha512-N+0kuo9KgrUQ1Sn/ifDXsvg0TTleP7rIy4zOBGECxAljqvqfqpTfzx0Q1NUedOixRMBfe2Whhb056a42cWs26Q==

"@types/node@20.11.17", "@types/node@^20.11.17":
version "20.11.17"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.17.tgz#cdd642d0e62ef3a861f88ddbc2b61e32578a9292"
integrity sha512-QmgQZGWu1Yw9TDyAP9ZzpFJKynYNeOvwMJmaxABfieQoVoiVOS6MN1WSpqpRcbeA5+RW82kraAVxCCJg+780Qw==
dependencies:
undici-types "~5.26.4"

"@types/node@^10.0.3":
version "10.17.60"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.60.tgz#35f3d6213daed95da7f0f73e75bcc6980e90597b"
Expand Down Expand Up @@ -7125,14 +7137,7 @@
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.7.tgz#50ae4353eaaddc04044279812f52c8c65857dbcb"
integrity sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==

"@types/react-dom@18.2.18":
version "18.2.18"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.18.tgz#16946e6cd43971256d874bc3d0a72074bb8571dd"
integrity sha512-TJxDm6OfAX2KJWJdMEVTwWke5Sc/E/RlnPGvGfS0W7+6ocy2xhDVQVh/KvC2Uf7kACs+gDytdusDSdWfWkaNzw==
dependencies:
"@types/react" "*"

"@types/react-dom@^18":
"@types/react-dom@18.2.19", "@types/react-dom@^18":
version "18.2.19"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.19.tgz#b84b7c30c635a6c26c6a6dfbb599b2da9788be58"
integrity sha512-aZvQL6uUbIJpjZk4U8JZGbau9KDeAwMfmhyWorxgBkqDIEf6ROjRozcmPIicqsUwPUjbkDfHKgGee1Lq65APcA==
Expand Down Expand Up @@ -10906,7 +10911,7 @@ dotenv-expand@~10.0.0:
resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-10.0.0.tgz#12605d00fb0af6d0a592e6558585784032e4ef37"
integrity sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==

dotenv@^16.0.0:
dotenv@^16.0.0, dotenv@^16.4.1:
version "16.4.1"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.1.tgz#1d9931f1d3e5d2959350d1250efab299561f7f11"
integrity sha512-CjA3y+Dr3FyFDOAMnxZEGtnW9KBR2M0JvvUtXNW+dYJL5ROWxP9DUHCwgFqpMk0OXCc0ljhaNTr2w/kutYIcHQ==
Expand Down Expand Up @@ -11424,10 +11429,10 @@ eslint-plugin-react@^7.33.2:
semver "^6.3.1"
string.prototype.matchall "^4.0.8"

eslint-plugin-simple-import-sort@^10.0.0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-simple-import-sort/-/eslint-plugin-simple-import-sort-10.0.0.tgz#cc4ceaa81ba73252427062705b64321946f61351"
integrity sha512-AeTvO9UCMSNzIHRkg8S6c3RPy5YEwKWSQPx3DYghLedo2ZQxowPFLGDN1AZ2evfg6r6mjBSZSLxLFsWSu3acsw==
eslint-plugin-simple-import-sort@^11.0.0:
version "11.0.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-simple-import-sort/-/eslint-plugin-simple-import-sort-11.0.0.tgz#06693fd7a19cecc30cb042fb49fed38b3f1c21b0"
integrity sha512-3zxeF/0piwHA7/JlbpOmMJ1/1tc1dSRiir4DwpEnP747alKwZbj5xX+ZxroShMBU6LNDkpquo7FsXHCBc0HgCA==

eslint-plugin-unicorn@^51.0.1:
version "51.0.1"
Expand Down Expand Up @@ -11763,12 +11768,12 @@ ethers@^5.7.1, ethers@^5.7.2:
"@ethersproject/web" "5.7.1"
"@ethersproject/wordlists" "5.7.0"

ethers@^6.10.0:
version "6.10.0"
resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.10.0.tgz#20f3c63c60d59a993f8090ad423d8a3854b3b1cd"
integrity sha512-nMNwYHzs6V1FR3Y4cdfxSQmNgZsRj1RiTU25JwvnJLmyzw9z3SKxNc2XKDuiXXo/v9ds5Mp9m6HBabgYQQ26tA==
ethers@^6.11.0:
version "6.11.0"
resolved "https://registry.yarnpkg.com/ethers/-/ethers-6.11.0.tgz#6d3e884ad36454c29d4662ae49439d5d04556c66"
integrity sha512-kPHNTnhVWiWU6AVo6CAeTjXEK24SpCXyZvwG9ROFjT0Vlux0EOhWKBAeC+45iDj80QNJTYaT1SDEmeunT0vDNw==
dependencies:
"@adraffy/ens-normalize" "1.10.0"
"@adraffy/ens-normalize" "1.10.1"
"@noble/curves" "1.2.0"
"@noble/hashes" "1.3.2"
"@types/node" "18.15.13"
Expand Down Expand Up @@ -13418,10 +13423,10 @@ hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.1, hoist-non-react-
dependencies:
react-is "^16.7.0"

hono@^3.12.11:
version "3.12.12"
resolved "https://registry.yarnpkg.com/hono/-/hono-3.12.12.tgz#1b725feb2604d1b2d50c3a8c11594cca1db462f8"
integrity sha512-5IAMJOXfpA5nT+K0MNjClchzz0IhBHs2Szl7WFAhrFOsbtQsYmNynFyJRg/a3IPsmCfxcrf8txUGiNShXpK5Rg==
hono@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/hono/-/hono-4.0.0.tgz#09a9c63c9eee3b5df6c971853490e44267f1335a"
integrity sha512-8dKhuBBpRZEodUttQhrSFJ6PQqHRjXHyeeegfxOf132pvgbf0tOb9qqb7q7eYwAWpOcYrsUOsWdJ0sQIIovhZg==

hosted-git-info@^2.1.4:
version "2.8.9"
Expand Down Expand Up @@ -20865,10 +20870,10 @@ viem@^1.0.0, viem@^1.1.4:
isows "1.0.3"
ws "8.13.0"

viem@^2.7.6:
version "2.7.6"
resolved "https://registry.yarnpkg.com/viem/-/viem-2.7.6.tgz#2ada30ece1469367b606137983e5655cf66d721e"
integrity sha512-43TF0VYcTeNef9dax1/BhqlRLXpAo6HAiQ68hrJ8XRhDOou73nHZEjeFl8Eai4UFFodKhu+PbRUFzuuoixOUfg==
viem@^2.7.8:
version "2.7.8"
resolved "https://registry.yarnpkg.com/viem/-/viem-2.7.8.tgz#ca60552190cdc501cf4e1d1140d8da7625b1b1f4"
integrity sha512-5r5pkBDBmihCvMx4b3MqtP0FoZCRWE2ML1DssU80+vhJQur0PKd4yHdLbbvoiGGVD6bYiA394juhfdSvXIGgFA==
dependencies:
"@adraffy/ens-normalize" "1.10.0"
"@noble/curves" "1.2.0"
Expand Down Expand Up @@ -21260,10 +21265,10 @@ workerpool@6.2.1:
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==

wrangler@^3.27.0:
version "3.27.0"
resolved "https://registry.yarnpkg.com/wrangler/-/wrangler-3.27.0.tgz#427b9d2fd1cf7e9f3236f8b342cdbda8b876206b"
integrity sha512-VV2QXH+4OfNwWRR2cgMw5Xh6WQXec8h1cPjgKMWuUTR1q0Ha8TiEhU1rBOraRYTZbUuM4tqqO4GYeOE0AX7oVQ==
wrangler@^3.28.1:
version "3.28.1"
resolved "https://registry.yarnpkg.com/wrangler/-/wrangler-3.28.1.tgz#33c4b297ffd45540d352746850ac6d8a642bfd03"
integrity sha512-3O8vCzd7IC71Kciu/+oDVO0VZ83ujlUuKwmCkv6/zzt4WAoYu0vk7PyEo4WvlsSbZL8aHuv3bS917rd6TM1/9Q==
dependencies:
"@cloudflare/kv-asset-handler" "^0.2.0"
"@esbuild-plugins/node-globals-polyfill" "^0.2.3"
Expand Down

0 comments on commit 202fd42

Please sign in to comment.