From fde804363f246f0d7b35938fd7557a4fc6fbbee5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 16:31:54 +0000 Subject: [PATCH] chore(deps-dev): bump @metalsmith/permalinks from 2.4.1 to 2.5.1 Bumps [@metalsmith/permalinks](https://github.com/metalsmith/permalinks) from 2.4.1 to 2.5.1. - [Release notes](https://github.com/metalsmith/permalinks/releases) - [Changelog](https://github.com/metalsmith/permalinks/blob/main/CHANGELOG.md) - [Commits](https://github.com/metalsmith/permalinks/compare/v2.4.1...v2.5.1) --- updated-dependencies: - dependency-name: "@metalsmith/permalinks" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++---------- package.json | 2 +- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index a87a5b90..d86b95da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@metalsmith/collections": "^1.3.0", "@metalsmith/layouts": "^2.6.0", "@metalsmith/markdown": "^1.9.0", - "@metalsmith/permalinks": "^2.4.1", + "@metalsmith/permalinks": "^2.5.1", "@metalsmith/postcss": "^5.2.0", "@metalsmith/remove": "^1.3.0", "async": "^3.2.4", @@ -484,12 +484,11 @@ } }, "node_modules/@metalsmith/permalinks": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@metalsmith/permalinks/-/permalinks-2.4.1.tgz", - "integrity": "sha512-oaywD42U3ZkwBkmsmJ5FAVW5vGCTEagtsNcmbL7vtv/zunZjO+yni+oZvpfjkS27WOGG8OMwEA3xxPHhHPbu0w==", + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@metalsmith/permalinks/-/permalinks-2.5.1.tgz", + "integrity": "sha512-kWQi2JyRZMsaAIp5AHXSPqDL8nQsjIGF5oa3drSSZGkBviETdDiOvucwH0QZX0qkyTQKb4zZ0a3V4/qG2z7RXw==", "dev": true, "dependencies": { - "debug": "^4.3.4", "moment": "^2.29.1", "regexparam": "^2.0.1", "slugify": "^1.6.5" @@ -498,7 +497,7 @@ "node": ">=12" }, "peerDependencies": { - "metalsmith": "^2.3.0" + "metalsmith": "^2.5.0" } }, "node_modules/@metalsmith/postcss": { @@ -9044,12 +9043,11 @@ } }, "@metalsmith/permalinks": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@metalsmith/permalinks/-/permalinks-2.4.1.tgz", - "integrity": "sha512-oaywD42U3ZkwBkmsmJ5FAVW5vGCTEagtsNcmbL7vtv/zunZjO+yni+oZvpfjkS27WOGG8OMwEA3xxPHhHPbu0w==", + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@metalsmith/permalinks/-/permalinks-2.5.1.tgz", + "integrity": "sha512-kWQi2JyRZMsaAIp5AHXSPqDL8nQsjIGF5oa3drSSZGkBviETdDiOvucwH0QZX0qkyTQKb4zZ0a3V4/qG2z7RXw==", "dev": true, "requires": { - "debug": "^4.3.4", "moment": "^2.29.1", "regexparam": "^2.0.1", "slugify": "^1.6.5" diff --git a/package.json b/package.json index 34ddcd58..8bdd99c2 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@metalsmith/collections": "^1.3.0", "@metalsmith/layouts": "^2.6.0", "@metalsmith/markdown": "^1.9.0", - "@metalsmith/permalinks": "^2.4.1", + "@metalsmith/permalinks": "^2.5.1", "@metalsmith/postcss": "^5.2.0", "@metalsmith/remove": "^1.3.0", "async": "^3.2.4",