From 621935c4394cdcb58f2200c2b732965639af19f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 04:29:06 +0000 Subject: [PATCH] Bump @strapi/utils from 4.13.7 to 4.14.0 Bumps [@strapi/utils](https://github.com/strapi/strapi) from 4.13.7 to 4.14.0. - [Release notes](https://github.com/strapi/strapi/releases) - [Commits](https://github.com/strapi/strapi/compare/v4.13.7...v4.14.0) --- updated-dependencies: - dependency-name: "@strapi/utils" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 78b9dd7b..66812b21 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "README.md" ], "dependencies": { - "@strapi/utils": "^4.13.7", + "@strapi/utils": "^4.14.0", "meilisearch": "^0.34.2" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 1b298298..c4e77894 100644 --- a/yarn.lock +++ b/yarn.lock @@ -601,10 +601,10 @@ dependencies: "@sinonjs/commons" "^1.7.0" -"@strapi/utils@^4.13.7": - version "4.13.7" - resolved "https://registry.yarnpkg.com/@strapi/utils/-/utils-4.13.7.tgz#cf8a9286d04ea9ba7d8c8c1c7b3680f9a6f7cc10" - integrity sha512-v1e0408+wYr7WbAxQ1Vdwv117J8GorgAGd9l2y8nhBQIRKpNgFx0Ym93N8YVCtLQPPwHM83TOr/Sc3x99f8jbQ== +"@strapi/utils@^4.14.0": + version "4.14.0" + resolved "https://registry.yarnpkg.com/@strapi/utils/-/utils-4.14.0.tgz#c36bb354f5e98a408d521f04f4de2faa610256e4" + integrity sha512-LKpsVwKmHC8iFoQAxRvSH6vjIwqdf3yoLHPGK6fNT0R6C3NTdZvyL+zqHBVtpnpkADoaFw9dYA81kmHGEegKtg== dependencies: "@sindresorhus/slugify" "1.1.0" date-fns "2.30.0"