From 2b3bc43ef4816b41d443ad94c7dccee850159e7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 23:18:59 +0000 Subject: [PATCH] chore(deps): bump remix-utils from 6.3.0 to 6.5.0 Bumps [remix-utils](https://github.com/sergiodxa/remix-utils) from 6.3.0 to 6.5.0. - [Release notes](https://github.com/sergiodxa/remix-utils/releases) - [Commits](https://github.com/sergiodxa/remix-utils/compare/v6.3.0...v6.5.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..4682166 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.5.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.5.0", + "resolved": "https://registry.npmjs.org/remix-utils/-/remix-utils-6.5.0.tgz", + "integrity": "sha512-UoC1UFfT867hQuLy5976ajMG87/dNzpdQ5xWyllkaAYiF0ZuGDe/j/kQ/rIJ9xIMyjJttiknDF2ajpNMO0+n2A==", "dependencies": { "intl-parse-accept-language": "^1.0.0", "is-ip": "^3.1.0", diff --git a/package.json b/package.json index 6ea846e..0f8e5ff 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.5.0", "slug": "^8.2.2", "tiny-invariant": "^1.3.1", "zod": "^3.21.4"