Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Jun 29, 2024
1 parent 6f16c36 commit 3e0289f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
- 20
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Node ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
# libgbm-dev is required by Puppeteer 3+
Expand All @@ -44,9 +44,9 @@ jobs:
- 18
- 20
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Node ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,24 @@
},
"license": "MIT",
"devDependencies": {
"@asciidoctor/core": "2.2.6",
"addons-linter": "6.7.0",
"archiver": "5.3.1",
"asciidoctor-kroki": "0.17.0",
"@asciidoctor/core": "3.0.4",
"addons-linter": "6.31.1",
"archiver": "7.0.1",
"asciidoctor-kroki": "0.18.1",
"bestikk-fs": "1.0.0",
"bestikk-log": "0.1.0",
"bulma": "0.9.4",
"chai": "4.3.7",
"chartist": "0.11.4",
"bulma": "1.0.1",
"chai": "5.1.1",
"chartist": "1.3.0",
"csso": "5.0.5",
"dirty-chai": "2.0.1",
"eslint": "8.42.0",
"eslint": "9.6.0",
"font-awesome": "4.7.0",
"mathjax": "3.0.1",
"mocha": "10.2.0",
"puppeteer": "20.5.0",
"sass": "1.63.3",
"sinon": "15.1.0",
"mathjax": "3.2.2",
"mocha": "10.5.2",
"puppeteer": "22.12.1",
"sass": "1.77.6",
"sinon": "18.0.0",
"standard": "17.1.0"
},
"keywords": [
Expand All @@ -56,6 +56,6 @@
"asciidoctor"
],
"volta": {
"node": "18.16.0"
"node": "18.20.3"
}
}

0 comments on commit 3e0289f

Please sign in to comment.