From 97718bca803010169ff69da043b03ffa2fe76698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 00:58:23 +0000 Subject: [PATCH] Bump marked from 0.6.3 to 1.1.1 in /packages/ui Bumps [marked](https://github.com/markedjs/marked) from 0.6.3 to 1.1.1. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v0.6.3...v1.1.1) Signed-off-by: dependabot[bot] --- packages/ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/package.json b/packages/ui/package.json index a24c34e..b1d1c9d 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -59,7 +59,7 @@ "@types/styled-components": "4.1.8", "jest": "^24.7.1", "jest-dom": "^3.1.3", - "marked": "^0.6.2", + "marked": "^1.1.1", "parcel-bundler": "^1.12.3", "react-testing-library": "^6.1.2", "ts-jest": "^24.0.2"