From 15eda615c7a19d94bce94a27b818352ee58f6378 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 10:54:16 +0000 Subject: [PATCH] fix(deps): update dependency @ory/client to ^1.2.2 (#10064) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- ui/nx-monorepo/packages/next/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/nx-monorepo/packages/next/package.json b/ui/nx-monorepo/packages/next/package.json index 51c86027f8b..2092807edbc 100644 --- a/ui/nx-monorepo/packages/next/package.json +++ b/ui/nx-monorepo/packages/next/package.json @@ -44,7 +44,7 @@ "@mui/material": "5.14.8", "@mui/styled-engine-sc": "5.14.8", "@mui/styles": "5.14.7", - "@ory/client": "^1.2.1", + "@ory/client": "^1.2.2", "@ory/integrations": "^1.1.5", "@reduxjs/toolkit": "^1.9.5", "@sentry/nextjs": "^7.68.0",