Skip to content

Commit

Permalink
🔧 Updated dependencies in package.json files for both API and web app…
Browse files Browse the repository at this point in the history
…lications (#update-dependencies-2024-12-15-13-28)

Summary: Updated dependencies in `package.json` files for both API and web applications.

Highlights:

• Upgraded AWS SDK clients to version `3.712.0` in `apps/api/package.json`.
• Updated `express-rate-limit` to `7.5.0` and `fast-xml-parser` to `4.5.1` in `apps/api/package.json`.
• Bumped `next-axiom` to `1.9.0` in `apps/web/package.json`.

Read more: https://pierre.co/hey/hey/update-dependencies-2024-12-15-13-28
  • Loading branch information
Yoginth authored and Pierre committed Dec 15, 2024
1 parent 6afc565 commit b03f05d
Show file tree
Hide file tree
Showing 3 changed files with 307 additions and 300 deletions.
14 changes: 7 additions & 7 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"typecheck": "tsc --pretty"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.709.0",
"@aws-sdk/client-ses": "^3.709.0",
"@aws-sdk/client-sts": "^3.709.0",
"@aws-sdk/client-s3": "^3.712.0",
"@aws-sdk/client-ses": "^3.712.0",
"@aws-sdk/client-sts": "^3.712.0",
"@hey/data": "workspace:*",
"@hey/db": "workspace:*",
"@hey/helpers": "workspace:*",
Expand All @@ -25,12 +25,12 @@
"dotenv": "^16.4.5",
"express": "^5.0.0",
"express-file-routing": "^3.0.3",
"express-rate-limit": "^7.4.1",
"express-rate-limit": "^7.5.0",
"express-session": "^1.18.1",
"fast-xml-parser": "^4.4.1",
"fast-xml-parser": "^4.5.1",
"graphql": "^16.9.0",
"linkedom": "^0.18.5",
"openai": "^4.76.2",
"openai": "^4.76.3",
"rate-limit-redis": "^4.2.0",
"request-ip": "^3.3.0",
"tsx": "^4.19.2",
Expand All @@ -51,7 +51,7 @@
"@types/request-ip": "^0.0.41",
"@types/ua-parser-js": "^0.7.39",
"@types/uuid": "^10.0.0",
"nodemon": "^3.1.7",
"nodemon": "^3.1.9",
"start-server-and-test": "^2.0.9",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@apollo/client": "^3.12.3",
"@aws-sdk/lib-storage": "^3.709.0",
"@aws-sdk/lib-storage": "^3.712.0",
"@headlessui/react": "2.2.0",
"@heroicons/react": "^2.2.0",
"@hey/abis": "workspace:*",
Expand All @@ -38,7 +38,7 @@
"franc": "^6.2.0",
"graphql": "^16.9.0",
"next": "^15.1.0",
"next-axiom": "^1.8.0",
"next-axiom": "^1.9.0",
"next-themes": "^0.4.4",
"plur": "^5.1.0",
"plyr-react": "^5.3.0",
Expand Down
Loading

0 comments on commit b03f05d

Please sign in to comment.