From 1893cfd9f1551d368dcf4a08543023efd79e6f7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 01:59:54 +0000 Subject: [PATCH] Build(deps): Bump marked from 5.1.1 to 5.1.2 Bumps [marked](https://github.com/markedjs/marked) from 5.1.1 to 5.1.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/v5.1.1...v5.1.2) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3cc55f40e..7e688b492 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "file-saver": "^2.0.5", "linkify-string": "^4.1.1", "lodash": "^4.17.21", - "marked": "^5.1.1", + "marked": "^5.1.2", "marked-gfm-heading-id": "^3.0.4", "marked-mangle": "^1.1.0", "nextcloud-vue-collections": "^0.11.1", @@ -11642,14 +11642,14 @@ } }, "node_modules/marked": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-5.1.1.tgz", - "integrity": "sha512-bTmmGdEINWmOMDjnPWDxGPQ4qkDLeYorpYbEtFOXzOruTwUE671q4Guiuchn4N8h/v6NGd7916kXsm3Iz4iUSg==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-5.1.2.tgz", + "integrity": "sha512-ahRPGXJpjMjwSOlBoTMZAK7ATXkli5qCPxZ21TG44rx1KEo44bii4ekgTDQPNRQ4Kh7JMb9Ub1PVk1NxRSsorg==", "bin": { "marked": "bin/marked.js" }, "engines": { - "node": ">= 18" + "node": ">= 16" } }, "node_modules/marked-gfm-heading-id": { diff --git a/package.json b/package.json index b5e8f069e..838cacb82 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "file-saver": "^2.0.5", "linkify-string": "^4.1.1", "lodash": "^4.17.21", - "marked": "^5.1.1", + "marked": "^5.1.2", "marked-gfm-heading-id": "^3.0.4", "marked-mangle": "^1.1.0", "nextcloud-vue-collections": "^0.11.1",