From 1dea3096d2394ecdf81964a0070ee98861eb440c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 03:32:08 +0000 Subject: [PATCH] chore(deps): bump remix-utils from 6.3.0 to 6.4.1 Bumps [remix-utils](https://github.com/sergiodxa/remix-utils) from 6.3.0 to 6.4.1. - [Release notes](https://github.com/sergiodxa/remix-utils/releases) - [Commits](https://github.com/sergiodxa/remix-utils/compare/v6.3.0...v6.4.1) --- updated-dependencies: - dependency-name: remix-utils dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index adc2c85..701a997 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "react-markdown": "^8.0.7", "react-syntax-highlighter": "^15.5.0", "remark-gfm": "^3.0.1", - "remix-utils": "^6.3.0", + "remix-utils": "^6.4.1", "slug": "^8.2.2", "tiny-invariant": "^1.3.1", "zod": "^3.21.4" @@ -11145,9 +11145,9 @@ } }, "node_modules/remix-utils": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/remix-utils/-/remix-utils-6.3.0.tgz", - "integrity": "sha512-ivtBYxsToXYFFzvkVPJiw21a5bbzucJslK2H3McJDjkaGvivSGULdyUmSWwmDhzuAXdUxNOV/MBoWtBnNLCIOg==", + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/remix-utils/-/remix-utils-6.4.1.tgz", + "integrity": "sha512-qIm4bLArf7Np7rhCyI5vRT2dToNIQjModkJyiri6ydflnz6CkRHf4FokbtW187F4tqmXe/0oNyZ7rhaxY7VP8Q==", "dependencies": { "intl-parse-accept-language": "^1.0.0", "is-ip": "^3.1.0", diff --git a/package.json b/package.json index 6ea846e..d6d22f4 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "react-markdown": "^8.0.7", "react-syntax-highlighter": "^15.5.0", "remark-gfm": "^3.0.1", - "remix-utils": "^6.3.0", + "remix-utils": "^6.4.1", "slug": "^8.2.2", "tiny-invariant": "^1.3.1", "zod": "^3.21.4"