diff --git a/package-lock.json b/package-lock.json index 3db3681..6288973 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "lite-youtube-embed": "0.3.4", - "reveal.js": "5.2.1" + "reveal.js": "6.0.1" }, "devDependencies": { "@11ty/eleventy": "3.1.5", @@ -5359,12 +5359,10 @@ } }, "node_modules/reveal.js": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/reveal.js/-/reveal.js-5.2.1.tgz", - "integrity": "sha512-r7//6mIM5p34hFiDMvYfXgyjXqGRta+/psd9YtytsgRlrpRzFv4RbH76TXd2qD+7ZPZEbpBDhdRhJaFgfQ7zNQ==", - "engines": { - "node": ">=18.0.0" - } + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/reveal.js/-/reveal.js-6.0.1.tgz", + "integrity": "sha512-9eacArNIgqO2HGWOK+93gJNn+gvdGDVbSq+i2u3Ja9kjiHps0XNLpgYTZTYjKRH91uXy3clGimeGiw4umHG/tg==", + "license": "MIT" }, "node_modules/rimraf": { "version": "3.0.2", @@ -10404,9 +10402,9 @@ "dev": true }, "reveal.js": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/reveal.js/-/reveal.js-5.2.1.tgz", - "integrity": "sha512-r7//6mIM5p34hFiDMvYfXgyjXqGRta+/psd9YtytsgRlrpRzFv4RbH76TXd2qD+7ZPZEbpBDhdRhJaFgfQ7zNQ==" + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/reveal.js/-/reveal.js-6.0.1.tgz", + "integrity": "sha512-9eacArNIgqO2HGWOK+93gJNn+gvdGDVbSq+i2u3Ja9kjiHps0XNLpgYTZTYjKRH91uXy3clGimeGiw4umHG/tg==" }, "rimraf": { "version": "3.0.2", diff --git a/package.json b/package.json index 451c1b6..f62a4b2 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,6 @@ }, "dependencies": { "lite-youtube-embed": "0.3.4", - "reveal.js": "5.2.1" + "reveal.js": "6.0.1" } }