From 4dcb05817bedf1d50821aa6611dc93d66e81abb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 01:05:35 +0000 Subject: [PATCH] Bump marked from 0.3.6 to 4.0.10 Bumps [marked](https://github.com/markedjs/marked) from 0.3.6 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/v0.3.6...v4.0.10) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++++++---- package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 60c8cdcb4..63711ec7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -317,6 +317,12 @@ "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.12.0.tgz", "integrity": "sha1-5tnb5Xy+/mB1HwKvM2GVhwyQwB4=", "dev": true + }, + "marked": { + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/marked/-/marked-0.3.6.tgz", + "integrity": "sha1-ssbGGPzOzk74bE/Gy4p8v1rtqNc=", + "dev": true } } }, @@ -1144,9 +1150,9 @@ "integrity": "sha1-bUUk6LlV+V1PW1iFHOId1y+06VI=" }, "marked": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.3.6.tgz", - "integrity": "sha1-ssbGGPzOzk74bE/Gy4p8v1rtqNc=", + "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 }, "methods": { @@ -1951,7 +1957,8 @@ } }, "websocket-server": { - "version": "github:miksago/node-websocket-server#dae6bed226ccfccf3939973155570b39dc8b3df0" + "version": "github:miksago/node-websocket-server#dae6bed226ccfccf3939973155570b39dc8b3df0", + "from": "github:miksago/node-websocket-server#dae6bed226ccfccf3939973155570b39dc8b3df0" }, "which": { "version": "1.0.9", diff --git a/package.json b/package.json index 03a76654d..58260a5a7 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "grunt-contrib-copy": "~0.4.1", "grunt-http-server": "~0.0.5", "nunjucks": "~0.1.8a", - "marked": "~0.3.4", + "marked": "~4.0.10", "docco": "~0.6.2", "highlight.js": "~7.3.0", "optimist": "~0.6.0",