From 4e98bfd00cdf3d2754f960b324927586ee2d532a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 28 Jan 2024 02:09:55 +0000 Subject: [PATCH] :arrow_up: Update all dependencies --- .github/workflows/renovate.yml | 2 +- package.json | 2 +- packages/core/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 253f0c5d2..ccb07ae11 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -10,7 +10,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.1.1 - name: Self-hosted Renovate - uses: renovatebot/github-action@v39.2.4 + uses: renovatebot/github-action@v40.0.2 with: configurationFile: renovate.json token: ${{ secrets.RENOVATE_TOKEN }} diff --git a/package.json b/package.json index 0296801a3..6d9db078a 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "devDependencies": { "bestikk-log": "0.1.0", - "chai": "4.4.0", + "chai": "5.0.3", "dirty-chai": "2.0.1", "downdoc": "^1.0.0-beta.9", "eslint": "^8.10.0", diff --git a/packages/core/package.json b/packages/core/package.json index c73049e86..510d571e0 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -98,7 +98,7 @@ "bestikk-fs": "1.0.0", "bestikk-log": "0.1.0", "bestikk-uglify": "3.0.1", - "chai": "4.4.0", + "chai": "5.0.3", "cross-env": "7.0.3", "dirty-chai": "2.0.1", "documentation": "^14.0.0",