From 09a20111bb92ce56ac48a23f4a1441acbc58f82e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 14:50:32 +0000 Subject: [PATCH] chore(deps): bump slug from 8.2.3 to 9.0.0 Bumps [slug](https://github.com/Trott/slug) from 8.2.3 to 9.0.0. - [Changelog](https://github.com/Trott/slug/blob/main/CHANGELOG.md) - [Commits](https://github.com/Trott/slug/compare/v8.2.3...v9.0.0) --- updated-dependencies: - dependency-name: slug dependency-type: direct:production update-type: version-update:semver-major ... 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 4239200..dec9c20 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "google-auth-library": "9.6.3", "jsonwebtoken": "9.0.2", "luxon": "3.4.4", - "slug": "8.2.3", + "slug": "9.0.0", "swagger-ui-express": "5.0.0", "winston": "3.11.0" }, diff --git a/yarn.lock b/yarn.lock index d6b95f6..1eb7858 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5065,10 +5065,10 @@ simple-update-notifier@^2.0.0: dependencies: semver "^7.5.3" -slug@8.2.3: - version "8.2.3" - resolved "https://registry.yarnpkg.com/slug/-/slug-8.2.3.tgz#9aa33e532ae9ccddaf55a42abd9bf6a89d5e44d2" - integrity sha512-fXjhAZszNecz855GUNIwW0+sFPi9WV4bMiEKDOCA4wcq1ts1UnUVNy/F78B0Aat7/W3rA+se//33ILKNMrbeYQ== +slug@9.0.0: + version "9.0.0" + resolved "https://registry.yarnpkg.com/slug/-/slug-9.0.0.tgz#68f968a79ce5156c6606b7b2e233ed0ffab94bdf" + integrity sha512-ixytnHlpHPWM56heaGgYe/M8tDAcpJcsg/zBuyElbFDOORzMGOeP3Te6iJBRVYu3WQEiWLQPb70Gh9ig/sZgGQ== source-map@^0.7.4: version "0.7.4"