diff --git a/contributing/package-lock.json b/contributing/package-lock.json index e7b2cc7c..a2e154de 100644 --- a/contributing/package-lock.json +++ b/contributing/package-lock.json @@ -3,9 +3,9 @@ "lockfileVersion": 1, "dependencies": { "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": "3.9.2", + "resolved": "https://registry.npmjs.org/reveal.js/-/reveal.js-3.9.2.tgz", + "integrity": "sha512-Dvv2oA9FrtOHE2DWj5js8pMRfwq++Wmvsn1EyAdYLC80lBjTphns+tPsB652Bnvep9AVviuVS/b4XoVY9rXHLA==" } } } diff --git a/contributing/package.json b/contributing/package.json index 3cc38352..1fb12561 100644 --- a/contributing/package.json +++ b/contributing/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "reveal.js": "3.8.0" + "reveal.js": "3.9.2" } }