diff --git a/package-lock.json b/package-lock.json index 63a91a6f..1a666eaa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8821,9 +8821,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.0.0", + "resolved": "https://registry.npmjs.org/reveal.js/-/reveal.js-4.0.0.tgz", + "integrity": "sha512-OvsmH/INmEYzNiYK+xLV04D+ZGASv65exBNWQOmpe2ukkHrYfd9bmaGCyB7heHQIAwI9GyYzw3tbRzS4S6I5CA==" }, "right-align": { "version": "0.1.3", diff --git a/package.json b/package.json index 7d3dfeb6..b6484a23 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "highlight.js": "^10.0.3", - "reveal.js": "^3.9.2" + "reveal.js": "^4.0.0" }, "devDependencies": { "@babel/core": "^7.9.6",