From 4bf671ba697c5b63deac6c50b8dc4e34e703dd1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 11:09:29 +0000 Subject: [PATCH] Bump reveal.js from 5.0.4 to 5.0.5 Bumps [reveal.js](https://github.com/hakimel/reveal.js) from 5.0.4 to 5.0.5. - [Release notes](https://github.com/hakimel/reveal.js/releases) - [Commits](https://github.com/hakimel/reveal.js/compare/5.0.4...5.0.5) --- updated-dependencies: - dependency-name: reveal.js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 19c5ae3..517b46f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,8 +12,7 @@ "ejs": "^3.1.9", "js-yaml": "^4.1.0", "reveal.js": "^5.0.1", - "yargs": "^17.7.1", - "youtube-dl-exec": "^2.4.6" + "yargs": "^17.7.1" }, "devDependencies": { "eslint": "^8.38.0", @@ -1534,9 +1533,9 @@ } }, "node_modules/reveal.js": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/reveal.js/-/reveal.js-5.0.4.tgz", - "integrity": "sha512-480pVhre9SXWuE4QbDwG0nPrip3TkifflqaKQWF8Ynf4iYIUBfgu5leeMso0srubQsZQ+G2OzktAfAkrvBY0Ww==", + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/reveal.js/-/reveal.js-5.0.5.tgz", + "integrity": "sha512-MPWPV/cRlkZhh72dAGYv/bUCr9ulwM2/ucCqiL/KN4tvhb6VvN49iwOyWHE08wppj8lMQXi2xbS3kyKgfyTYqg==", "engines": { "node": ">=18.0.0" }