diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afc23668..7aa5ba49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: type=sha,format=long # Build and push - name: Build and push - uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6 + uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6 with: context: . push: ${{ github.event_name != 'pull_request' }} diff --git a/.tool-versions b/.tool-versions index c5370e21..8e011d4e 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ nodejs 23.11.0 -pnpm 10.8.1 \ No newline at end of file +pnpm 10.9.0 \ No newline at end of file diff --git a/package.json b/package.json index bb84b96b..6bafa411 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "pino": "9.6.0", "pino-http": "10.4.0", "swagger-ui-express": "5.0.1", - "zod": "3.24.2" + "zod": "3.24.3" }, "devDependencies": { "@biomejs/biome": "1.9.4", @@ -53,5 +53,5 @@ "sourcemap": true, "clean": true }, - "packageManager": "pnpm@10.8.1" + "packageManager": "pnpm@10.9.0" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a9f3f83d..a01a47ce 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,7 +10,7 @@ importers: dependencies: '@asteasolutions/zod-to-openapi': specifier: 7.3.0 - version: 7.3.0(zod@3.24.2) + version: 7.3.0(zod@3.24.3) cors: specifier: 2.8.5 version: 2.8.5 @@ -42,8 +42,8 @@ importers: specifier: 5.0.1 version: 5.0.1(express@4.21.2) zod: - specifier: 3.24.2 - version: 3.24.2 + specifier: 3.24.3 + version: 3.24.3 devDependencies: '@biomejs/biome': specifier: 1.9.4 @@ -1552,8 +1552,8 @@ packages: engines: {node: '>= 14'} hasBin: true - zod@3.24.2: - resolution: {integrity: sha512-lY7CDW43ECgW9u1TcT3IoXHflywfVqDYze4waEz812jR/bZ8FHDsl7pFQoSZTz5N+2NqRXs8GBwnAwo3ZNxqhQ==} + zod@3.24.3: + resolution: {integrity: sha512-HhY1oqzWCQWuUqvBFnsyrtZRhyPeR7SUGv+C4+MsisMuVfSPx8HpwWqH8tRahSlt6M3PiFAcoeFhZAqIXTxoSg==} snapshots: @@ -1562,10 +1562,10 @@ snapshots: '@jridgewell/gen-mapping': 0.3.8 '@jridgewell/trace-mapping': 0.3.25 - '@asteasolutions/zod-to-openapi@7.3.0(zod@3.24.2)': + '@asteasolutions/zod-to-openapi@7.3.0(zod@3.24.3)': dependencies: openapi3-ts: 4.4.0 - zod: 3.24.2 + zod: 3.24.3 '@babel/helper-string-parser@7.25.9': {} @@ -2946,4 +2946,4 @@ snapshots: yaml@2.7.1: {} - zod@3.24.2: {} + zod@3.24.3: {}