From 18039fdab28f24eadd3e498dfa565df56d19da2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 08:46:53 +0000 Subject: [PATCH] chore(deps): bump the production-dependencies group with 2 updates Bumps the production-dependencies group with 2 updates: [@thesvg/react](https://github.com/glincker/thesvg/tree/HEAD/packages/react) and [marked](https://github.com/markedjs/marked). Updates `@thesvg/react` from 2.0.0 to 2.0.1 - [Release notes](https://github.com/glincker/thesvg/releases) - [Changelog](https://github.com/glincker/thesvg/blob/main/packages/react/CHANGELOG.md) - [Commits](https://github.com/glincker/thesvg/commits/@thesvg/react@2.0.1/packages/react) Updates `marked` from 15.0.12 to 17.0.5 - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v15.0.12...v17.0.5) --- updated-dependencies: - dependency-name: "@thesvg/react" dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: marked dependency-version: 17.0.5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index fd66cf1..d406a41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,9 +12,9 @@ "@tauri-apps/plugin-fs": "^2", "@tauri-apps/plugin-opener": "^2.5.3", "@testing-library/dom": "^10.4.1", - "@thesvg/react": "^2.0.0", + "@thesvg/react": "^2.0.1", "@types/marked-terminal": "^6.1.1", - "marked": "^15.0.12", + "marked": "^17.0.5", "marked-terminal": "^7.3.0", "react": "^19.0.0", "react-dom": "^19.0.0", @@ -1619,9 +1619,9 @@ } }, "node_modules/@thesvg/react": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@thesvg/react/-/react-2.0.0.tgz", - "integrity": "sha512-TrhzpvEMKKGp4VQQ6YG604nKo6eAoYW05FM0eVz2y7OCkAYUN5KyeGQ2GXtHVSwGMfOdYoBm+7ajGB723JtdhQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@thesvg/react/-/react-2.0.1.tgz", + "integrity": "sha512-H17DGR3L9D3FXpQ3Y35JIec1mWBP44ShX23ABhhhIQWPmufwBliiLRA4l4PZetpWvKd4VLzKFpSUZV+VjdjB0g==", "license": "MIT", "engines": { "node": ">=18" @@ -3076,15 +3076,15 @@ } }, "node_modules/marked": { - "version": "15.0.12", - "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.12.tgz", - "integrity": "sha512-8dD6FusOQSrpv9Z1rdNMdlSgQOIP880DHqnohobOmYLElGEqAL/JvxvuxZO16r4HtjTlfPRDC1hbvxC9dPN2nA==", + "version": "17.0.5", + "resolved": "https://registry.npmjs.org/marked/-/marked-17.0.5.tgz", + "integrity": "sha512-6hLvc0/JEbRjRgzI6wnT2P1XuM1/RrrDEX0kPt0N7jGm1133g6X7DlxFasUIx+72aKAr904GTxhSLDrd5DIlZg==", "license": "MIT", "bin": { "marked": "bin/marked.js" }, "engines": { - "node": ">= 18" + "node": ">= 20" } }, "node_modules/marked-terminal": { diff --git a/package.json b/package.json index 16a64a3..2458b10 100644 --- a/package.json +++ b/package.json @@ -25,9 +25,9 @@ "@tauri-apps/plugin-fs": "^2", "@tauri-apps/plugin-opener": "^2.5.3", "@testing-library/dom": "^10.4.1", - "@thesvg/react": "^2.0.0", + "@thesvg/react": "^2.0.1", "@types/marked-terminal": "^6.1.1", - "marked": "^15.0.12", + "marked": "^17.0.5", "marked-terminal": "^7.3.0", "react": "^19.0.0", "react-dom": "^19.0.0",