From 4fa1bee49f865a3634c57065d40d89d089755ba3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 18:36:48 +0000 Subject: [PATCH] chore:(deps): bump @strapi/utils from 4.15.5 to 4.16.2 Bumps [@strapi/utils](https://github.com/strapi/strapi) from 4.15.5 to 4.16.2. - [Release notes](https://github.com/strapi/strapi/releases) - [Commits](https://github.com/strapi/strapi/compare/v4.15.5...v4.16.2) --- 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 80ff703..a07dc7d 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "@strapi/utils": "^4.15.5", + "@strapi/utils": "^4.16.2", "lodash": "^4.17.21", "uuid": "^9.0.1" }, diff --git a/yarn.lock b/yarn.lock index a523851..be4b9e2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -25,10 +25,10 @@ escape-string-regexp "^2.0.0" lodash.deburr "^4.1.0" -"@strapi/utils@^4.15.5": - version "4.15.5" - resolved "https://registry.yarnpkg.com/@strapi/utils/-/utils-4.15.5.tgz#ffb39f545bb809273a46bc5a7e11f09ddc474517" - integrity sha512-1ARIaMh7i/lWTkPVnDX/EuWCJrIq9IrlNwToDG4tnej5ZzqhGQVD4G4n+I4nKLDjXi6qhR+7AGpcgtchBoWtRw== +"@strapi/utils@^4.16.2": + version "4.16.2" + resolved "https://registry.yarnpkg.com/@strapi/utils/-/utils-4.16.2.tgz#278b953872645e37ab46369f508bbe8c11ef0f02" + integrity sha512-CuAXBXXke4j0OTVuQswZ8c/Mpeb9W1DhcBhYQpc8Cwn9NeII5VGE57TrIkXL3FCU8q4fcL3IrSLaftmL6/e3uQ== dependencies: "@sindresorhus/slugify" "1.1.0" date-fns "2.30.0"