chore(deps): update workspace dependencies (#1155)

Updates the supported minor and patch dependency set and refreshes transitive security override floors. Production and full dependency audits resolve without known vulnerabilities.
This commit is contained in:
dependabot[bot] 2026-08-22 18:56:58 -05:00 committed by GitHub
parent 3917456bf6
commit 6e84033f2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 1069 additions and 1186 deletions

View file

@ -17,9 +17,9 @@
"chalk": "^5.3.0"
},
"devDependencies": {
"@types/node": "^26.1.1",
"@types/node": "^26.2.0",
"typescript": "^6.0.3",
"tsx": "^4.23.1"
"tsx": "^4.23.12"
},
"license": "MIT",
"author": "Brad Groux <brad@digitalmeld.io>",

View file

@ -33,12 +33,12 @@
"electron-updater": "^6.8.9"
},
"devDependencies": {
"@types/node": "^26.1.1",
"electron": "^43.1.0",
"@types/node": "^26.2.0",
"electron": "^43.4.0",
"electron-builder": "^26.15.3",
"electron-vite": "^5.0.0",
"typescript": "^6.0.3",
"vite": "^8.1.4",
"vite": "^8.2.1",
"vitest": "^4.1.10"
},
"build": {

View file

@ -13,14 +13,14 @@
"start": "node dist/index.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.29.0",
"@modelcontextprotocol/sdk": "^1.30.0",
"@veritas-kanban/shared": "workspace:*",
"hono": "^4.12.30",
"hono": "^4.13.2",
"zod": "^4.4.3"
},
"devDependencies": {
"@types/node": "^26.1.1",
"tsx": "^4.23.1",
"@types/node": "^26.2.0",
"tsx": "^4.23.12",
"typescript": "^6.0.3"
},
"license": "MIT",

View file

@ -63,17 +63,17 @@
},
"devDependencies": {
"@eslint/js": "10.0.1",
"@playwright/test": "^1.61.1",
"@types/node": "^26.1.1",
"@typescript-eslint/eslint-plugin": "^8.64.0",
"@typescript-eslint/parser": "^8.64.0",
"concurrently": "^10.0.3",
"eslint": "10.7.0",
"@playwright/test": "^1.62.1",
"@types/node": "^26.2.0",
"@typescript-eslint/eslint-plugin": "^8.67.0",
"@typescript-eslint/parser": "^8.67.0",
"concurrently": "^10.0.4",
"eslint": "10.8.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.1.1",
"husky": "^9.1.7",
"lint-staged": "^17.0.8",
"prettier": "^3.9.5",
"lint-staged": "^17.3.0",
"prettier": "^3.9.6",
"typescript": "^6.0.3",
"vitest": "^4.1.10"
},

2131
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff

View file

@ -15,20 +15,24 @@ allowBuilds:
overrides:
'@babel/core@<7.29.1': 7.29.7
'@modelcontextprotocol/sdk>express-rate-limit': 8.5.2
'@hono/node-server': '>=1.19.15'
'@modelcontextprotocol/sdk>express-rate-limit': 8.6.2
'@xmldom/xmldom': 0.8.13
'brace-expansion@<=5.0.7': 5.0.8
'body-parser@<2.3.0': 2.3.0
'brace-expansion@<5.0.9': 5.0.9
'esbuild@<0.28.1': 0.28.1
'fast-uri@<3.1.4': 3.1.4
'fast-uri@<3.1.5': 3.1.5
'form-data@<4.0.6': 4.0.6
hono: '>=4.12.18'
ip-address: '>=10.1.1'
'js-yaml@<4.3.0': 4.3.0
postcss: '>=8.5.10'
hono: '>=4.12.34'
ip-address: '>=10.3.1'
'js-yaml@<4.3.1': 4.3.1
'nanoid@<3.3.18': 3.3.18
postcss: '>=8.5.23'
qs: ^6.14.2
'uuid@^8.3.0': 11.1.1
minimatch: '>=10.2.3'
path-to-regexp: '>=8.4.0'
tar: '>=7.5.21'
tmp: '>=0.2.6'
'undici@>=6.0.0 <7.0.0': 6.27.0
'undici@>=7.0.0 <8.0.0': 7.28.0
'undici@>=6.0.0 <7.0.0': 6.28.0
'undici@>=7.0.0 <8.0.0': 7.29.0

View file

@ -16,7 +16,7 @@
"reset-password": "tsx src/scripts/reset-password.ts"
},
"dependencies": {
"@openai/codex-sdk": "0.144.3",
"@openai/codex-sdk": "0.147.0",
"@veritas-kanban/shared": "workspace:*",
"ajv": "^8.20.0",
"bcrypt": "^6.0.0",
@ -27,24 +27,24 @@
"dotenv": "^17.4.2",
"exceljs": "^4.4.0",
"express": "^5.2.1",
"express-rate-limit": "^8.5.2",
"express-rate-limit": "^8.6.2",
"file-type": "^22.0.1",
"helmet": "^8.3.0",
"jsonwebtoken": "^9.0.3",
"mammoth": "^1.12.0",
"mammoth": "^1.12.1",
"mime-types": "^3.0.2",
"multer": "^2.2.0",
"nanoid": "^6.0.0",
"nanoid": "^6.0.1",
"nostr-tools": "2.24.1",
"pino": "^10.3.1",
"pino-pretty": "^13.1.3",
"sanitize-filename": "^1.6.4",
"sanitize-html": "^2.17.6",
"sanitize-html": "^2.17.7",
"simple-git": "^3.36.0",
"swagger-jsdoc": "^6.3.0",
"swagger-ui-express": "^5.0.1",
"unpdf": "^1.6.2",
"ws": "^8.21.0",
"unpdf": "^1.8.1",
"ws": "^8.21.3",
"yaml": "^2.9.0",
"zod": "^4.4.3"
},
@ -54,19 +54,19 @@
"@types/cookie-parser": "^1.4.10",
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/express-serve-static-core": "^5.1.2",
"@types/express-serve-static-core": "^5.1.3",
"@types/jsonwebtoken": "^9.0.10",
"@types/mime-types": "^3.0.1",
"@types/multer": "^2.2.0",
"@types/sanitize-html": "^2.16.1",
"@types/supertest": "^7.2.0",
"@types/supertest": "^7.2.1",
"@types/swagger-jsdoc": "^6.0.4",
"@types/swagger-ui-express": "^4.1.8",
"@types/ws": "^8.5.13",
"@vitest/coverage-v8": "^4.1.10",
"eslint": "^10.7.0",
"eslint": "^10.8.1",
"supertest": "^7.2.2",
"tsx": "^4.23.1",
"tsx": "^4.23.12",
"typescript": "^6.0.3"
},
"license": "MIT",

View file

@ -17,24 +17,24 @@
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@mantine/core": "^9.4.1",
"@mantine/form": "^9.4.1",
"@mantine/hooks": "^9.4.1",
"@mantine/modals": "^9.4.1",
"@mantine/notifications": "^9.4.1",
"@tanstack/react-query": "^5.101.2",
"@mantine/core": "^9.5.1",
"@mantine/form": "^9.5.1",
"@mantine/hooks": "^9.5.1",
"@mantine/modals": "^9.5.1",
"@mantine/notifications": "^9.5.1",
"@tanstack/react-query": "^5.101.4",
"@types/react-grid-layout": "^2.1.0",
"@veritas-kanban/shared": "workspace:*",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dompurify": "^3.4.12",
"lucide-react": "^1.24.0",
"nanoid": "^6.0.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-grid-layout": "^2.2.3",
"dompurify": "^3.4.13",
"lucide-react": "^1.31.0",
"nanoid": "^6.0.1",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-grid-layout": "^2.2.4",
"react-markdown": "^10.1.0",
"recharts": "^3.9.2",
"recharts": "^3.10.1",
"rehype-highlight": "^7.0.2",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.6.0",
@ -43,23 +43,23 @@
"zod": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.2",
"@tailwindcss/vite": "^4.3.3",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@testing-library/user-event": "^14.6.4",
"@types/dompurify": "^3.2.0",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^6.0.3",
"autoprefixer": "^10.5.2",
"eslint": "^10.7.0",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"@vitejs/plugin-react": "^6.0.5",
"autoprefixer": "^10.5.4",
"eslint": "^10.8.1",
"jsdom": "^29.1.1",
"postcss": "^8.5.19",
"postcss": "^8.5.26",
"postcss-preset-mantine": "^1.18.0",
"postcss-simple-vars": "^7.0.1",
"tailwindcss": "^4.3.2",
"tailwindcss": "^4.3.3",
"typescript": "^6.0.3",
"vite": "^8.1.4",
"vite": "^8.2.1",
"vitest": "^4.1.10"
},
"license": "MIT",