From 142002c95a38d19ad70593f647379d06e7c988fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 15:21:44 +0000 Subject: [PATCH] build(deps): bump posthtml-markdownit from 3.1.1 to 3.1.2 Bumps [posthtml-markdownit](https://github.com/posthtml/posthtml-markdownit) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/posthtml/posthtml-markdownit/releases) - [Commits](https://github.com/posthtml/posthtml-markdownit/compare/v3.1.1...v3.1.2) --- updated-dependencies: - dependency-name: posthtml-markdownit dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 79fefd23..388b5556 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5085,9 +5085,9 @@ } }, "node_modules/posthtml-markdownit": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/posthtml-markdownit/-/posthtml-markdownit-3.1.1.tgz", - "integrity": "sha512-zKYoIZxn7PZ6pQvyE/5JJMQDnqcR6tbDNirYH5jXy8qzy6Gl41xMIOkwgBmM1Z+GX6dCS22GJpI8wh1KIPzhJA==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/posthtml-markdownit/-/posthtml-markdownit-3.1.2.tgz", + "integrity": "sha512-PUDYSa6FPu2PX4vsSmg2SQmVzaeSc9dCATvDN5dkj79Qks5TIuPsnPqDadci0kRa7MbMKFujL9BieXum1NZgmQ==", "license": "MIT", "dependencies": { "markdown-it": "^14.0.0",