Files
zitadel/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

18 lines
385 B
JSON

{
"packageManager": "pnpm@10.30.3",
"private": true,
"name": "@zitadel/zitadel",
"scripts": {
"changeset": "changeset",
"clean:all": "pnpm run clean && rm -rf .nx node_modules"
},
"devDependencies": {
"@bufbuild/buf": "^1.66.1",
"@changesets/cli": "^2.30.0",
"nx": "21.6.10",
"sass": "^1.98.0",
"shiki": "^3.23.0",
"wait-on": "^9.0.4"
}
}