From a5005914228dde525b89161205682e19a0af0b7b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 28 May 2020 06:00:45 +0000 Subject: [PATCH] Bump reveal.js from 3.9.2 to 4.0.1 Bumps [reveal.js](https://github.com/hakimel/reveal.js) from 3.9.2 to 4.0.1. - [Release notes](https://github.com/hakimel/reveal.js/releases) - [Commits](https://github.com/hakimel/reveal.js/compare/3.9.2...4.0.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5ccefabe..854fef80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10836,9 +10836,9 @@ "dev": true }, "reveal.js": { - "version": "3.9.2", - "resolved": "https://registry.npmjs.org/reveal.js/-/reveal.js-3.9.2.tgz", - "integrity": "sha512-Dvv2oA9FrtOHE2DWj5js8pMRfwq++Wmvsn1EyAdYLC80lBjTphns+tPsB652Bnvep9AVviuVS/b4XoVY9rXHLA==" + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/reveal.js/-/reveal.js-4.0.1.tgz", + "integrity": "sha512-RA1fklPgSNCNnQ41XR0bNoaSkXHb8Ji0baQ53HBxgeRlWkb2INVUQShAZfiNK6iI7knKLWGZJ7cs5dh7tvAaXA==" }, "right-align": { "version": "0.1.3", diff --git a/package.json b/package.json index 099a6580..4898b710 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "highlight.js": "^10.0.3", - "reveal.js": "^3.9.2" + "reveal.js": "^4.0.1" }, "devDependencies": { "@babel/core": "^7.10.1",