From 0ab9d0bd694d2cb66de45bcfd0010ecc2b226cb7 Mon Sep 17 00:00:00 2001 From: "homarr-renovate[bot]" <158783068+homarr-renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 04:03:12 +0000 Subject: [PATCH] fix(deps): update dependency trpc-to-openapi to ^2.0.3 (#1576) Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com> --- packages/api/package.json | 2 +- pnpm-lock.yaml | 20 +++++++++++++++----- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/packages/api/package.json b/packages/api/package.json index 3a24c0014..ba6f9bd06 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -43,7 +43,7 @@ "next": "^14.2.18", "react": "^18.3.1", "superjson": "2.2.1", - "trpc-to-openapi": "^2.0.2" + "trpc-to-openapi": "^2.0.3" }, "devDependencies": { "@homarr/eslint-config": "workspace:^0.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bdf04a6b4..58e695210 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -523,8 +523,8 @@ importers: specifier: 2.2.1 version: 2.2.1 trpc-to-openapi: - specifier: ^2.0.2 - version: 2.0.2(@trpc/server@11.0.0-rc.648(typescript@5.7.2))(@types/express@4.17.21)(@types/node@22.10.1)(zod@3.23.8) + specifier: ^2.0.3 + version: 2.0.3(@trpc/server@11.0.0-rc.648(typescript@5.7.2))(@types/express@4.17.21)(@types/node@22.10.1)(zod@3.23.8) devDependencies: '@homarr/eslint-config': specifier: workspace:^0.2.0 @@ -3209,6 +3209,11 @@ packages: cpu: [x64] os: [linux] + '@rollup/rollup-linux-x64-gnu@4.6.1': + resolution: {integrity: sha512-DNGZvZDO5YF7jN5fX8ZqmGLjZEXIJRdJEdTFMhiyXqyXubBa0WVLDWSNlQ5JR2PNgDbEV1VQowhVRUh+74D+RA==} + cpu: [x64] + os: [linux] + '@rollup/rollup-linux-x64-musl@4.21.3': resolution: {integrity: sha512-S0Yq+xA1VEH66uiMNhijsWAafffydd2X5b77eLHfRmfLsRSpbiAWiRHV6DEpz6aOToPsgid7TI9rGd6zB1rhbg==} cpu: [x64] @@ -7719,8 +7724,8 @@ packages: resolution: {integrity: sha512-aZbgViZrg1QNcG+LULa7nhZpJTZSLm/mXnHXnbAbjmN5aSa0y7V+wvv6+4WaBtpISJzThKy+PIPxc1Nq1EJ9mg==} engines: {node: '>= 14.0.0'} - trpc-to-openapi@2.0.2: - resolution: {integrity: sha512-uuBkemnf9SY0mRv/wo0BBogdaoReOEg4zk8CSu95yUVgl/DxtDs+Ie02XGcGr1fCYKiyrfJbhRAo2wBbWV0POg==} + trpc-to-openapi@2.0.3: + resolution: {integrity: sha512-XU0keKKgd7iRrqEC19AORVSa43kJlqfzN96qrQSQAhyGJ6vtcVN1IAeekAW0F3e2w27Mtdt21LjDzt9LhjgtdQ==} peerDependencies: '@trpc/server': ^11.0.0-rc.566 zod: ^3.23.8 @@ -9493,6 +9498,9 @@ snapshots: '@rollup/rollup-linux-x64-gnu@4.21.3': optional: true + '@rollup/rollup-linux-x64-gnu@4.6.1': + optional: true + '@rollup/rollup-linux-x64-musl@4.21.3': optional: true @@ -14829,7 +14837,7 @@ snapshots: triple-beam@1.4.1: {} - trpc-to-openapi@2.0.2(@trpc/server@11.0.0-rc.648(typescript@5.7.2))(@types/express@4.17.21)(@types/node@22.10.1)(zod@3.23.8): + trpc-to-openapi@2.0.3(@trpc/server@11.0.0-rc.648(typescript@5.7.2))(@types/express@4.17.21)(@types/node@22.10.1)(zod@3.23.8): dependencies: '@trpc/server': 11.0.0-rc.648(typescript@5.7.2) co-body: 6.2.0 @@ -14839,6 +14847,8 @@ snapshots: openapi3-ts: 4.3.3 zod: 3.23.8 zod-openapi: 2.19.0(zod@3.23.8) + optionalDependencies: + '@rollup/rollup-linux-x64-gnu': 4.6.1 transitivePeerDependencies: - '@types/express' - '@types/node'