From 68995e7bdcd06053d3133cb1feb5d2db4a97c277 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 02:18:43 +0000 Subject: [PATCH] Build(deps): Bump marked from 5.1.1 to 14.1.1 Bumps [marked](https://github.com/markedjs/marked) from 5.1.1 to 14.1.1. - [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...v14.1.1) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d07f1665..89fd5bef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "dependencies": { "@nextcloud/router": "^2.2.1", "brace": "^0.11.1", - "marked": "^5.1.1" + "marked": "^14.1.1" }, "devDependencies": { "@babel/core": "^7.25.2", @@ -3442,9 +3442,9 @@ } }, "node_modules/marked": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-5.1.1.tgz", - "integrity": "sha512-bTmmGdEINWmOMDjnPWDxGPQ4qkDLeYorpYbEtFOXzOruTwUE671q4Guiuchn4N8h/v6NGd7916kXsm3Iz4iUSg==", + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.1.tgz", + "integrity": "sha512-eS59oxof5eBVDCKTs+mJbvB/6Vq137GbimF9wkTIlto2/B2ppY5nigUUQgKVmA3bI2mPTIshUyDj5j612ZxlQQ==", "bin": { "marked": "bin/marked.js" }, @@ -7015,9 +7015,9 @@ } }, "marked": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-5.1.1.tgz", - "integrity": "sha512-bTmmGdEINWmOMDjnPWDxGPQ4qkDLeYorpYbEtFOXzOruTwUE671q4Guiuchn4N8h/v6NGd7916kXsm3Iz4iUSg==" + "version": "14.1.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-14.1.1.tgz", + "integrity": "sha512-eS59oxof5eBVDCKTs+mJbvB/6Vq137GbimF9wkTIlto2/B2ppY5nigUUQgKVmA3bI2mPTIshUyDj5j612ZxlQQ==" }, "merge-stream": { "version": "2.0.0", diff --git a/package.json b/package.json index fae1cbd8..6813a08c 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,6 @@ "dependencies": { "@nextcloud/router": "^2.2.1", "brace": "^0.11.1", - "marked": "^5.1.1" + "marked": "^14.1.1" } }