Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Feb 16, 2024
1 parent d9f7ed2 commit cf92093
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
- 18
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 }}
- name: Install dependencies
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@
"bestikk-download": "1.0.0",
"bestikk-fs": "1.0.0",
"bestikk-log": "0.1.0",
"chai": "~4.3",
"chai": "~5.1.0",
"dirty-chai": "2.0.1",
"mocha": "~10.2",
"mocha": "~10.3.0",
"mock-http-server": "1.4.5",
"opal-compiler": "3.0.0",
"portfinder": "1.0.32",
"puppeteer": "^13.0.0",
"rollup": "3.21.6",
"standard": "~17.0"
"puppeteer": "^22.0.0",
"rollup": "4.11.0",
"standard": "~17.1.0"
},
"peerDependencies": {
"@asciidoctor/core": ">= 3.0 < 4.0"
Expand Down

0 comments on commit cf92093

Please sign in to comment.