Files
plane/package.json
T
94f3d90df2 chore: fix vulnerable dependencies via pnpm overrides (#6565)
Upgrade lodash/lodash-es to 4.18.1 and add overrides for form-data,
qs, and tough-cookie to resolve known security vulnerabilities in
transitive dependencies.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 17:30:37 +05:30

106 lines
3.3 KiB
JSON

{
"name": "plane",
"version": "2.3.0",
"private": true,
"description": "Open-source project management that unlocks customer value",
"license": "AGPL-3.0",
"repository": "https://github.com/makeplane/plane.git",
"scripts": {
"build": "turbo run build",
"build:desktop": "turbo run build --filter=desktop && todesktop build",
"dev": "turbo run dev --concurrency=24",
"start": "turbo run start",
"clean": "turbo run clean && rm -rf .turbo && rm -rf .next && rm -rf node_modules && rm -rf dist",
"fix": "turbo run fix",
"fix:format": "turbo run fix:format",
"fix:lint": "turbo run fix:lint",
"test": "turbo run test",
"test:e2e": "pnpm --filter @plane/e2e test:e2e",
"test:e2e:web": "pnpm --filter @plane/e2e test:e2e:web",
"test:e2e:admin": "pnpm --filter @plane/e2e test:e2e:admin",
"test:e2e:space": "pnpm --filter @plane/e2e test:e2e:space",
"test:e2e:smoke": "pnpm --filter @plane/e2e test:e2e:smoke",
"check": "turbo run check",
"check:lint": "turbo run check:lint",
"check:format": "turbo run check:format",
"check:types": "turbo run check:types",
"diagnose": "turbo run diagnose",
"prepare": "husky"
},
"devDependencies": {
"@todesktop/cli": "catalog:",
"eslint-plugin-jsx-a11y": "catalog:",
"eslint-plugin-react-hooks": "catalog:",
"eslint-plugin-turbo": "catalog:",
"husky": "catalog:",
"lint-staged": "catalog:",
"oxfmt": "latest",
"oxlint": "catalog:",
"oxlint-tsgolint": "catalog:",
"turbo": "catalog:"
},
"optionalDependencies": {
"@rollup/rollup-darwin-arm64": "4.59.0"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,cjs,mjs,cts,mts,json,css,md}": [
"pnpm exec oxfmt --write"
],
"*.{js,jsx,ts,tsx,cjs,mjs,cts,mts}": [
"pnpm exec oxlint --type-aware --fix --deny-warnings -c .oxlintrc.json"
]
},
"engines": {
"node": ">=22.18.0"
},
"packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be",
"pnpm": {
"overrides": {
"react": "18.3.1",
"react-dom": "18.3.1",
"@types/react": "18.3.27",
"@types/react-dom": "18.3.7",
"minimatch": ">=3.1.4",
"dompurify": ">=3.3.2",
"fast-xml-parser": ">=5.5.7",
"ajv": ">=8.18.0",
"undici@6": ">=6.24.0",
"undici@7": ">=7.24.0",
"got": ">=11.8.5",
"flatted": ">=3.4.2",
"socket.io-parser": ">=4.2.6",
"handlebars": ">=4.7.9",
"picomatch@2": ">=2.3.2",
"picomatch@4": ">=4.0.4",
"yaml": ">=2.8.3",
"brace-expansion": ">=5.0.5",
"form-data@2": ">=2.5.4",
"lodash": ">=4.18.1",
"lodash-es": "catalog:",
"qs": ">=6.14.1",
"tough-cookie": ">=4.1.3"
},
"onlyBuiltDependencies": [
"@datadog/native-appsec",
"@datadog/native-iast-taint-tracking",
"@datadog/native-metrics",
"@datadog/pprof",
"@firebase/util",
"@parcel/watcher",
"@sentry-internal/node-cpu-profiler",
"@sentry/cli",
"core-js",
"dd-trace",
"dtrace-provider",
"electron",
"esbuild",
"msgpackr-extract",
"protobufjs",
"sharp",
"tldjs",
"turbo",
"unrs-resolver"
]
}
}