From 39a0e1a8f1f98eb53e44683d30c3c801dfe3cab5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 16:54:45 +0000 Subject: [PATCH] chore(deps): bump @sindresorhus/slugify from 2.2.1 to 3.0.0 Bumps [@sindresorhus/slugify](https://github.com/sindresorhus/slugify) from 2.2.1 to 3.0.0. - [Release notes](https://github.com/sindresorhus/slugify/releases) - [Commits](https://github.com/sindresorhus/slugify/compare/v2.2.1...v3.0.0) --- updated-dependencies: - dependency-name: "@sindresorhus/slugify" dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bf19321..ee9d3f5 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@mdx-js/loader": "^3.1.0", "@mdx-js/react": "^3.1.0", "@next/mdx": "^15.3.2", - "@sindresorhus/slugify": "^2.2.1", + "@sindresorhus/slugify": "^3.0.0", "@tailwindcss/postcss": "^4.1.6", "@tailwindcss/typography": "^0.5.16", "@types/mdx": "^2.0.13",