From d5120374f0c8e508ccc74a6a54c40228c03c6dd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 12:40:21 +0000 Subject: [PATCH] Bump remix-utils from 7.7.0 to 8.2.0 Bumps [remix-utils](https://github.com/sergiodxa/remix-utils) from 7.7.0 to 8.2.0. - [Release notes](https://github.com/sergiodxa/remix-utils/releases) - [Commits](https://github.com/sergiodxa/remix-utils/compare/v7.7.0...v8.2.0) --- updated-dependencies: - dependency-name: remix-utils dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/www/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/www/package.json b/packages/www/package.json index f2a853d..e7f0de4 100644 --- a/packages/www/package.json +++ b/packages/www/package.json @@ -43,7 +43,7 @@ "remix-auth": "^4.1.0", "remix-auth-openauth": "^0.0.4", "remix-i18next": "^7.0.1", - "remix-utils": "^7.6.0", + "remix-utils": "^8.2.0", "sonner": "^1.4.41", "sst": "^3.9.27", "tailwind-merge": "^2.3.0",