Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Dependabot auto-approve
on: pull_request

permissions:
pull-requests: write

jobs:
dependabot:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]'
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@d7267f607e9d3fb96fc2fbe83e0af444713e90b7
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Approve a PR
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,30 +32,30 @@
"node": ">=20.0"
},
"dependencies": {
"@apollo/server": "^5.1.0",
"@apollo/server": "^5.2.0",
"@as-integrations/fastify": "^3.1.0",
"@aws-sdk/client-bedrock-runtime": "^3.922.0",
"@aws-sdk/client-lambda": "^3.922.0",
"@aws-sdk/client-s3": "^3.922.0",
"@aws-sdk/client-ses": "^3.922.0",
"@aws-sdk/client-sqs": "^3.922.0",
"@aws-sdk/lib-storage": "^3.922.0",
"@aws-sdk/s3-request-presigner": "^3.922.0",
"@clerk/backend": "^2.19.1",
"@elevenlabs/elevenlabs-js": "^2.21.0",
"@eslint/js": "^9.39.0",
"@fastify/cors": "^11.1.0",
"@graphql-tools/schema": "^10.0.26",
"@graphql-tools/utils": "^10.10.0",
"@langchain/community": "^1.0.0",
"@langchain/core": "^1.0.2",
"@modelcontextprotocol/sdk": "^1.21.0",
"@aws-sdk/client-bedrock-runtime": "^3.964.0",
"@aws-sdk/client-lambda": "^3.964.0",
"@aws-sdk/client-s3": "^3.964.0",
"@aws-sdk/client-ses": "^3.964.0",
"@aws-sdk/client-sqs": "^3.964.0",
"@aws-sdk/lib-storage": "^3.964.0",
"@aws-sdk/s3-request-presigner": "^3.964.0",
"@clerk/backend": "^2.29.0",
"@elevenlabs/elevenlabs-js": "^2.29.0",
"@eslint/js": "^9.39.2",
"@fastify/cors": "^11.2.0",
"@graphql-tools/schema": "^10.0.31",
"@graphql-tools/utils": "^11.0.0",
"@langchain/community": "^1.1.2",
"@langchain/core": "^1.1.11",
"@modelcontextprotocol/sdk": "^1.25.1",
"@newrelic/apollo-server-plugin": "^8.0.0",
"dayjs": "^1.11.19",
"dotenv": "^17.2.3",
"elevenlabs-js": "^1.2.6",
"fastify": "^5.6.1",
"globals": "^16.5.0",
"fastify": "^5.6.2",
"globals": "^17.0.0",
"graphql": "^16.12.0",
"graphql-redis-subscriptions": "^2.7.0",
"graphql-subscriptions": "^3.0.0",
Expand All @@ -64,29 +64,29 @@
"graphql-ws": "^6.0.6",
"jest": "^30.2.0",
"mcp-client": "1.13.1",
"mongoose": "^8.19.2",
"newrelic": "^13.6.2",
"mongoose": "^9.1.2",
"newrelic": "^13.8.1",
"pino": "^10.1.0",
"tscpaths": "^0.0.9",
"uuid": "^13.0.0",
"ws": "^8.18.3"
"ws": "^8.19.0"
},
"devDependencies": {
"@graphql-codegen/cli": "6.0.1",
"@graphql-codegen/typescript": "5.0.2",
"@graphql-codegen/typescript-resolvers": "5.1.0",
"@graphql-codegen/cli": "6.1.0",
"@graphql-codegen/typescript": "5.0.7",
"@graphql-codegen/typescript-resolvers": "5.1.5",
"@parcel/watcher": "^2.5.1",
"@types/jest": "^30.0.0",
"@types/node": "^24.10.0",
"eslint": "^9.39.0",
"@types/node": "^25.0.3",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"pino-pretty": "^13.1.2",
"prettier": "^3.6.2",
"ts-jest": "^29.4.5",
"tsx": "^4.20.6",
"pino-pretty": "^13.1.3",
"prettier": "^3.7.4",
"ts-jest": "^29.4.6",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.3"
"typescript-eslint": "^8.52.0"
},
"packageManager": "pnpm@10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad"
}
Loading
Loading