From 86c22ce1d6c588211de3719061fafb26a94f2516 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 21:52:13 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directory with 2 updates Bumps the npm_and_yarn group with 2 updates in the /wasm/notebook directory: [katex](https://github.com/KaTeX/KaTeX) and [marked](https://github.com/markedjs/marked). Updates `katex` from 0.12.0 to 0.16.21 - [Release notes](https://github.com/KaTeX/KaTeX/releases) - [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md) - [Commits](https://github.com/KaTeX/KaTeX/compare/v0.12.0...v0.16.21) Updates `marked` from 1.2.9 to 15.0.6 - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](https://github.com/markedjs/marked/compare/v1.2.9...v15.0.6) --- updated-dependencies: - dependency-name: katex dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: marked dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- wasm/notebook/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wasm/notebook/package.json b/wasm/notebook/package.json index 2a730258cd..fa30a84df5 100644 --- a/wasm/notebook/package.json +++ b/wasm/notebook/package.json @@ -6,9 +6,9 @@ "dependencies": { "codemirror": "^5.42.0", "file-loader": "^6.1.0", - "katex": "^0.12.0", + "katex": "^0.16.21", "local-echo": "^0.2.0", - "marked": "^1.1.1", + "marked": "^15.0.6", "xterm": "^3.8.0" }, "devDependencies": {