From ad48706116a857c55a41477af2a672fb143d2181 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 05:45:59 +0000 Subject: [PATCH] fix(deps): update dependency reveal.js to v5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dc8cd88..01f9158 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,6 @@ "license": "MIT", "homepage": "https://github.com/thc-tools/formation-git-basic", "dependencies": { - "reveal.js": "^3.1.0" + "reveal.js": "^5.0.0" } }