From 1a82ee046119f4fc221b0c76bd646680bc3e8d91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 00:30:50 +0000 Subject: [PATCH] Bump reveal.js from 3.7.0 to 3.9.2 Bumps [reveal.js](https://github.com/hakimel/reveal.js) from 3.7.0 to 3.9.2. - [Release notes](https://github.com/hakimel/reveal.js/releases) - [Commits](https://github.com/hakimel/reveal.js/compare/3.7.0...3.9.2) Signed-off-by: dependabot[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 d132f43..0766f52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4285,9 +4285,9 @@ "dev": true }, "reveal.js": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/reveal.js/-/reveal.js-3.7.0.tgz", - "integrity": "sha512-HTOTNhF5mQAw6fcsptk4oql/DEEUwTG0YHk/LzTNNx0/3IgvOQZqKzvlK/zNpqqKMLlhn1gH9Nvp+FFoc/e5/w==" + "version": "3.9.2", + "resolved": "https://registry.npmjs.org/reveal.js/-/reveal.js-3.9.2.tgz", + "integrity": "sha512-Dvv2oA9FrtOHE2DWj5js8pMRfwq++Wmvsn1EyAdYLC80lBjTphns+tPsB652Bnvep9AVviuVS/b4XoVY9rXHLA==" }, "safe-buffer": { "version": "5.1.1", diff --git a/package.json b/package.json index 33da00d..9b7a36f 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "gulp-gh-pages": "^0.5.4", "gulp-html-tag-include": "^1.0.1", - "reveal.js": "^3.7.0" + "reveal.js": "^3.9.2" }, "devDependencies": { "gulp": "^4.0.0"