From 2e2a8a7e04f19ec6fe352082742665a23060fdac Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 24 Oct 2022 17:44:00 +0000
Subject: [PATCH] Bump reveal.js from 3.9.2 to 4.4.0

Bumps [reveal.js](https://github.com/hakimel/reveal.js) from 3.9.2 to 4.4.0.
- [Release notes](https://github.com/hakimel/reveal.js/releases)
- [Commits](https://github.com/hakimel/reveal.js/compare/3.9.2...4.4.0)

---
updated-dependencies:
- dependency-name: reveal.js
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 package-lock.json | 16 ++++++++--------
 package.json      |  2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index e232319..206128a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "conditional",
-  "version": "1.10.3",
+  "version": "1.11.0",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
@@ -1617,19 +1617,19 @@
         "bootstrap": {
           "version": "3.3.7",
           "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-3.3.7.tgz",
-          "integrity": "sha1-WjiTlFSfIzMIdaOxUGVldPip63E="
+          "integrity": "sha512-qcFaisBrcBhTFkz1IUnGDYnX6ZWfFzH8zOixUDtHW9Ip+r+7MfMFav2rzy7cIHc7rgIg7xjhWBoo1mS/U26j4g=="
         },
         "jquery": {
           "version": "1.12.3",
           "resolved": "https://registry.npmjs.org/jquery/-/jquery-1.12.3.tgz",
-          "integrity": "sha1-Epi4i5COfH91AeuMGmHxrIM3tTE="
+          "integrity": "sha512-FzM42/Ew+Hb8ha2OlhHRBLgWIZS32gZ0+NvWTf+ZvVvGaIlJkOiXQyb7VBjv4L6fJfmTrRf3EsAmbfsHDhfemw=="
         }
       }
     },
     "bootstrap-material-design": {
       "version": "0.3.0",
       "resolved": "https://registry.npmjs.org/bootstrap-material-design/-/bootstrap-material-design-0.3.0.tgz",
-      "integrity": "sha1-4j/DTrc6kjDVC732jJ/ul/xGW58=",
+      "integrity": "sha512-t8b285764/oQMQOUIGi+/0S2F6AWIWN3IqsTdp+lD8iQeHppgmloQRieWWXCpJ4GmGI2YOpoH6cNMVu4LVf73w==",
       "requires": {
         "bootstrap": ">=3.0",
         "jquery": ">=1.9.1"
@@ -9127,7 +9127,7 @@
     "moment": {
       "version": "2.10.6",
       "resolved": "https://registry.npmjs.org/moment/-/moment-2.10.6.tgz",
-      "integrity": "sha1-bLIZZ8ecunsMpeZmRPFzZis++nc="
+      "integrity": "sha512-Tqzz/uADMAPuqWA7iE0eMCJHhDqGuRpiwUSokCT3144wCsjeTHwzbgJY62GAvt3ax8bI8tDugD2oaMQXvJ9tBA=="
     },
     "morgan": {
       "version": "1.9.1",
@@ -11703,9 +11703,9 @@
       }
     },
     "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.4.0",
+      "resolved": "https://registry.npmjs.org/reveal.js/-/reveal.js-4.4.0.tgz",
+      "integrity": "sha512-jIV6C9V2NEUjGzU8L6dUFGpk1KJmq7/EzP2fOW67ggc2c0Cp/PdprWxZ9Qgp46F0T2ZWDCjQ1p3Ytzy5jA6a2w=="
     },
     "right-align": {
       "version": "0.1.3",
diff --git a/package.json b/package.json
index 8093926..36e8dff 100644
--- a/package.json
+++ b/package.json
@@ -38,7 +38,7 @@
     "jquery": "^3.1.0",
     "load-awesome": "^1.1.0",
     "lodash": "4.17.21",
-    "reveal.js": "^3.3.0",
+    "reveal.js": "^4.4.0",
     "selectize": "^0.12.2",
     "selectize-scss": "^0.9.1",
     "simple-masonry": "1.0.5",