Files
dependabot[bot] 571861eb7d Bump the npm_and_yarn group across 1 directory with 2 updates
Bumps the npm_and_yarn group with 2 updates in the / directory: [@langchain/community](https://github.com/langchain-ai/langchainjs) and [uuid](https://github.com/uuidjs/uuid).


Updates `@langchain/community` from 0.0.34 to 1.1.27
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/commits/@langchain/community@1.1.27)

Updates `uuid` from 9.0.1 to 14.0.0
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v9.0.1...v14.0.0)

---
updated-dependencies:
- dependency-name: "@langchain/community"
  dependency-version: 1.1.27
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: uuid
  dependency-version: 14.0.0
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-23 00:36:58 +00:00

52 lines
1.9 KiB
JSON

{
"name": "email-assistant",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"format": "prettier --write .",
"agent": "langgraphjs dev",
"test": "NODE_OPTIONS=--experimental-vm-modules jest --config=jest.config.mjs",
"test:hitl": "cross-env NODE_OPTIONS=--experimental-vm-modules AGENT_MODULE=email_assistant_hitl jest --config=jest.config.mjs hitl.test.ts",
"test:memory": "cross-env NODE_OPTIONS=--experimental-vm-modules AGENT_MODULE=email_assistant_hitl_memory jest --config=jest.config.mjs memory.test.ts",
"test:base": "cross-env NODE_OPTIONS=--experimental-vm-modules AGENT_MODULE=email_assistant jest --config=jest.config.mjs response.test.ts"
},
"dependencies": {
"@jest/globals": "^29.7.0",
"@langchain/community": "^1.1.27",
"@langchain/core": "^0.3.49",
"@langchain/langgraph": "0.2.71",
"@langchain/openai": "^0.0.14",
"dotenv": "^16.5.0",
"langchain": "^0.3.24",
"tslab": "^1.0.22",
"zod": "^3.24.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@eslint/js": "^9.26.0",
"@langchain/langgraph-cli": "^0.0.32",
"@types/jest": "^29.5.5",
"@types/node": "^20",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^8.32.0",
"@typescript-eslint/parser": "^8.32.0",
"cross-env": "^7.0.3",
"eslint": "^9",
"eslint-config-prettier": "^10.1.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-no-instanceof": "^1.0.1",
"eslint-plugin-unused-imports": "^4.1.4",
"globals": "^16.1.0",
"jest": "^29.7.0",
"jest-ts-webcompat-resolver": "^1.0.1",
"prettier": "^3.5.3",
"ts-jest": "^29.1.1",
"tsx": "^4.7.0",
"typescript": "^5",
"uuid": "^14.0.0"
},
"packageManager": "pnpm@10.9.0+sha512.0486e394640d3c1fb3c9d43d49cf92879ff74f8516959c235308f5a8f62e2e19528a65cdc2a3058f587cde71eba3d5b56327c8c33a97e4c4051ca48a10ca2d5f"
}