From f5bcac4ec34f27e3bcacac3b011765fb4ad1d07b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 12:49:30 +0000 Subject: [PATCH] Update dependency reveal.js to v6 --- package-lock.json | 18 ++++++++---------- package.json | 2 +- 2 files changed, 9 insertions(+), 11 deletions(-) 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" } }