diff --git a/package-lock.json b/package-lock.json index a310576..d9c0ab5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4,6 +4,14 @@ "lockfileVersion": 1, "requires": true, "dependencies": { + "@asciidoctor/cli": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@asciidoctor/cli/-/cli-3.4.0.tgz", + "integrity": "sha512-jOtxA0I6zB+6z+GGwm9+xhlmGTqCTkFPE902L6fauFlE6v7LxjhLYNxvjDVyn0zMrFLybvoSRcAnM3DcticNoQ==", + "requires": { + "yargs": "15.3.1" + } + }, "@asciidoctor/core": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/@asciidoctor/core/-/core-2.2.0.tgz", @@ -14,22 +22,12 @@ } }, "@asciidoctor/reveal.js": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@asciidoctor/reveal.js/-/reveal.js-4.0.1.tgz", - "integrity": "sha512-LEVNtVDdgVbCqkq0+pmvyaF9ROuvPUVFS84V+UM1SbDnTdqCTio/Oj/k2C7alTANDedIMklxuZGKk38bhJGwoA==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@asciidoctor/reveal.js/-/reveal.js-4.1.0.tgz", + "integrity": "sha512-9Rge1U1Dq0HC3nfpFEMIfFAKU37ulDT0+VQFYUEkmvNJUNIwh+9cW+UztdGc9/nr9xqKAzH/BiUNTy+//m4lhg==", "requires": { "@asciidoctor/cli": "^3.1.0", "reveal.js": "3.9.2" - }, - "dependencies": { - "@asciidoctor/cli": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@asciidoctor/cli/-/cli-3.4.0.tgz", - "integrity": "sha512-jOtxA0I6zB+6z+GGwm9+xhlmGTqCTkFPE902L6fauFlE6v7LxjhLYNxvjDVyn0zMrFLybvoSRcAnM3DcticNoQ==", - "requires": { - "yargs": "15.3.1" - } - } } }, "@types/color-name": { diff --git a/package.json b/package.json index b5bdcbe..2bd284f 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/feelpp/github#readme", "dependencies": { - "@asciidoctor/reveal.js": "^4.0.1", + "@asciidoctor/reveal.js": "^4.1.0", "asciidoctor": "^2.2.0", "node-srv": "^3.0.2" }