From 0f1e2cec93968deae9fe5e74511874b6ab547fd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 22:49:50 +0000 Subject: [PATCH] Bump reveal.js from 3.8.0 to 4.3.0 Bumps [reveal.js](https://github.com/hakimel/reveal.js) from 3.8.0 to 4.3.0. - [Release notes](https://github.com/hakimel/reveal.js/releases) - [Commits](https://github.com/hakimel/reveal.js/compare/3.8.0...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 00184dd..148e12f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12915,9 +12915,9 @@ } }, "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": "4.3.0", + "resolved": "https://registry.npmjs.org/reveal.js/-/reveal.js-4.3.0.tgz", + "integrity": "sha512-KzZxJjj1gmxVNyplY6g9MiGwtDvZJiYkMvG1Qmaita7vWT/8eoTEK+RuIPLvxDeyxOtTz56u2wrOETVO79qL4A==" }, "rgb-regex": { "version": "1.0.1", diff --git a/package.json b/package.json index 40da273..98ac3cc 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "react-helmet": "^5.2.0", "rehype-react": "^3.1.0", "remark-react": "^5.0.1", - "reveal.js": "^3.8.0" + "reveal.js": "^4.3.0" }, "scripts": { "build": "gatsby build",