From 0bc6744a38e882e7901a22861d66250386389d82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 15:20:29 +0000 Subject: [PATCH] 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-lock.json | 23 ++++++++++------------- package.json | 2 +- 2 files changed, 11 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 592fd63..52019d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@11ty/eleventy-utils": "^2.0.7", "@11ty/posthtml-urls": "^1.0.2", "@prettier/sync": "^0.6.1", - "@sindresorhus/slugify": "^2.2.1", + "@sindresorhus/slugify": "^3.0.0", "dotenv": "^17.3.1", "entities": "^7.0.1", "fast-xml-parser": "^5.5.8", @@ -128,31 +128,28 @@ } }, "node_modules/@sindresorhus/slugify": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@sindresorhus/slugify/-/slugify-2.2.1.tgz", - "integrity": "sha512-MkngSCRZ8JdSOCHRaYd+D01XhvU3Hjy6MGl06zhOk614hp9EOAp5gIkBeQg7wtmxpitU6eAL4kdiRMcJa2dlrw==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/slugify/-/slugify-3.0.0.tgz", + "integrity": "sha512-SCrKh1zS96q+CuH5GumHcyQEVPsM4Ve8oE0E6tw7AAhGq50K8ojbTUOQnX/j9Mhcv/AXiIsbCfquovyGOo5fGw==", "license": "MIT", "dependencies": { - "@sindresorhus/transliterate": "^1.0.0", + "@sindresorhus/transliterate": "^2.0.0", "escape-string-regexp": "^5.0.0" }, "engines": { - "node": ">=12" + "node": ">=20" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/@sindresorhus/transliterate": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@sindresorhus/transliterate/-/transliterate-1.6.0.tgz", - "integrity": "sha512-doH1gimEu3A46VX6aVxpHTeHrytJAG6HgdxntYnCFiIFHEM/ZGpG8KiZGBChchjQmG0XFIBL552kBTjVcMZXwQ==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/@sindresorhus/transliterate/-/transliterate-2.3.1.tgz", + "integrity": "sha512-gVaaGtKYMYAMmI8buULVH3A2TXVJ98QiwGwI7ddrWGuGidGC2uRt4FHs22+8iROJ0QTzju9CuMjlVsrvpqsdhA==", "license": "MIT", - "dependencies": { - "escape-string-regexp": "^5.0.0" - }, "engines": { - "node": ">=12" + "node": ">=20" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" diff --git a/package.json b/package.json index 59b0cda..1fba752 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@11ty/eleventy-utils": "^2.0.7", "@11ty/posthtml-urls": "^1.0.2", "@prettier/sync": "^0.6.1", - "@sindresorhus/slugify": "^2.2.1", + "@sindresorhus/slugify": "^3.0.0", "dotenv": "^17.3.1", "entities": "^7.0.1", "fast-xml-parser": "^5.5.8",