From 62ef317a9f320d392761acebaec42dc25ecc032a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 May 2022 01:46:14 +0000 Subject: [PATCH] Bump marked from 2.0.0 to 4.0.10 in /tgui Bumps [marked](https://github.com/markedjs/marked) from 2.0.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/v2.0.0...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 2161babf626..8d1b8929860 100644 --- a/tgui/packages/tgui/package.json +++ b/tgui/packages/tgui/package.json @@ -7,7 +7,7 @@ "dompurify": "^2.2.6", "inferno": "^7.4.7", "inferno-vnode-flags": "^7.4.7", - "marked": "^2.0.0", + "marked": "^4.0.10", "tgui-dev-server": "workspace:*", "tgui-polyfill": "workspace:*" }