From 24e487ca58816d56adf4fd1264443cde4d463acf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 22:44:04 +0000 Subject: [PATCH] Bump reveal.js from 3.9.2 to 4.3.0 Bumps [reveal.js](https://github.com/hakimel/reveal.js) from 3.9.2 to 4.3.0. - [Release notes](https://github.com/hakimel/reveal.js/releases) - [Commits](https://github.com/hakimel/reveal.js/compare/3.9.2...4.3.0) --- updated-dependencies: - dependency-name: reveal.js dependency-type: direct:production ... 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 c43f8b6..89ab5e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4077,9 +4077,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.3.0", + "resolved": "https://registry.npmjs.org/reveal.js/-/reveal.js-4.3.0.tgz", + "integrity": "sha512-KzZxJjj1gmxVNyplY6g9MiGwtDvZJiYkMvG1Qmaita7vWT/8eoTEK+RuIPLvxDeyxOtTz56u2wrOETVO79qL4A==" }, "rimraf": { "version": "2.6.3", diff --git a/package.json b/package.json index 55d60ae..61ac9ea 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,6 @@ }, "license": "MIT", "dependencies": { - "reveal.js": "^3.8.0" + "reveal.js": "^4.3.0" } }