mirror of
https://github.com/zitadel/zitadel.git
synced 2026-08-19 01:14:48 -05:00
# Which Problems Are Solved After merging #11968 and rechecking the dependabot alerts there are still some issues leftover. # How the Problems Are Solved This pr makes overrides for vulnerable transitive depdencies to force update to safe versions. It also upgrades the next.js version in the docs and I also ran `pnpm update` once more. # Additional Changes Removed the mochaawesome dependency is this is not really needed and seems unmaintained. # Additional Context - Precursor: #11968
20 lines
521 B
JSON
20 lines
521 B
JSON
{
|
|
"name": "@zitadel/functional-ui",
|
|
"scripts": {
|
|
"open": "cypress open",
|
|
"lint": "prettier --check cypress",
|
|
"lint-fix": "prettier --write cypress",
|
|
"clean": "rm -rf node_modules cypress/videos cypress/screenshots cypress/results cypress/downloads"
|
|
},
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@types/node": "^25.5.0",
|
|
"cypress": "^15.13.0",
|
|
"cypress-wait-until": "^3.0.2",
|
|
"jsonwebtoken": "^9.0.3",
|
|
"prettier": "^3.8.1",
|
|
"typescript": "^5.9.3",
|
|
"uuid": "^13.0.0"
|
|
}
|
|
}
|