From 221a9601b36a0b14b60564597acd861b056e6b6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 15:10:55 +0000 Subject: [PATCH] Bump marked from 13.0.3 to 14.0.0 in /app Bumps [marked](https://github.com/markedjs/marked) from 13.0.3 to 14.0.0. - [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/v13.0.3...v14.0.0) --- 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 d7aab6f..5aa367a 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@types/dompurify": "^3.0.2", "dompurify": "^3.1.6", - "marked": "^13.0.3" + "marked": "^14.0.0" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.2.4", @@ -1461,9 +1461,9 @@ } }, "node_modules/marked": { - "version": "13.0.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-13.0.3.tgz", - "integrity": "sha512-rqRix3/TWzE9rIoFGIn8JmsVfhiuC8VIQ8IdX5TfzmeBucdY05/0UlzKaw0eVtpcN/OdVFpBk7CjKGo9iHJ/zA==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-14.0.0.tgz", + "integrity": "sha512-uIj4+faQ+MgHgwUW1l2PsPglZLOLOT1uErt06dAPtx2kjteLAkbsd/0FiYg/MGS+i7ZKLb7w2WClxHkzOOuryQ==", "bin": { "marked": "bin/marked.js" }, diff --git a/app/package.json b/app/package.json index 3f58dde..a0f8c03 100644 --- a/app/package.json +++ b/app/package.json @@ -19,6 +19,6 @@ "dependencies": { "@types/dompurify": "^3.0.2", "dompurify": "^3.1.6", - "marked": "^13.0.3" + "marked": "^14.0.0" } }