Files
zitadel/tests/functional-ui/package.json
T
Ramon 5abb51c263 chore: deps update (#11981)
# 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
2026-04-07 14:14:12 +02:00

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"
}
}