From 111ae50ae01ddf0cd28c6a1b81b45a08bd31ad75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 00:31:08 +0000 Subject: [PATCH] Bump reveal.js from 3.9.1 to 3.9.2 Bumps [reveal.js](https://github.com/hakimel/reveal.js) from 3.9.1 to 3.9.2. - [Release notes](https://github.com/hakimel/reveal.js/releases) - [Commits](https://github.com/hakimel/reveal.js/compare/3.9.1...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 8f500d8..fd08249 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10746,9 +10746,9 @@ "dev": true }, "reveal.js": { - "version": "3.9.1", - "resolved": "https://registry.npmjs.org/reveal.js/-/reveal.js-3.9.1.tgz", - "integrity": "sha512-MALgY+H8IRrtgQUMO2tqddbxHMqXsZZjclRxFlmIPUhnH5vrU8/5h5IAIOwbWZKd1QTKEDXpDJ4sO1WZAZ9w0g==" + "version": "3.9.2", + "resolved": "https://registry.npmjs.org/reveal.js/-/reveal.js-3.9.2.tgz", + "integrity": "sha512-Dvv2oA9FrtOHE2DWj5js8pMRfwq++Wmvsn1EyAdYLC80lBjTphns+tPsB652Bnvep9AVviuVS/b4XoVY9rXHLA==" }, "rgb-regex": { "version": "1.0.1", diff --git a/package.json b/package.json index 1cbe006..79ba63a 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "font-awesome": "^4.7.0", "lodash.shuffle": "^4.2.0", "moment": "^2.21.0", - "reveal.js": "^3.8.0", + "reveal.js": "^3.9.2", "vue": "^2.6.11", "vue-router": "^3.1.3", "vuejs-datepicker": "^1.5.4",