From a83af8ea587984957baa79be8d4e731b25b20dfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 03:12:39 +0000 Subject: [PATCH] Bump the dev-dependencies group with 2 updates Bumps the dev-dependencies group with 2 updates: [marked](https://github.com/markedjs/marked) and [postcss](https://github.com/postcss/postcss). Updates `marked` from 18.0.3 to 18.0.4 - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v18.0.3...v18.0.4) Updates `postcss` from 8.5.14 to 8.5.15 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.5.14...8.5.15) --- updated-dependencies: - dependency-name: marked dependency-version: 18.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: postcss dependency-version: 8.5.15 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index a395bf472..bcdabad29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "graceful-fs": "^4.2.11", "isobject": "^4.0.0", "jstransformer-handlebars": "^1.2.0", - "marked": "^18.0.3", + "marked": "^18.0.4", "metalsmith": "^2.7.0", "metalsmith-build-date": "^0.2.0", "metalsmith-collections-archive": "^1.1.2", @@ -41,7 +41,7 @@ "metalsmith-tags": "^2.1.0", "moment": "^2.30.1", "npm-run-all": "^4.1.5", - "postcss": "^8.5.14", + "postcss": "^8.5.15", "postcss-cli": "^11.0.1", "postcss-preset-env": "^11.3.0", "striptags": "^3.2.0", @@ -5661,9 +5661,9 @@ } }, "node_modules/marked": { - "version": "18.0.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.3.tgz", - "integrity": "sha512-7VT90JOkDeaRWpfjOReRGPEKn0ecdARBkDGL+tT1wZY0efPPqkUxLUSmzy/C7TIylQYJC9STISEsCHrqb/7VIA==", + "version": "18.0.4", + "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.4.tgz", + "integrity": "sha512-c/BTaKzg0G6ezQx97DAkYU7k0HM6ys0FqYeKBL6hlBByZwy+ycA1+f0vDdjMHKKeEjdgkx0GOv9Il6D+85cOqA==", "dev": true, "license": "MIT", "bin": { @@ -6055,9 +6055,9 @@ } }, "node_modules/nanoid": { - "version": "3.3.11", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", - "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", + "version": "3.3.12", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.12.tgz", + "integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==", "dev": true, "funding": [ { @@ -6488,9 +6488,9 @@ } }, "node_modules/postcss": { - "version": "8.5.14", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.14.tgz", - "integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==", + "version": "8.5.15", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.15.tgz", + "integrity": "sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==", "dev": true, "funding": [ { @@ -6508,7 +6508,7 @@ ], "license": "MIT", "dependencies": { - "nanoid": "^3.3.11", + "nanoid": "^3.3.12", "picocolors": "^1.1.1", "source-map-js": "^1.2.1" }, diff --git a/package.json b/package.json index fb0930ad4..c256a4bba 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "graceful-fs": "^4.2.11", "isobject": "^4.0.0", "jstransformer-handlebars": "^1.2.0", - "marked": "^18.0.3", + "marked": "^18.0.4", "metalsmith": "^2.7.0", "metalsmith-build-date": "^0.2.0", "metalsmith-collections-archive": "^1.1.2", @@ -63,7 +63,7 @@ "metalsmith-tags": "^2.1.0", "moment": "^2.30.1", "npm-run-all": "^4.1.5", - "postcss": "^8.5.14", + "postcss": "^8.5.15", "postcss-cli": "^11.0.1", "postcss-preset-env": "^11.3.0", "striptags": "^3.2.0",