From cf9209341176d22a3d95b22afe561ce0099ffc65 Mon Sep 17 00:00:00 2001 From: Guillaume Grossetie Date: Fri, 16 Feb 2024 02:12:10 +0000 Subject: [PATCH] Update all dependencies --- .github/workflows/build.yml | 4 ++-- package.json | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3bcb779..9653e65 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/package.json b/package.json index f2cb86f..0ffa457 100644 --- a/package.json +++ b/package.json @@ -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"