From f4a6724b294e4dcfe75f3b288d964ff3c6bd952e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 09:42:33 +0000 Subject: [PATCH] Bump marked from 14.1.3 to 15.0.2 in /app Bumps [marked](https://github.com/markedjs/marked) from 14.1.3 to 15.0.2. - [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/v14.1.3...v15.0.2) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/package-lock.json | 8 ++++---- app/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/package-lock.json b/app/package-lock.json index 655a27f..a2f899c 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@types/dompurify": "^3.0.2", "dompurify": "^3.1.7", - "marked": "^14.1.3" + "marked": "^15.0.2" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.2.5", @@ -1242,9 +1242,9 @@ } }, "node_modules/marked": { - "version": "14.1.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.3.tgz", - "integrity": "sha512-ZibJqTULGlt9g5k4VMARAktMAjXoVnnr+Y3aCqW1oDftcV4BA3UmrBifzXoZyenHRk75csiPu9iwsTj4VNBT0g==", + "version": "15.0.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-15.0.2.tgz", + "integrity": "sha512-85RUkoYKIVB21PbMKrnD6aCl9ws+XKEyhJNMbLn206NyD3jbBo7Ec7Wi4Jrsn4dV1a2ng7K/jfkmIN0DNoS41w==", "bin": { "marked": "bin/marked.js" }, diff --git a/app/package.json b/app/package.json index e302561..4f6733d 100644 --- a/app/package.json +++ b/app/package.json @@ -19,6 +19,6 @@ "dependencies": { "@types/dompurify": "^3.0.2", "dompurify": "^3.1.7", - "marked": "^14.1.3" + "marked": "^15.0.2" } }