From d094bb6a6be8899552b64c10cf0fba7dd7db13f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 03:06:31 +0000 Subject: [PATCH] chore(deps): Bump marked from 18.0.11 to 18.0.13 Bumps [marked](https://github.com/markedjs/marked) from 18.0.11 to 18.0.13. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v18.0.11...v18.0.13) --- updated-dependencies: - dependency-name: marked dependency-version: 18.0.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index a6daad0..e7a249f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1894,9 +1894,9 @@ } }, "node_modules/@napi-rs/cli": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/@napi-rs/cli/-/cli-3.9.0.tgz", - "integrity": "sha512-ZlerYOCLgVdaqbVDt8+uQxmU9j8bKMVFcYo6zRHJJHTO9jN5060+y953aIVc/0zkVSKq+fHjDAtTGOrbxpeZCw==", + "version": "3.9.1", + "resolved": "https://registry.npmjs.org/@napi-rs/cli/-/cli-3.9.1.tgz", + "integrity": "sha512-2DYBrM2j4n00L+O7fKAS38q19rVQK2HXz5RxSuJgFyZrd9TrdVQFmHOfqvqqsRIRBTZmqiMqBd/yzn4X1a23DQ==", "dev": true, "license": "MIT", "dependencies": { @@ -1907,7 +1907,7 @@ "clipanion": "^4.0.0-rc.4", "colorette": "^2.0.20", "es-toolkit": "^1.47.0", - "js-yaml": "^4.2.0", + "js-yaml": "^5.0.0", "obug": "^2.1.2", "semver": "^7.8.2", "typanion": "^3.14.0", @@ -5744,9 +5744,9 @@ } }, "node_modules/js-yaml": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.2.tgz", - "integrity": "sha512-SFNOvSJ+Dgf/9An904Yx+CgSlIPCkIpao4qo51lpee25TIRejdH3rhR4EZMGoNx3/TP3O+wzWuiTFl4sqbltzA==", + "version": "5.4.2", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.4.2.tgz", + "integrity": "sha512-m+aqu+LwO1O6sIopafj8HUVl5aawITwZQe/yHpMCKjaWBaA/d07B/QdMb3529REftiU+RMMHL3Vlsw3hON7vWg==", "dev": true, "funding": [ { @@ -5763,7 +5763,7 @@ "argparse": "^2.0.1" }, "bin": { - "js-yaml": "bin/js-yaml.js" + "js-yaml": "bin/js-yaml.mjs" } }, "node_modules/json-buffer": { @@ -6259,9 +6259,9 @@ } }, "node_modules/marked": { - "version": "18.0.11", - "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.11.tgz", - "integrity": "sha512-HnslJfsZkRPBDJRHvVtAaWlZHEpSu7u8LgQuJCELjRKuWR+hpq4A7sLq3p8HaI9ypVoXDXxV34CsQJEe1+J5Aw==", + "version": "18.0.13", + "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.13.tgz", + "integrity": "sha512-xTxVzZsBFwunP6HDmtBkabUQEYArnP7/rMDGmPj9SlrKlQ4i8MdYVow+nJL0eOqwpUqhzBoTBRADGN6uYwPyOw==", "license": "MIT", "bin": { "marked": "bin/marked.js" @@ -8334,7 +8334,7 @@ "version": "0.1.0", "license": "Apache-2.0", "devDependencies": { - "@napi-rs/cli": "^3.9.0", + "@napi-rs/cli": "^3.9.1", "vitest": "^5.0.0" }, "engines": {