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 25, 2024
1 parent eeaafa4 commit c2b135d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- 18
- 19
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
2 changes: 1 addition & 1 deletion .github/workflows/documentation-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Notify Netlify
env:
NETLIFY_WEBHOOK_URL: ${{ secrets.NETLIFY_WEBHOOK_URL }}
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@
},
"homepage": "https://github.com/asciidoctor/asciidoctor-cli.js",
"dependencies": {
"yargs": "17.3.1"
"yargs": "17.7.2"
},
"devDependencies": {
"@asciidoctor/core": "~3.0",
"chai": "4.3.7",
"chai": "5.1.1",
"dirty-chai": "2.0.1",
"mocha": "10.2.0",
"sinon": "15.2.0",
"mocha": "10.5.0",
"sinon": "18.0.0",
"standard": "17.1.0"
},
"peerDependencies": {
Expand All @@ -66,6 +66,6 @@
]
},
"volta": {
"node": "18.16.1"
"node": "18.20.3"
}
}

0 comments on commit c2b135d

Please sign in to comment.