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",