fix(security): remediate Trivy HIGH CVEs in container image (#3)
Some checks failed
ci/woodpecker/push/web Pipeline failed

Co-authored-by: Jason Woltje <jason@diversecanvas.com>
Co-committed-by: Jason Woltje <jason@diversecanvas.com>
This commit was merged in pull request #3.
This commit is contained in:
2026-04-14 03:39:59 +00:00
committed by jason.woltje
parent c85e76e5cd
commit 261c0019bb
4 changed files with 84 additions and 96 deletions

View File

@@ -23,7 +23,7 @@
"@payloadcms/ui": "^3.50.0",
"graphql": "^16.11.0",
"lucide-react": "^0.468.0",
"next": "16.2.2",
"next": "16.2.3",
"payload": "^3.50.0",
"react": "19.2.0",
"react-dom": "19.2.0",
@@ -46,5 +46,12 @@
"engines": {
"node": ">=20.9.0"
},
"packageManager": "pnpm@10.31.0"
"packageManager": "pnpm@10.31.0",
"pnpm": {
"overrides": {
"minimatch@<10.2.3": ">=10.2.3",
"picomatch@<4.0.4": ">=4.0.4",
"tar@<7.5.11": ">=7.5.11"
}
}
}