Bump production dependencies

Summary:\n- Update the production-dependencies group.\n- Rebase the lockfile on top of the current dependency state.\n\nVerification:\n- pnpm typecheck\n- pnpm build\n- CI: Build, Lint & Type Check, Security Audit, Workspace Unit Tests
This commit is contained in:
dependabot[bot] 2026-05-13 13:44:07 -05:00 committed by GitHub
parent c98536c124
commit c16b32f194
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 2883 additions and 6510 deletions

View file

@ -17,7 +17,7 @@
"chalk": "^5.3.0"
},
"devDependencies": {
"@types/node": "^25.6.0",
"@types/node": "^25.7.0",
"typescript": "^6.0.3",
"tsx": "^4.19.0"
},

View file

@ -19,7 +19,7 @@
"zod": "^4.4.3"
},
"devDependencies": {
"@types/node": "^25.6.0",
"@types/node": "^25.7.0",
"tsx": "^4.19.0",
"typescript": "^6.0.3"
},

View file

@ -36,10 +36,10 @@
"demo": "docker compose -f demo/docker-compose.demo.yml up --build"
},
"devDependencies": {
"@playwright/test": "^1.59.1",
"@types/node": "^25.6.0",
"@typescript-eslint/eslint-plugin": "^8.59.2",
"@typescript-eslint/parser": "^8.59.2",
"@playwright/test": "^1.60.0",
"@types/node": "^25.7.0",
"@typescript-eslint/eslint-plugin": "^8.59.3",
"@typescript-eslint/parser": "^8.59.3",
"concurrently": "^9.1.0",
"eslint": "9.38.0",
"eslint-plugin-react": "^7.37.5",
@ -48,7 +48,7 @@
"lint-staged": "^16.4.0",
"prettier": "^3.8.2",
"typescript": "^6.0.3",
"vitest": "^4.1.5"
"vitest": "^4.1.6"
},
"lint-staged": {
"*.{ts,tsx}": [

9355
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff

View file

@ -16,7 +16,7 @@
"reset-password": "tsx src/scripts/reset-password.ts"
},
"dependencies": {
"@openai/codex-sdk": "0.128.0",
"@openai/codex-sdk": "0.130.0",
"@veritas-kanban/shared": "workspace:*",
"ajv": "^8.20.0",
"bcrypt": "^6.0.0",
@ -27,7 +27,7 @@
"dotenv": "^17.4.2",
"exceljs": "^4.4.0",
"express": "^5.2.1",
"express-rate-limit": "^8.5.0",
"express-rate-limit": "^8.5.1",
"file-type": "^22.0.1",
"gray-matter": "^4.0.3",
"helmet": "^8.1.0",
@ -45,7 +45,7 @@
"swagger-ui-express": "^5.0.1",
"unpdf": "^1.6.2",
"ws": "^8.20.0",
"yaml": "^2.8.4",
"yaml": "^2.9.0",
"zod": "^4.4.3"
},
"devDependencies": {
@ -64,7 +64,7 @@
"@types/swagger-jsdoc": "^6.0.4",
"@types/swagger-ui-express": "^4.1.8",
"@types/ws": "^8.5.13",
"@vitest/coverage-v8": "^4.1.5",
"@vitest/coverage-v8": "^4.1.6",
"eslint": "^9.17.0",
"supertest": "^7.2.2",
"tsx": "^4.19.0",

View file

@ -30,7 +30,7 @@
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toast": "^1.2.4",
"@radix-ui/react-tooltip": "^1.2.8",
"@tanstack/react-query": "^5.100.9",
"@tanstack/react-query": "^5.100.10",
"@types/react-grid-layout": "^2.1.0",
"@veritas-kanban/shared": "workspace:*",
"class-variance-authority": "^0.7.1",
@ -39,21 +39,21 @@
"lucide-react": "^1.14.0",
"nanoid": "^5.1.11",
"radix-ui": "^1.4.3",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-grid-layout": "^2.2.3",
"react-markdown": "^10.1.0",
"recharts": "^3.8.1",
"rehype-highlight": "^7.0.2",
"remark-gfm": "^4.0.1",
"shadcn": "^4.7.0",
"tailwind-merge": "^3.5.0",
"tailwind-merge": "^3.6.0",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.4.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/vite": "^4.2.4",
"@tailwindcss/vite": "^4.3.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
@ -65,10 +65,10 @@
"eslint": "^9.17.0",
"jsdom": "^29.1.1",
"postcss": "^8.5.14",
"tailwindcss": "^4.2.4",
"tailwindcss": "^4.3.0",
"typescript": "^6.0.3",
"vite": "^8.0.10",
"vitest": "^4.1.5"
"vite": "^8.0.12",
"vitest": "^4.1.6"
},
"license": "MIT",
"author": "Brad Groux <brad@digitalmeld.io>",