From 240a8012221623e70f78c9c1bdd73cdaa092d221 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 04:16:03 +0000 Subject: [PATCH] ci(deps): bump the production-dependencies group with 3 updates Bumps the production-dependencies group with 3 updates: [marked](https://github.com/markedjs/marked), [@noble/hashes](https://github.com/paulmillr/noble-hashes) and [highlight.js](https://github.com/highlightjs/highlight.js). Updates `marked` from 18.0.7 to 18.0.11 - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v18.0.7...v18.0.11) Updates `@noble/hashes` from 2.2.0 to 2.4.0 - [Release notes](https://github.com/paulmillr/noble-hashes/releases) - [Changelog](https://github.com/paulmillr/noble-hashes/blob/main/CHANGELOG.md) - [Commits](https://github.com/paulmillr/noble-hashes/compare/2.2.0...2.4.0) Updates `highlight.js` from 11.11.1 to 11.12.0 - [Release notes](https://github.com/highlightjs/highlight.js/releases) - [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md) - [Commits](https://github.com/highlightjs/highlight.js/compare/11.11.1...11.12.0) --- updated-dependencies: - dependency-name: marked dependency-version: 18.0.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: "@noble/hashes" dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: highlight.js dependency-version: 11.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 +++++++++++++------------- packages/editor/package.json | 2 +- packages/shared/package.json | 2 +- packages/verify/package.json | 2 +- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index ccb2c118..db83fa93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1464,9 +1464,9 @@ } }, "node_modules/@noble/hashes": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-2.2.0.tgz", - "integrity": "sha512-IYqDGiTXab6FniAgnSdZwgWbomxpy9FtYvLKs7wCUs2a8RkITG+DFGO1DM9cr+E3/RgADRpFjrKVaJ1z6sjtEg==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-2.4.0.tgz", + "integrity": "sha512-X5XaVWZIBCT7HHZGm5I7ZQXDwLG+bGXuSrMQAW+7Zvl87h1kmc1ZB1VSRJcpUfoUrGQp4Fkoxm5kZ+Ms+aW+eA==", "license": "MIT", "engines": { "node": ">= 20.19.0" @@ -2536,9 +2536,9 @@ } }, "node_modules/highlight.js": { - "version": "11.11.1", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.11.1.tgz", - "integrity": "sha512-Xwwo44whKBVCYoliBQwaPvtd/2tYFkRQtXDWj1nackaV2JPXx3L0+Jvd8/qCJ2p+ML0/XVkJ2q+Mr+UVdpJK5w==", + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.12.0.tgz", + "integrity": "sha512-nbfWpyRMcMrPMmDwJB+dhX/eiaPKtc2RB+0QZskqJ3WjRA/FDS0e9hZrx8EC/lbEv8gXy98FcDbNa/dspAaJMg==", "license": "BSD-3-Clause", "engines": { "node": ">=12.0.0" @@ -3922,9 +3922,9 @@ "@wasmer/sdk": "^0.10.0", "@xterm/addon-fit": "^0.11.0", "@xterm/xterm": "^6.0.0", - "dompurify": "^3.4.14", + "dompurify": "^3.4.13", "jszip": "^3.10.1", - "marked": "^18.0.7", + "marked": "^18.0.11", "monaco-editor": "^0.56.0", "vite-plugin-wasm": "^3.6.0", "yaml": "^2.9.0" @@ -3948,9 +3948,9 @@ } }, "packages/editor/node_modules/marked": { - "version": "18.0.7", - "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.7.tgz", - "integrity": "sha512-iDVQ5ldaiKXn6b2JroX5kgRfmwgqolW7NpaEzTl1k/2Zh1njIEN9yniyLV/mOvWwtsE8OGgkjsCYvijuPk1dtA==", + "version": "18.0.11", + "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.11.tgz", + "integrity": "sha512-HnslJfsZkRPBDJRHvVtAaWlZHEpSu7u8LgQuJCELjRKuWR+hpq4A7sLq3p8HaI9ypVoXDXxV34CsQJEe1+J5Aw==", "license": "MIT", "bin": { "marked": "bin/marked.js" @@ -3970,7 +3970,7 @@ "name": "@typedcode/shared", "version": "1.0.0", "dependencies": { - "@noble/hashes": "^2.2.0", + "@noble/hashes": "^2.4.0", "jszip": "^3.10.1" }, "devDependencies": { @@ -3988,7 +3988,7 @@ "chartjs-plugin-annotation": "^3.0.1", "chartjs-plugin-zoom": "^2.0.1", "diff": "^9.0.0", - "highlight.js": "^11.11.1", + "highlight.js": "^11.12.0", "jszip": "^3.10.1" }, "devDependencies": { diff --git a/packages/editor/package.json b/packages/editor/package.json index ac366766..2b7deb52 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -17,7 +17,7 @@ "@xterm/xterm": "^6.0.0", "dompurify": "^3.4.13", "jszip": "^3.10.1", - "marked": "^18.0.7", + "marked": "^18.0.11", "monaco-editor": "^0.56.0", "vite-plugin-wasm": "^3.6.0", "yaml": "^2.9.0" diff --git a/packages/shared/package.json b/packages/shared/package.json index 7f9518cd..b88cd148 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -15,7 +15,7 @@ "test:coverage": "vitest run --coverage" }, "dependencies": { - "@noble/hashes": "^2.2.0", + "@noble/hashes": "^2.4.0", "jszip": "^3.10.1" }, "devDependencies": { diff --git a/packages/verify/package.json b/packages/verify/package.json index 69f2b939..141a9419 100644 --- a/packages/verify/package.json +++ b/packages/verify/package.json @@ -16,7 +16,7 @@ "chartjs-plugin-annotation": "^3.0.1", "chartjs-plugin-zoom": "^2.0.1", "diff": "^9.0.0", - "highlight.js": "^11.11.1", + "highlight.js": "^11.12.0", "jszip": "^3.10.1" }, "devDependencies": {