From e31d763a01dcd61ac9b7cbf1b1e59cc989fc6d1f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 Jan 2021 09:05:14 +0000 Subject: [PATCH] Bump @types/marked from 0.7.4 to 1.2.1 Bumps [@types/marked](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/marked) from 0.7.4 to 1.2.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/marked) Signed-off-by: dependabot-preview[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 8c89b37f..ffd13240 100644 --- a/package-lock.json +++ b/package-lock.json @@ -760,9 +760,9 @@ } }, "@types/marked": { - "version": "0.7.4", - "resolved": "https://registry.npmjs.org/@types/marked/-/marked-0.7.4.tgz", - "integrity": "sha512-fdg0NO4qpuHWtZk6dASgsrBggY+8N4dWthl1bAQG9ceKUNKFjqpHaDKCAhRUI6y8vavG7hLSJ4YBwJtZyZEXqw==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@types/marked/-/marked-1.2.1.tgz", + "integrity": "sha512-d5adCgRHB+NAme23hkiTkvpfZUDqoNtL2Sr2nZBJqSj3zyHLxsfFWsGQ2sK2z9aX6L1xkJzon2c0jTPcsEjpaQ==", "dev": true }, "@types/minimist": { diff --git a/package.json b/package.json index 40d2de6d..f1220997 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@types/git-url-parse": "^9.0.0", "@types/highlight.js": "^10.1.0", "@types/html-minifier": "^3.5.3", - "@types/marked": "^0.7.4", + "@types/marked": "^1.2.1", "@types/minimist": "^1.2.1", "@types/node": "^14.14.21", "@types/recursive-readdir": "^2.2.0",