From 43b9e4fd2bc46f7ff1bafea44129c8c2aeef60ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 14:26:16 +0000 Subject: [PATCH] Bump marked from 13.0.2 to 13.0.3 Bumps [marked](https://github.com/markedjs/marked) from 13.0.2 to 13.0.3. - [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.2...v13.0.3) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d334aa1c..04251419 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "dompurify": "^3.1.6", "dotenv": "^16.4.5", "firebase": "^10.12.4", - "marked": "^13.0.2", + "marked": "^13.0.3", "moment": "^2.30.1", "rc-slider": "^11.1.5", "react": "^18.3.1", @@ -3266,9 +3266,9 @@ } }, "node_modules/marked": { - "version": "13.0.2", - "resolved": "https://registry.npmjs.org/marked/-/marked-13.0.2.tgz", - "integrity": "sha512-J6CPjP8pS5sgrRqxVRvkCIkZ6MFdRIjDkwUwgJ9nL2fbmM6qGQeB2C16hi8Cc9BOzj6xXzy0jyi0iPIfnMHYzA==", + "version": "13.0.3", + "resolved": "https://registry.npmjs.org/marked/-/marked-13.0.3.tgz", + "integrity": "sha512-rqRix3/TWzE9rIoFGIn8JmsVfhiuC8VIQ8IdX5TfzmeBucdY05/0UlzKaw0eVtpcN/OdVFpBk7CjKGo9iHJ/zA==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index 28daf0f1..985f4a86 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "dompurify": "^3.1.6", "dotenv": "^16.4.5", "firebase": "^10.12.4", - "marked": "^13.0.2", + "marked": "^13.0.3", "moment": "^2.30.1", "rc-slider": "^11.1.5", "react": "^18.3.1",