From 913a6fe5c41c4fa62cf9d79bfb97bd6d849348d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 23:23:02 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies (#1355) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .nvmrc | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.nvmrc b/.nvmrc index 87834047a..907565957 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20.12.2 +20.15.0 diff --git a/package.json b/package.json index 9ced91db8..7bcc67bb9 100644 --- a/package.json +++ b/package.json @@ -69,5 +69,5 @@ "*.{jsx,ts,tsx,mjs,cjs}": "turbo run lint --concurrency=1 -- --fix", "!(.eslintrc).js": "turbo run lint --concurrency=1 -- --fix" }, - "packageManager": "yarn@1.22.21" + "packageManager": "yarn@1.22.22" }