keycloak/js/package.json
Bruno Oliveira da Silva 5183e49a8f
Some checks failed
Weblate Sync / Trigger Weblate to pull the latest changes (push) Has been cancelled
Fix low-severity npm transitive dependency vulnerabilities via pnpm overrides (#47688)
The `diff` package has a Denial of Service vulnerability in `parsePatch`
and `applyPatch` (Dependabot alerts #265, #270). It is pulled in as a
transitive dependency by `ts-node` (diff@4.0.2) and `mocha`
(diff@7.0.0),
neither of which have upstream releases with the fix available.

Overrides applied:
- diff@^4 → ^4.0.4 (patched version for ts-node's range)
- diff@^7 → ^8.0.3 (no 7.x patch exists; 8.0.3 is the first fixed
release)

Signed-off-by: Bruno Oliveira da Silva <bruno@abstractj.com>
2026-04-08 23:29:23 +02:00

68 lines
1.8 KiB
JSON

{
"name": "root",
"private": true,
"type": "module",
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748",
"scripts": {
"prepare": "cd .. && husky js/.husky",
"build": "wireit"
},
"wireit": {
"build": {
"dependencies": [
"./apps/account-ui:build",
"./apps/admin-ui:build",
"./libs/keycloak-admin-client:build",
"./libs/ui-shared:build",
"./themes-vendor:build"
]
}
},
"devDependencies": {
"@eslint/compat": "^2.0.0",
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.2",
"@types/node": "^25.0.3",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-lodash": "^8.0.0",
"eslint-plugin-playwright": "^2.4.0",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-compiler": "19.1.0-rc.2",
"eslint-plugin-react-hooks": "~6.1.0",
"husky": "^9.1.7",
"lint-staged": "^16.4.0",
"prettier": "^3.6.2",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.42.0",
"wireit": "^0.14.12"
},
"lint-staged": {
"*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"
},
"author": {
"name": "Red Hat, Inc.",
"url": "https://www.keycloak.org/"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/keycloak/keycloak.git",
"directory": "js/"
},
"homepage": "https://www.keycloak.org/",
"pnpm": {
"overrides": {
"picomatch@^2": "^2.3.2",
"flatted": "^3.4.2",
"minimatch@~3": "^3.1.4",
"minimatch@~9": "^9.0.7",
"@isaacs/brace-expansion@^5": "^5.0.1",
"serialize-javascript": "^7.0.3",
"diff@^4": "^4.0.4",
"diff@^7": "^8.0.3"
}
}
}