From f4102604027a427e922055da6f4856a8f92ee67b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 00:34:41 +0000 Subject: [PATCH] Bump reveal.js from 3.8.0 to 3.9.2 Bumps [reveal.js](https://github.com/hakimel/reveal.js) from 3.8.0 to 3.9.2. - [Release notes](https://github.com/hakimel/reveal.js/releases) - [Commits](https://github.com/hakimel/reveal.js/compare/3.8.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 54b07e7b..67c4608e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4817,9 +4817,9 @@ "dev": true }, "reveal.js": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/reveal.js/-/reveal.js-3.8.0.tgz", - "integrity": "sha512-MQ+UBXIIL9IyBXhkLZWb/AG5h5/BedmnHXHIEavMBawNLVfAayvTrwNlDjGn4tf/CQ2CTJR8jSyIdu4RpfoLpg==", + "version": "3.9.2", + "resolved": "https://registry.npmjs.org/reveal.js/-/reveal.js-3.9.2.tgz", + "integrity": "sha512-Dvv2oA9FrtOHE2DWj5js8pMRfwq++Wmvsn1EyAdYLC80lBjTphns+tPsB652Bnvep9AVviuVS/b4XoVY9rXHLA==", "dev": true }, "rimraf": { diff --git a/package.json b/package.json index 60495118..9ea84c5e 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "gulp-line-ending-corrector": "^1.0.3", "gulp-ssi": "^0.1.3", "jquery": "^3.4.1", - "reveal.js": "^3.8.0", + "reveal.js": "^3.9.2", "serve": "^11.1.0" }, "scripts": {