From d2e09afb9662618b567196eaf468d5e14f5b273f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 23:02:53 +0000 Subject: [PATCH] Bump @mgks/docmd from 0.3.8 to 0.3.9 in the npm-dependencies group Bumps the npm-dependencies group with 1 update: [@mgks/docmd](https://github.com/docmd-io/docmd). Updates `@mgks/docmd` from 0.3.8 to 0.3.9 - [Release notes](https://github.com/docmd-io/docmd/releases) - [Commits](https://github.com/docmd-io/docmd/compare/0.3.8...0.3.9) --- updated-dependencies: - dependency-name: "@mgks/docmd" dependency-version: 0.3.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3c6c07d..f355066 100644 --- a/package-lock.json +++ b/package-lock.json @@ -428,9 +428,9 @@ } }, "node_modules/@mgks/docmd": { - "version": "0.3.8", - "resolved": "https://registry.npmjs.org/@mgks/docmd/-/docmd-0.3.8.tgz", - "integrity": "sha512-+qi4wp3/aSLgMGTnHP8bW0g+Z0mzkg7IOP2Jt2cJ7+rr/fQWt4RCTbJFJI6a31nsslGVbaLFzChPbyxuIZiISA==", + "version": "0.3.9", + "resolved": "https://registry.npmjs.org/@mgks/docmd/-/docmd-0.3.9.tgz", + "integrity": "sha512-1MVvKSTmEMfbrDEgXJk9PLruhg69jdNwvyXGhJjpX85s8Fu0sKDyg6P8Q12mfGrKA/1ehmMiBwv2vhpRwknmPw==", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -442,7 +442,7 @@ "esbuild": "^0.27.2", "gray-matter": "^4.0.3", "highlight.js": "^11.11.1", - "lucide-static": "^0.562.0", + "lucide-static": "^0.563.0", "markdown-it": "^14.1.0", "markdown-it-abbr": "^2.0.0", "markdown-it-attrs": "^4.3.1", @@ -823,9 +823,9 @@ } }, "node_modules/lucide-static": { - "version": "0.562.0", - "resolved": "https://registry.npmjs.org/lucide-static/-/lucide-static-0.562.0.tgz", - "integrity": "sha512-TM2vNVOEsO3+ijmno7n/VmxUo0Shr9OXC/UqZc5n4xEVyXX4E4NVvXoRPAZiSsIsdvlQ7alGOcIC/QGtR+OgUQ==", + "version": "0.563.0", + "resolved": "https://registry.npmjs.org/lucide-static/-/lucide-static-0.563.0.tgz", + "integrity": "sha512-O7ZlK+VFfc/G5KYwUb9jO60RlPNKV6Dyu+OgQC/QCiO4FMPIK9qrIIkYHHG6PLgLKvmELmf1eKSAso+D/vAvcg==", "license": "ISC" }, "node_modules/markdown-it": {