Files
probo/package.json
Sacha Al Himdani 6e86c4ba89 Fix npm security alerts and drop useless overrides
Regenerate the stale package-lock and pin patched versions for the
Dependabot-flagged packages (@vitest/browser, form-data, undici,
brace-expansion, js-yaml, esbuild, dompurify, @babel/core, vite,
@opentelemetry/core via posthog-js). Remove the harmful langsmith
override (it forced the vulnerable 0.5.x line) and the zero-effect
lodash-es override.

Signed-off-by: Sacha Al Himdani <sacha@probo.com>
2026-06-23 12:15:34 +02:00

42 lines
1.0 KiB
JSON

{
"name": "probo",
"description": "Probo monorepo containing applications and shared packages",
"engines": {
"node": "^24.0.0",
"npm": "^11.8.0"
},
"workspaces": [
"apps/*",
"packages/*",
"examples/*"
],
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "eslint apps/console apps/trust packages/ui packages/eslint-config --concurrency auto && npm -w @probo/n8n-nodes-probo run lint",
"check": "turbo run check",
"relay": "relay-compiler"
},
"devDependencies": {
"@probo/eslint-config": "1.0.0",
"eslint": "^10.5.0",
"relay-compiler": "^21.0.1",
"turbo": "^2.9.14"
},
"overrides": {
"minimatch@9": "^9.0.9",
"handlebars": "4.7.9",
"@langchain/classic": "^1.0.27",
"@langchain/community": "^1.1.25",
"lodash": "^4.18.1",
"uuid": "^14.0.0",
"form-data": "^4.0.6",
"js-yaml": "^4.2.0"
},
"license": "MIT",
"packageManager": "npm@11.8.0",
"dependencies": {
"react-dom": "^19.2.7"
}
}