diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 9aba726..8b80445 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -13,7 +13,7 @@ "@wailsio/runtime": "3.0.0-alpha.73", "d3": "^7.9.0", "js-yaml": "^4.1.1", - "marked": "^17.0.1", + "marked": "^17.0.2", "monaco-editor": "^0.55.1", "posthog-js": "^1.345.5" }, @@ -3932,9 +3932,10 @@ } }, "node_modules/marked": { - "version": "17.0.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-17.0.1.tgz", - "integrity": "sha512-boeBdiS0ghpWcSwoNm/jJBwdpFaMnZWRzjA6SkUMYb40SVaN1x7mmfGKp0jvexGcx+7y2La5zRZsYFZI6Qpypg==", + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-17.0.2.tgz", + "integrity": "sha512-s5HZGFQea7Huv5zZcAGhJLT3qLpAfnY7v7GWkICUr0+Wd5TFEtdlRR2XUL5Gg+RH7u2Df595ifrxR03mBaw7gA==", + "license": "MIT", "bin": { "marked": "bin/marked.js" }, diff --git a/frontend/package.json b/frontend/package.json index 1a5f145..6d6b468 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -52,7 +52,7 @@ "@wailsio/runtime": "3.0.0-alpha.73", "d3": "^7.9.0", "js-yaml": "^4.1.1", - "marked": "^17.0.1", + "marked": "^17.0.2", "monaco-editor": "^0.55.1", "posthog-js": "^1.345.5" },