From a7484888a79880362e9f4ec348c6e1fa2dcc14bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 01:00:38 +0000 Subject: [PATCH] chore(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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 13355bc..6e4254a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "github-hovercard", - "version": "1.9.3", + "version": "1.9.4", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -4611,9 +4611,9 @@ } }, "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 }, "matchdep": { diff --git a/package.json b/package.json index 20e441c..bbd0660 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "gulp-replace": "^0.5.4", "gulp-stylus": "^2.7.0", "gulp-uglify": "^1.5.4", - "marked": "^1.2.0", + "marked": "^4.0.10", "merge-stream": "^1.0.1", "plist": "^2.1.0", "rename": "^1.0.4"