Skip to content

Commit 6ed6ae1

Browse files
committed
Update all dependencies
1 parent 0acf391 commit 6ed6ae1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
- 18
2020
runs-on: ${{ matrix.os }}
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
- name: Set up Node ${{ matrix.node-version }}
24-
uses: actions/setup-node@v3
24+
uses: actions/setup-node@v4
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
- name: Install dependencies

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@
4747
"bestikk-download": "1.0.0",
4848
"bestikk-fs": "1.0.0",
4949
"bestikk-log": "0.1.0",
50-
"chai": "~4.3",
50+
"chai": "~5.2.0",
5151
"dirty-chai": "2.0.1",
52-
"mocha": "~10.2",
52+
"mocha": "~11.1.0",
5353
"mock-http-server": "1.4.5",
5454
"opal-compiler": "3.0.0",
5555
"portfinder": "1.0.32",
56-
"puppeteer": "~23.2",
57-
"rollup": "3.21.6",
58-
"standard": "~17.0"
56+
"puppeteer": "~24.2.0",
57+
"rollup": "4.34.8",
58+
"standard": "~17.1.0"
5959
},
6060
"peerDependencies": {
6161
"@asciidoctor/core": ">= 3.0 < 4.0"

0 commit comments

Comments
 (0)