From ed690f289600b47a4fd2e83ba2f5fd8ca5849c27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 23:32:13 +0000 Subject: [PATCH] Bump marked from 13.0.1 to 13.0.2 in /app Bumps [marked](https://github.com/markedjs/marked) from 13.0.1 to 13.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/v13.0.1...v13.0.2) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-patch ... 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 1125cb1..73281b3 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.1" + "marked": "^13.0.2" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.2.2", @@ -1461,9 +1461,9 @@ } }, "node_modules/marked": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-13.0.1.tgz", - "integrity": "sha512-7kBohS6GrZKvCsNXZyVVXSW7/hGBHe49ng99YPkDCckSUrrG7MSFLCexsRxptzOmyW2eT5dySh4Md1V6my52fA==", + "version": "13.0.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-13.0.2.tgz", + "integrity": "sha512-J6CPjP8pS5sgrRqxVRvkCIkZ6MFdRIjDkwUwgJ9nL2fbmM6qGQeB2C16hi8Cc9BOzj6xXzy0jyi0iPIfnMHYzA==", "bin": { "marked": "bin/marked.js" }, diff --git a/app/package.json b/app/package.json index f449981..9bf76f5 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.1" + "marked": "^13.0.2" } }