Skip to content

Commit 792fe84

Browse files
committed
Update all dependencies
1 parent eeaafa4 commit 792fe84

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Diff for: .github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
- 18
1212
- 19
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- name: Set up Node ${{ matrix.node-version }}
16-
uses: actions/setup-node@v3
16+
uses: actions/setup-node@v4
1717
with:
1818
node-version: ${{ matrix.node-version }}
1919
- name: Install dependencies

Diff for: .github/workflows/documentation-notify.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- name: Notify Netlify
1414
env:
1515
NETLIFY_WEBHOOK_URL: ${{ secrets.NETLIFY_WEBHOOK_URL }}

Diff for: package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@
4747
},
4848
"homepage": "https://github.com/asciidoctor/asciidoctor-cli.js",
4949
"dependencies": {
50-
"yargs": "17.3.1"
50+
"yargs": "17.7.2"
5151
},
5252
"devDependencies": {
5353
"@asciidoctor/core": "~3.0",
54-
"chai": "4.3.7",
54+
"chai": "5.1.1",
5555
"dirty-chai": "2.0.1",
56-
"mocha": "10.2.0",
57-
"sinon": "15.2.0",
56+
"mocha": "10.4.0",
57+
"sinon": "17.0.1",
5858
"standard": "17.1.0"
5959
},
6060
"peerDependencies": {
@@ -66,6 +66,6 @@
6666
]
6767
},
6868
"volta": {
69-
"node": "18.16.1"
69+
"node": "18.20.2"
7070
}
7171
}

0 commit comments

Comments
 (0)