Skip to content

Commit

Permalink
Update Node dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Dec 29, 2023
1 parent 3fe542a commit 9551b71
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,25 +48,25 @@
},
"homepage": "https://github.com/Mogztter/asciidoctor-web-pdf#readme",
"dependencies": {
"@asciidoctor/cli": "~3.5",
"@fortawesome/fontawesome-svg-core": "6.2.1",
"@fortawesome/free-brands-svg-icons": "6.2.1",
"@fortawesome/free-regular-svg-icons": "6.2.1",
"@fortawesome/free-solid-svg-icons": "6.2.1",
"@asciidoctor/cli": "~4.0.0",
"@fortawesome/fontawesome-svg-core": "6.5.1",
"@fortawesome/free-brands-svg-icons": "6.5.1",
"@fortawesome/free-regular-svg-icons": "6.5.1",
"@fortawesome/free-solid-svg-icons": "6.5.1",
"@ggrossetie/pagedjs": "0.2.0-next.1623590414",
"chokidar": "~3.5",
"file-url": "~3.0",
"fs-extra": "~11.1.0",
"html-entities": "~2.3",
"fs-extra": "~11.2.0",
"html-entities": "~2.4.0",
"mathjax": "3.2.2",
"pdf-lib": "~1.17",
"puppeteer": "15.4.0",
"yargs": "17.6.2"
"yargs": "17.7.2"
},
"devDependencies": {
"@asciidoctor/core": "~2.2",
"archiver": "~5.3.0",
"chai": "~4.3",
"@asciidoctor/core": "~3.0.0",
"archiver": "~6.0.0",
"chai": "~5.0.0",
"cheerio": "~1.0.0-rc.3",
"dirty-chai": "~2.0",
"libnpmpublish": "~4.0",
Expand All @@ -75,11 +75,11 @@
"pacote": "~12.0",
"pixelmatch": "~5.3.0",
"pkg": "~5.8",
"rimraf": "~4.1.0",
"sinon": "~15.0.0",
"standard": "~17.0.0"
"rimraf": "~5.0.0",
"sinon": "~17.0.0",
"standard": "~17.1.0"
},
"peerDependencies": {
"@asciidoctor/core": "~2.2"
"@asciidoctor/core": "~3.0.0"
}
}

0 comments on commit 9551b71

Please sign in to comment.