From d5f5ad77457a6fe1406f008d11ba30e7ca952e41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 01:01:02 +0000 Subject: [PATCH] build(deps-dev): bump marked from 1.2.0 to 4.0.10 Bumps [marked](https://github.com/markedjs/marked) from 1.2.0 to 4.0.10. - [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/v1.2.0...v4.0.10) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 86d9236..32f7dfa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5116,9 +5116,9 @@ "dev": true }, "marked": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-1.2.0.tgz", - "integrity": "sha512-tiRxakgbNPBr301ihe/785NntvYyhxlqcL3YaC8CaxJQh7kiaEtrN9B/eK2I2943Yjkh5gw25chYFDQhOMCwMA==", + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz", + "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==", "dev": true }, "math-random": { diff --git a/package.json b/package.json index e3049f3..8322398 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "eslint": "^7.10.0", "husky": "^4.3.0", "jsdoc": "^3.6.6", - "marked": "^1.2.0", + "marked": "^4.0.10", "mocha": "^8.1.3", "nyc": "^15.1.0" },