From 73f8dca67bfe28acf17fad80320bc39daed9dd5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:14:15 +0000 Subject: [PATCH] build(deps): bump slug from 8.2.3 to 9.1.0 Bumps [slug](https://github.com/Trott/slug) from 8.2.3 to 9.1.0. - [Changelog](https://github.com/Trott/slug/blob/main/CHANGELOG.md) - [Commits](https://github.com/Trott/slug/compare/v8.2.3...v9.1.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 ffefffd3..8201b38e 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "react-router-dom": "^6.23.0", "react-simple-wysiwyg": "^2.2.5", "recharts": "^2.12.7", - "slug": "^8.2.3", + "slug": "^9.1.0", "typescript": "5.1.6", "web-vitals": "^3.5.2", "yup": "^1.4.0" diff --git a/yarn.lock b/yarn.lock index 7e0cf24b..34e8ff33 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9798,10 +9798,10 @@ slash@^4.0.0: resolved "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz" integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew== -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.1.0: + version "9.1.0" + resolved "https://registry.yarnpkg.com/slug/-/slug-9.1.0.tgz#246baf1e9d8e821f7f5863a7c8bdd86a7ec3f12c" + integrity sha512-ioOsCfzQSu+D6NZ8XMCR8IW9FgvF8W7Xzz56hBkB/ALvNaWeBs2MUvvPugq3GCrxfHPFeK6hAxGkY/WLnfX2Lg== sockjs@^0.3.21: version "0.3.24"