Files
probo/package.json
Sacha Al Himdani 5c9c9e3888 Fix npm audit findings in postcss and react-router
Bump postcss to 8.5.23 and react-router to 8.3.0 to clear their high-severity advisories. Leave nested brace-expansion issues for a follow-up that won't break older minimatch consumers.

Signed-off-by: Sacha Al Himdani <sacha@probo.com>
2026-07-27 17:07:59 +02:00

47 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 . --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.6.0",
"relay-compiler": "^21.0.1",
"turbo": "^2.10.2"
},
"overrides": {
"uuid": "^14.0.0",
"js-yaml": "^4.2.0",
"glob": "^13.0.6",
"postcss": "8.5.23",
"react-router": "^8.3.0"
},
"allowScripts": {
"esbuild": true,
"fsevents": true,
"unrs-resolver": true,
"core-js": false,
"isolated-vm": false,
"eslint-plugin-n8n-nodes-base": false
},
"license": "MIT",
"packageManager": "npm@11.8.0",
"dependencies": {
"react-dom": "^19.2.7"
}
}