fix: update gatekeeper image to v1.9.18 and sync dependencies
All checks were successful
Build & Deploy / 🔍 Prepare (push) Successful in 11s
Build & Deploy / 🧪 QA (push) Successful in 1m11s
Build & Deploy / 🏗️ Build (push) Successful in 2m28s
Build & Deploy / 🚀 Deploy (push) Successful in 23s
Build & Deploy / 🧪 Post-Deploy Verification (push) Successful in 5m15s
Build & Deploy / 🔔 Notify (push) Successful in 3s

This commit is contained in:
2026-04-13 16:59:45 +02:00
parent b0d66c4192
commit e6225ba6fd
2 changed files with 7 additions and 7 deletions

View File

@@ -61,7 +61,7 @@ services:
klz-gatekeeper:
profiles: [ "gatekeeper" ]
image: registry.infra.mintel.me/mintel/gatekeeper:testing
image: git.infra.mintel.me/mmintel/gatekeeper:v1.9.18
restart: unless-stopped
networks:
infra:

View File

@@ -4,10 +4,10 @@
"private": true,
"packageManager": "pnpm@10.18.3",
"dependencies": {
"@mintel/mail": "^1.8.21",
"@mintel/next-config": "^1.8.21",
"@mintel/next-feedback": "^1.8.21",
"@mintel/next-utils": "^1.8.21",
"@mintel/mail": "1.9.18",
"@mintel/next-config": "1.9.18",
"@mintel/next-feedback": "1.9.18",
"@mintel/next-utils": "1.9.18",
"@payloadcms/db-postgres": "^3.77.0",
"@payloadcms/email-nodemailer": "^3.77.0",
"@payloadcms/next": "^3.77.0",
@@ -53,8 +53,8 @@
"@commitlint/config-conventional": "^20.4.0",
"@cspell/dict-de-de": "^4.1.2",
"@lhci/cli": "^0.15.1",
"@mintel/eslint-config": "1.8.21",
"@mintel/tsconfig": "^1.8.21",
"@mintel/eslint-config": "1.9.18",
"@mintel/tsconfig": "1.9.18",
"@next/bundle-analyzer": "^16.1.6",
"@tailwindcss/cli": "^4.1.18",
"@tailwindcss/postcss": "^4.1.18",