From bb8416791aaf367eafb7dc631279d53d8d6f56c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 13:53:02 +0000 Subject: [PATCH] chore(deps): Bump slugify from 1.6.6 to 1.6.8 (#1719) Bumps [slugify](https://github.com/simov/slugify) from 1.6.6 to 1.6.8.
Changelog

Sourced from slugify's changelog.

Change Log

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=slugify&package-manager=npm_and_yarn&previous-version=1.6.6&new-version=1.6.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 7ab62767..1d9f5f31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "react-icons": "^5.6.0", "react-markdown": "^10.1.0", "reconnecting-websocket": "^4.4.0", - "slugify": "^1.6.6", + "slugify": "^1.6.8", "string-hash": "^1.1.3", "url": "^0.11.4" }, @@ -13441,9 +13441,9 @@ } }, "node_modules/slugify": { - "version": "1.6.6", - "resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.6.tgz", - "integrity": "sha512-h+z7HKHYXj6wJU+AnS/+IH8Uh9fdcX1Lrhg1/VMdf9PwoBQXFcXiAdsy2tSK0P6gKwJLXp02r90ahUCqHk9rrw==", + "version": "1.6.8", + "resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.8.tgz", + "integrity": "sha512-HVk9X1E0gz3mSpoi60h/saazLKXKaZThMLU3u/aNwoYn8/xQyX2MGxL0ui2eaokkD7tF+Zo+cKTHUbe1mmmGzA==", "license": "MIT", "engines": { "node": ">=8.0.0" diff --git a/package.json b/package.json index 227072c0..fe9ee06c 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "react-icons": "^5.6.0", "react-markdown": "^10.1.0", "reconnecting-websocket": "^4.4.0", - "slugify": "^1.6.6", + "slugify": "^1.6.8", "string-hash": "^1.1.3", "url": "^0.11.4" },