From a37e428db9354efe6aea39461bda73d61c77909d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 00:31:20 +0000 Subject: [PATCH] Bump reveal.js Bumps [reveal.js](https://github.com/hakimel/reveal.js) from 3.6.0 to 3.9.2. - [Release notes](https://github.com/hakimel/reveal.js/releases) - [Commits](https://github.com/hakimel/reveal.js/compare/3.6.0...3.9.2) Signed-off-by: dependabot[bot] --- .../package-lock.json | 34 ++--- .../asciidoctor-reveal.js-2.0.0/package.json | 2 +- .../asciidoctor-reveal.js-2.0.0/yarn.lock | 144 ++---------------- 3 files changed, 31 insertions(+), 149 deletions(-) diff --git a/.backends/reveal.js/v3.8.0/templates/asciidoctor-reveal.js-2.0.0/package-lock.json b/.backends/reveal.js/v3.8.0/templates/asciidoctor-reveal.js-2.0.0/package-lock.json index f018ca4..71d1c7a 100644 --- a/.backends/reveal.js/v3.8.0/templates/asciidoctor-reveal.js-2.0.0/package-lock.json +++ b/.backends/reveal.js/v3.8.0/templates/asciidoctor-reveal.js-2.0.0/package-lock.json @@ -1,21 +1,21 @@ { "name": "asciidoctor-reveal.js", - "version": "1.1.4-dev", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { "asciidoctor.js": { - "version": "1.5.6", - "resolved": "https://registry.npmjs.org/asciidoctor.js/-/asciidoctor.js-1.5.6.tgz", - "integrity": "sha512-GFBpOZiRih8jW8HEqlwU6ywUOE0XHso1cPTG/4YtNbR+0DxZ9H3aQ7JMTBeSsc82pIiUR9MtWXAHIZ6L3IOeFg==", + "version": "1.5.9", + "resolved": "https://registry.npmjs.org/asciidoctor.js/-/asciidoctor.js-1.5.9.tgz", + "integrity": "sha512-k5JgwyV82TsiCpnYbDPReuHhzf/vRUt6NaZ+OGywkDDGeGG/CPfvN2Gd1MJ0iIZKDyuk4iJHOdY/2x1KBrWMzA==", "requires": { - "opal-runtime": "1.0.3" + "opal-runtime": "1.0.11" } }, "balanced-match": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", - "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" }, "bestikk-log": { "version": "0.1.0", @@ -74,9 +74,9 @@ } }, "inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" }, "minimatch": { "version": "3.0.4", @@ -95,9 +95,9 @@ } }, "opal-runtime": { - "version": "1.0.3", - "resolved": "http://registry.npmjs.org/opal-runtime/-/opal-runtime-1.0.3.tgz", - "integrity": "sha512-bUcaUjep2qZ1GnctgvQ8AsgQ+U0/uu4vaDDLIkkj6Hk4RxfgKW+qaHE0Kd6WPTBcIy/sjjy8zgDYsRMkYMIi4g==", + "version": "1.0.11", + "resolved": "http://registry.npmjs.org/opal-runtime/-/opal-runtime-1.0.11.tgz", + "integrity": "sha512-L+6pnRvXPlDtbamBRnJAnB9mEMXmsIQ/b+0r/2xJ5/n/nxheEkLo+Pm5QNQ08LEbEN9TI6/kedhIspqRRu6tXA==", "requires": { "glob": "6.0.4", "xmlhttprequest": "1.8.0" @@ -109,9 +109,9 @@ "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" }, "reveal.js": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/reveal.js/-/reveal.js-3.6.0.tgz", - "integrity": "sha512-ZhXBWoDiaNySAJgs3XqmkHTmjR3Dkkhyy89VY8PLzXBDwNhP7ZEGtBT1H3xJRCEGOD4ScLJBbU75PRiPLQgWgw==" + "version": "3.9.2", + "resolved": "https://registry.npmjs.org/reveal.js/-/reveal.js-3.9.2.tgz", + "integrity": "sha512-Dvv2oA9FrtOHE2DWj5js8pMRfwq++Wmvsn1EyAdYLC80lBjTphns+tPsB652Bnvep9AVviuVS/b4XoVY9rXHLA==" }, "wrappy": { "version": "1.0.2", diff --git a/.backends/reveal.js/v3.8.0/templates/asciidoctor-reveal.js-2.0.0/package.json b/.backends/reveal.js/v3.8.0/templates/asciidoctor-reveal.js-2.0.0/package.json index 644eb96..62018fc 100644 --- a/.backends/reveal.js/v3.8.0/templates/asciidoctor-reveal.js-2.0.0/package.json +++ b/.backends/reveal.js/v3.8.0/templates/asciidoctor-reveal.js-2.0.0/package.json @@ -42,7 +42,7 @@ "homepage": "https://github.com/asciidoctor/asciidoctor-reveal.js", "dependencies": { "asciidoctor.js": "1.5.9", - "reveal.js": "3.7.0" + "reveal.js": "3.9.2" }, "devDependencies": { "bestikk-log": "0.1.0", diff --git a/.backends/reveal.js/v3.8.0/templates/asciidoctor-reveal.js-2.0.0/yarn.lock b/.backends/reveal.js/v3.8.0/templates/asciidoctor-reveal.js-2.0.0/yarn.lock index 1af3383..7fc0674 100644 --- a/.backends/reveal.js/v3.8.0/templates/asciidoctor-reveal.js-2.0.0/yarn.lock +++ b/.backends/reveal.js/v3.8.0/templates/asciidoctor-reveal.js-2.0.0/yarn.lock @@ -2,43 +2,22 @@ # yarn lockfile v1 -asciidoctor.js@1.5.6-rc.1: - version "1.5.6-rc.1" - resolved "https://registry.yarnpkg.com/asciidoctor.js/-/asciidoctor.js-1.5.6-rc.1.tgz#8bdd07d817817e626bc3e2e09aa35500bfce4b3d" +asciidoctor.js@1.5.9: + version "1.5.9" + resolved "https://registry.yarnpkg.com/asciidoctor.js/-/asciidoctor.js-1.5.9.tgz#28f8e8ee134b82627f0240e9b6a201b3d15d9524" dependencies: - opal-runtime "1.0.2" - -async@^2.0.1: - version "2.6.0" - resolved "https://registry.yarnpkg.com/async/-/async-2.6.0.tgz#61a29abb6fcc026fea77e56d1c6ec53a795951f4" - dependencies: - lodash "^4.14.0" + opal-runtime "1.0.11" balanced-match@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767" -bestikk-fs@0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/bestikk-fs/-/bestikk-fs-0.1.0.tgz#0c430b5793869cb62f5c00acc92527471cb261ed" - dependencies: - async "^2.0.1" - bestikk-log "^0.1.0" - tar-fs "^1.13.2" - -bestikk-log@0.1.0, bestikk-log@^0.1.0: +bestikk-log@0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/bestikk-log/-/bestikk-log-0.1.0.tgz#6ac6ddcb4ec4efbe94ee082e289e4cbf6ad54f20" dependencies: colors "1.1.2" -bl@^1.0.0: - version "1.2.2" - resolved "https://registry.yarnpkg.com/bl/-/bl-1.2.2.tgz#a160911717103c07410cef63ef51b397c025af9c" - dependencies: - readable-stream "^2.3.5" - safe-buffer "^5.1.1" - brace-expansion@^1.1.7: version "1.1.11" resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" @@ -46,10 +25,6 @@ brace-expansion@^1.1.7: balanced-match "^1.0.0" concat-map "0.0.1" -chownr@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.0.1.tgz#e2a75042a9551908bebd25b8523d5f9769d79181" - colors@1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/colors/-/colors-1.1.2.tgz#168a4701756b6a7f51a12ce0c97bfa28c084ed63" @@ -58,16 +33,6 @@ concat-map@0.0.1: version "0.0.1" resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" -core-util-is@~1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" - -end-of-stream@^1.0.0, end-of-stream@^1.1.0: - version "1.4.1" - resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.1.tgz#ed29634d19baba463b6ce6b80a37213eab71ec43" - dependencies: - once "^1.4.0" - expect.js@0.3.1: version "0.3.1" resolved "https://registry.yarnpkg.com/expect.js/-/expect.js-0.3.1.tgz#b0a59a0d2eff5437544ebf0ceaa6015841d09b5b" @@ -89,49 +54,25 @@ inflight@^1.0.4: once "^1.3.0" wrappy "1" -inherits@2, inherits@~2.0.3: +inherits@2: version "2.0.3" resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" -isarray@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" - -lodash@^4.14.0: - version "4.17.5" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511" - "minimatch@2 || 3": version "3.0.4" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" dependencies: brace-expansion "^1.1.7" -minimist@0.0.8: - version "0.0.8" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d" - -mkdirp@^0.5.1: - version "0.5.1" - resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903" - dependencies: - minimist "0.0.8" - -once@^1.3.0, once@^1.3.1, once@^1.4.0: +once@^1.3.0: version "1.4.0" resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" dependencies: wrappy "1" -opal-compiler@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/opal-compiler/-/opal-compiler-1.0.2.tgz#b3b91dc538ef1016e755f20d031e5e336c5ee86a" - dependencies: - opal-runtime "1.0.2+opal.fc20415" - -opal-runtime@1.0.2, opal-runtime@1.0.2+opal.fc20415: - version "1.0.2" - resolved "https://registry.yarnpkg.com/opal-runtime/-/opal-runtime-1.0.2.tgz#dae7669f23943b3f3fbba77b718a7e4977f4af73" +opal-runtime@1.0.11: + version "1.0.11" + resolved "https://registry.yarnpkg.com/opal-runtime/-/opal-runtime-1.0.11.tgz#81fc2a2084ae5f25d5609eada375b756a3dab036" dependencies: glob "6.0.4" xmlhttprequest "1.8.0" @@ -140,64 +81,9 @@ path-is-absolute@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" -process-nextick-args@~2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.0.tgz#a37d732f4271b4ab1ad070d35508e8290788ffaa" - -pump@^1.0.0: - version "1.0.3" - resolved "https://registry.yarnpkg.com/pump/-/pump-1.0.3.tgz#5dfe8311c33bbf6fc18261f9f34702c47c08a954" - dependencies: - end-of-stream "^1.1.0" - once "^1.3.1" - -readable-stream@^2.0.0, readable-stream@^2.3.5: - version "2.3.5" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.5.tgz#b4f85003a938cbb6ecbce2a124fb1012bd1a838d" - dependencies: - core-util-is "~1.0.0" - inherits "~2.0.3" - isarray "~1.0.0" - process-nextick-args "~2.0.0" - safe-buffer "~5.1.1" - string_decoder "~1.0.3" - util-deprecate "~1.0.1" - -reveal.js@3.6.0: - version "3.6.0" - resolved "https://registry.yarnpkg.com/reveal.js/-/reveal.js-3.6.0.tgz#ce0e64f30cbebd6e5ce885c2f384085c5e5821e8" - -safe-buffer@^5.1.1, safe-buffer@~5.1.0, safe-buffer@~5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.1.tgz#893312af69b2123def71f57889001671eeb2c853" - -string_decoder@~1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.0.3.tgz#0fc67d7c141825de94282dd536bec6b9bce860ab" - dependencies: - safe-buffer "~5.1.0" - -tar-fs@^1.13.2: - version "1.16.0" - resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-1.16.0.tgz#e877a25acbcc51d8c790da1c57c9cf439817b896" - dependencies: - chownr "^1.0.1" - mkdirp "^0.5.1" - pump "^1.0.0" - tar-stream "^1.1.2" - -tar-stream@^1.1.2: - version "1.5.5" - resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-1.5.5.tgz#5cad84779f45c83b1f2508d96b09d88c7218af55" - dependencies: - bl "^1.0.0" - end-of-stream "^1.0.0" - readable-stream "^2.0.0" - xtend "^4.0.0" - -util-deprecate@~1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" +reveal.js@3.9.2: + version "3.9.2" + resolved "https://registry.yarnpkg.com/reveal.js/-/reveal.js-3.9.2.tgz#7f63d3dfec338b6c313dcabdf006e8cf80e0b358" wrappy@1: version "1.0.2" @@ -206,7 +92,3 @@ wrappy@1: xmlhttprequest@1.8.0: version "1.8.0" resolved "https://registry.yarnpkg.com/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz#67fe075c5c24fef39f9d65f5f7b7fe75171968fc" - -xtend@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af"