From ab6fa472bd4aba93e709b5bd71e43eaa70426a1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 10:38:14 +0000 Subject: [PATCH] Bump the metalsmith group with 2 updates Bumps the metalsmith group with 2 updates: [@metalsmith/permalinks](https://github.com/metalsmith/permalinks) and [marked](https://github.com/markedjs/marked). Updates `@metalsmith/permalinks` from 3.1.0 to 3.2.0 - [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/v3.1.0...v3.2.0) Updates `marked` from 15.0.4 to 15.0.5 - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](https://github.com/markedjs/marked/compare/v15.0.4...v15.0.5) --- updated-dependencies: - dependency-name: "@metalsmith/permalinks" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: metalsmith - dependency-name: marked dependency-type: direct:development update-type: version-update:semver-patch dependency-group: metalsmith ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 61d28e914c..b2299d8fa6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@metalsmith/in-place": "^5.0.0", "@metalsmith/layouts": "^2.7.0", "@metalsmith/markdown": "^1.10.0", - "@metalsmith/permalinks": "^3.1.0", + "@metalsmith/permalinks": "^3.2.0", "@metalsmith/postcss": "^5.4.1", "@metalsmith/sass": "^1.11.0", "@rollup/plugin-babel": "^6.0.4", @@ -55,7 +55,7 @@ "jstransformer-marked": "^1.4.0", "jstransformer-nunjucks": "^1.2.0", "lint-staged": "^15.2.11", - "marked": "^15.0.4", + "marked": "^15.0.5", "marked-gfm-heading-id": "^4.1.1", "marked-highlight": "^2.2.1", "marked-smartypants": "^1.1.9", @@ -2820,9 +2820,9 @@ } }, "node_modules/@metalsmith/permalinks": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@metalsmith/permalinks/-/permalinks-3.1.0.tgz", - "integrity": "sha512-dYfAT5ojuq/R0n6pVJk2rAg109qRICEXcLt6Fj8z5UqZD9oXOJ1blXrJdNo2ElRQQlDIpGgGsH6hU/SfYj5nwg==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@metalsmith/permalinks/-/permalinks-3.2.0.tgz", + "integrity": "sha512-e4G23V2/fxgiF7Qoi98dOqt6ZQ8gdXDceIL3pGm92wcLLPjbma5175+u0GuQXLsXSyaoNWITTv8Lt6U9/8GJCA==", "dev": true, "dependencies": { "dlv": "^1.1.3", @@ -12827,9 +12827,9 @@ } }, "node_modules/marked": { - "version": "15.0.4", - "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.4.tgz", - "integrity": "sha512-TCHvDqmb3ZJ4PWG7VEGVgtefA5/euFmsIhxtD0XsBxI39gUSKL81mIRFdt0AiNQozUahd4ke98ZdirExd/vSEw==", + "version": "15.0.5", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.5.tgz", + "integrity": "sha512-xN+kSuqHjxWg+Q47yhhZMUP+kO1qHobvXkkm6FX+7N6lDvanLDd8H7AQ0jWDDyq+fDt/cSrJaBGyWYHXy0KQWA==", "dev": true, "bin": { "marked": "bin/marked.js" diff --git a/package.json b/package.json index 1885b80c45..61b41baa6f 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@metalsmith/in-place": "^5.0.0", "@metalsmith/layouts": "^2.7.0", "@metalsmith/markdown": "^1.10.0", - "@metalsmith/permalinks": "^3.1.0", + "@metalsmith/permalinks": "^3.2.0", "@metalsmith/postcss": "^5.4.1", "@metalsmith/sass": "^1.11.0", "@rollup/plugin-babel": "^6.0.4", @@ -81,7 +81,7 @@ "jstransformer-marked": "^1.4.0", "jstransformer-nunjucks": "^1.2.0", "lint-staged": "^15.2.11", - "marked": "^15.0.4", + "marked": "^15.0.5", "marked-gfm-heading-id": "^4.1.1", "marked-highlight": "^2.2.1", "marked-smartypants": "^1.1.9",