From 5757a92213e7219aebcc73a5e2c937f8c8076f0b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 05:30:55 +0000 Subject: [PATCH] Bump reveal.js from 3.9.2 to 4.1.3 Bumps [reveal.js](https://github.com/hakimel/reveal.js) from 3.9.2 to 4.1.3. - [Release notes](https://github.com/hakimel/reveal.js/releases) - [Commits](https://github.com/hakimel/reveal.js/commits) 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 8ee10a16..7c0cc9c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9689,9 +9689,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.1.3", + "resolved": "https://registry.npmjs.org/reveal.js/-/reveal.js-4.1.3.tgz", + "integrity": "sha512-5VbL4nVDUedVKnOIIM3UQAIUlp+CvR/SrUkrN5GDoVfcWJAxH2oIh7PWyShy7+pE7tgkH2q+3e5EikGRpgE+oA==" }, "right-align": { "version": "0.1.3", diff --git a/package.json b/package.json index c016c3e5..807bd74c 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "highlight.js": "^10.1.1", - "reveal.js": "^3.9.2" + "reveal.js": "^4.1.3" }, "devDependencies": { "@babel/core": "^7.10.3",