From d19fa9dfdab57db5a817b27e97c293cc2e554977 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 23:38:11 +0000 Subject: [PATCH] chore(deps): bump remix-utils from 6.3.0 to 6.6.0 Bumps [remix-utils](https://github.com/sergiodxa/remix-utils) from 6.3.0 to 6.6.0. - [Release notes](https://github.com/sergiodxa/remix-utils/releases) - [Commits](https://github.com/sergiodxa/remix-utils/compare/v6.3.0...v6.6.0) --- 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..6dd8f57 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.6.0", "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.6.0", + "resolved": "https://registry.npmjs.org/remix-utils/-/remix-utils-6.6.0.tgz", + "integrity": "sha512-4r4ifahU61Aa54m6Yu8B8GTzXyo+9RUzkFZdBNZOErpZ1LUMQ/ng4LeCJX2M6m4obdMjq0ot0pPlnAzeZOSttg==", "dependencies": { "intl-parse-accept-language": "^1.0.0", "is-ip": "^3.1.0", diff --git a/package.json b/package.json index 6ea846e..dfdf202 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.6.0", "slug": "^8.2.2", "tiny-invariant": "^1.3.1", "zod": "^3.21.4"