From 40befa3957e6aec8d266db928520940b9c8d139c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 01:31:09 +0000 Subject: [PATCH] Chore(deps): Bump marked from 13.0.1 to 13.0.2 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] --- 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 9d44228e5..0d4e5ca13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "file-saver": "^2.0.5", "linkify-string": "^4.1.3", "lodash": "^4.17.21", - "marked": "^13.0.1", + "marked": "^13.0.2", "marked-gfm-heading-id": "^4.0.0", "qrcode": "^1.5.3", "v-click-outside": "^3.2.0", @@ -7361,9 +7361,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/package.json b/package.json index fd5e9eafb..34aa9bcd5 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "file-saver": "^2.0.5", "linkify-string": "^4.1.3", "lodash": "^4.17.21", - "marked": "^13.0.1", + "marked": "^13.0.2", "marked-gfm-heading-id": "^4.0.0", "qrcode": "^1.5.3", "v-click-outside": "^3.2.0",