From 82273bc81a0e8d5e08e202ecdb1727366af4da7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 02:06:55 +0000 Subject: [PATCH] chore(deps-dev): bump the all-deps group with 2 updates Bumps the all-deps group with 2 updates: [js-yaml](https://github.com/nodeca/js-yaml) and [marked](https://github.com/markedjs/marked). Updates `js-yaml` from 5.4.1 to 5.4.2 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/5.4.1...5.4.2) Updates `marked` from 18.0.12 to 18.0.13 - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v18.0.12...v18.0.13) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.4.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: marked dependency-version: 18.0.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-deps ... 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 3296058..6d4bc7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,9 +29,9 @@ "highlightjs-line-numbers.js": "^2.9.1", "html-minifier-terser": "^7.2.0", "inquirer": "^14.2.2", - "js-yaml": "^5.4.1", + "js-yaml": "^5.4.2", "jsdoc-api": "^9.3.6", - "marked": "^18.0.12", + "marked": "^18.0.13", "mermaid": "^12.0.0", "monaco-editor": "0.56.0", "neo-agent-skills": "^0.1.4", @@ -5505,9 +5505,9 @@ } }, "node_modules/js-yaml": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.4.1.tgz", - "integrity": "sha512-28R/k+NAjeuf7+CKlTxWZVExJGwVVLwY06DgEnOMz2gEpfNkDcD7QvyiVPT0xy0XXhU8vHsd4Ot42OOPdJG7dQ==", + "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": [ { @@ -5795,9 +5795,9 @@ } }, "node_modules/marked": { - "version": "18.0.12", - "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.12.tgz", - "integrity": "sha512-LEm4ga2YeI2T3GVHj9b0BaDPPk93LLTHMFeMyQbNIzPxc8vCI0y/scy0ZA6z6lXKyT9j9Nhl/OC6ZYKYGuFScA==", + "version": "18.0.13", + "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.13.tgz", + "integrity": "sha512-xTxVzZsBFwunP6HDmtBkabUQEYArnP7/rMDGmPj9SlrKlQ4i8MdYVow+nJL0eOqwpUqhzBoTBRADGN6uYwPyOw==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 585c639..7156327 100644 --- a/package.json +++ b/package.json @@ -54,9 +54,9 @@ "highlightjs-line-numbers.js" : "^2.9.1", "html-minifier-terser" : "^7.2.0", "inquirer" : "^14.2.2", - "js-yaml" : "^5.4.1", + "js-yaml" : "^5.4.2", "jsdoc-api" : "^9.3.6", - "marked" : "^18.0.12", + "marked" : "^18.0.13", "mermaid" : "^12.0.0", "monaco-editor" : "0.56.0", "neo-agent-skills" : "^0.1.4",