Skip to content

Commit

Permalink
🔧 Update dependencies across multiple packages (#update-dependencies-…
Browse files Browse the repository at this point in the history
…20241005080234)

Summary: Updated dependencies across multiple packages.

Highlights:

• Bumped `@aws-sdk/client-s3`, `@aws-sdk/client-ses`, and `@aws-sdk/client-sts` to version `^3.665.0`.
• Upgraded `express-rate-limit` to version `^7.4.1`.
• Updated `wagmi` to version `^2.12.17`.

Read more: https://pierre.co/hey/hey/update-dependencies-20241005080234
  • Loading branch information
Yoginth authored and Pierre committed Oct 5, 2024
1 parent fb3fe64 commit ab9fbe1
Show file tree
Hide file tree
Showing 4 changed files with 234 additions and 234 deletions.
8 changes: 4 additions & 4 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"typecheck": "tsc --pretty"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.664.0",
"@aws-sdk/client-ses": "^3.664.0",
"@aws-sdk/client-sts": "^3.664.0",
"@aws-sdk/client-s3": "^3.665.0",
"@aws-sdk/client-ses": "^3.665.0",
"@aws-sdk/client-sts": "^3.665.0",
"@hey/abis": "workspace:*",
"@hey/data": "workspace:*",
"@hey/db": "workspace:*",
Expand All @@ -25,7 +25,7 @@
"dotenv": "^16.4.5",
"express": "^5.0.0",
"express-file-routing": "^3.0.3",
"express-rate-limit": "^7.4.0",
"express-rate-limit": "^7.4.1",
"express-session": "^1.18.0",
"fast-xml-parser": "^4.4.1",
"linkedom": "^0.18.5",
Expand Down
2 changes: 1 addition & 1 deletion apps/cron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typecheck": "tsc --pretty"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.664.0",
"@aws-sdk/client-s3": "^3.665.0",
"@hey/data": "workspace:*",
"@hey/db": "workspace:*",
"@hey/helpers": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"dependencies": {
"@apollo/client": "^3.11.8",
"@aws-sdk/client-s3": "^3.664.0",
"@aws-sdk/lib-storage": "^3.664.0",
"@aws-sdk/client-s3": "^3.665.0",
"@aws-sdk/lib-storage": "^3.665.0",
"@headlessui/react": "2.1.9",
"@heroicons/react": "^2.1.5",
"@hey/abis": "workspace:*",
Expand Down Expand Up @@ -72,7 +72,7 @@
"use-resize-observer": "^9.1.0",
"uuid": "^10.0.0",
"viem": "^2.21.18",
"wagmi": "^2.12.16",
"wagmi": "^2.12.17",
"zod": "^3.23.8",
"zustand": "5.0.0-rc.2"
},
Expand Down
Loading

0 comments on commit ab9fbe1

Please sign in to comment.