From 2c94c258cfb790269de0f01e967761cff3d06f1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 12:46:45 +0000 Subject: [PATCH] Bump remix-utils from 7.7.0 to 8.4.0 Bumps [remix-utils](https://github.com/sergiodxa/remix-utils) from 7.7.0 to 8.4.0. - [Release notes](https://github.com/sergiodxa/remix-utils/releases) - [Commits](https://github.com/sergiodxa/remix-utils/compare/v7.7.0...v8.4.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..282c188 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.4.0", "sonner": "^1.4.41", "sst": "^3.9.27", "tailwind-merge": "^2.3.0",