From 3771afdabd9bf2a640d585dcaa27ac8cdad5a32b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 02:39:28 +0000 Subject: [PATCH] Bump marked from 2.0.3 to 4.0.10 in /tgui Bumps [marked](https://github.com/markedjs/marked) from 2.0.3 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/v2.0.3...v4.0.10) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tgui/packages/tgui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tgui/packages/tgui/package.json b/tgui/packages/tgui/package.json index 97a6893254..f52db6e76d 100644 --- a/tgui/packages/tgui/package.json +++ b/tgui/packages/tgui/package.json @@ -8,7 +8,7 @@ "inferno": "^7.4.8", "inferno-vnode-flags": "^7.4.8", "katex": "^0.15.1", - "marked": "^2.0.3", + "marked": "^4.0.10", "tgui-dev-server": "workspace:*", "tgui-polyfill": "workspace:*" }