From d577fe6d60a1fa5d08270c0ed595903173a32a35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 23:38:24 +0000 Subject: [PATCH] Bump marked and dmd Bumps [marked](https://github.com/markedjs/marked) and [dmd](https://github.com/jsdoc2md/dmd). These dependencies needed to be updated together. Updates `marked` from 2.1.3 to 4.3.0 - [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/v2.1.3...v4.3.0) Updates `dmd` from 6.0.0 to 6.2.0 - [Release notes](https://github.com/jsdoc2md/dmd/releases) - [Commits](https://github.com/jsdoc2md/dmd/compare/v6.0.0...v6.2.0) --- updated-dependencies: - dependency-name: marked dependency-type: indirect - dependency-name: dmd dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 31 +++++++++++++------------------ 1 file changed, 13 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 02405c2..5608f9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -203,28 +203,28 @@ "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==" }, "dmd": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/dmd/-/dmd-6.0.0.tgz", - "integrity": "sha512-PwWZlqZnJPETwqZZ70haRa+UDZcD5jeBD3ywW1Kf+jYYv0MHu/S7Ri9jsSoeTMwkcMVW9hXOMA1IZUMEufBhOg==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/dmd/-/dmd-6.2.0.tgz", + "integrity": "sha512-uXWxLF1H7TkUAuoHK59/h/ts5cKavm2LnhrIgJWisip4BVzPoXavlwyoprFFn2CzcahKYgvkfaebS6oxzgflkg==", "requires": { - "array-back": "^5.0.0", + "array-back": "^6.2.2", "cache-point": "^2.0.0", - "common-sequence": "^2.0.0", - "file-set": "^4.0.1", + "common-sequence": "^2.0.2", + "file-set": "^4.0.2", "handlebars": "^4.7.7", - "marked": "^2.0.0", + "marked": "^4.2.3", "object-get": "^2.1.1", - "reduce-flatten": "^3.0.0", + "reduce-flatten": "^3.0.1", "reduce-unique": "^2.0.1", "reduce-without": "^1.0.1", "test-value": "^3.0.0", - "walk-back": "^5.0.0" + "walk-back": "^5.1.0" }, "dependencies": { - "array-back": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/array-back/-/array-back-5.0.0.tgz", - "integrity": "sha512-kgVWwJReZWmVuWOQKEOohXKJX+nD02JAZ54D1RRWlv8L0NebauKAaFxACKzB74RTclt1+WNz5KHaLRDAPZbDEw==" + "marked": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz", + "integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==" }, "reduce-flatten": { "version": "3.0.1", @@ -458,11 +458,6 @@ "resolved": "https://registry.npmjs.org/markdown-it-anchor/-/markdown-it-anchor-8.4.1.tgz", "integrity": "sha512-sLODeRetZ/61KkKLJElaU3NuU2z7MhXf12Ml1WJMSdwpngeofneCRF+JBbat8HiSqhniOMuTemXMrsI7hA6XyA==" }, - "marked": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-2.1.3.tgz", - "integrity": "sha512-/Q+7MGzaETqifOMWYEA7HVMaZb4XbcRfaOzcSsHZEith83KGlvaSG33u0SKu89Mj5h+T8V2hM+8O45Qc5XTgwA==" - }, "mdurl": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz",