From 7696686c9b5d3bb6779dd85a890cd012e9dd1830 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Jan 2023 21:05:33 +0000 Subject: [PATCH] Update marked requirement from ^4.2.5 to ^4.2.12 in /www Updates the requirements on [marked](https://github.com/markedjs/marked) to permit the latest version. - [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/v4.2.5...v4.2.12) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- www/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/package.json b/www/package.json index 1fa1e5f4..3e4a80a5 100644 --- a/www/package.json +++ b/www/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "marked": "^4.2.5", + "marked": "^4.2.12", "vanilla-tilt": "^1.8.0" } }