From 0d95cce83c334a9633d8d77159d2a72cbe5abcfd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 3 Jun 2024 02:15:32 +0000 Subject: [PATCH] :arrow_up: Update all dependencies --- .github/workflows/renovate.yml | 2 +- package.json | 6 +++--- packages/core/package.json | 12 ++++++------ 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 253f0c5d2..059419a91 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.1.11 with: configurationFile: renovate.json token: ${{ secrets.RENOVATE_TOKEN }} diff --git a/package.json b/package.json index dd84f8e46..1cf1d3a91 100644 --- a/package.json +++ b/package.json @@ -12,15 +12,15 @@ }, "devDependencies": { "bestikk-log": "0.1.0", - "chai": "4.4.1", + "chai": "5.1.1", "dirty-chai": "2.0.1", "downdoc": "^1.0.0-beta.9", - "eslint": "^8.10.0", + "eslint": "^9.0.0", "eslint-config-standard": "^17.0.0-1", "libnpmpublish": "4.0.2", "mocha": "10.3.0", "pacote": "^12.0.2", "semver": "^7.3.8", - "sinon": "17.0.1" + "sinon": "18.0.0" } } diff --git a/packages/core/package.json b/packages/core/package.json index 9f3497e26..32d9322f8 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -92,19 +92,19 @@ "@rollup/plugin-replace": "5.0.5", "@types/node": "20.11.17", "@types/nunjucks": "3.2.6", - "@typescript-eslint/eslint-plugin": "6.21.0", - "@typescript-eslint/parser": "6.21.0", + "@typescript-eslint/eslint-plugin": "7.11.0", + "@typescript-eslint/parser": "7.11.0", "bestikk-download": "1.0.0", "bestikk-fs": "1.0.0", "bestikk-log": "0.1.0", "bestikk-uglify": "3.0.1", - "chai": "4.4.1", + "chai": "5.1.1", "cross-env": "7.0.3", "dirty-chai": "2.0.1", "documentation": "^14.0.0", "dot": "1.1.3", "ejs": "3.1.9", - "eslint": "8.56.0", + "eslint": "9.4.0", "handlebars": "4.7.8", "http-server": "14.1.1", "mocha": "10.3.0", @@ -114,10 +114,10 @@ "opal-compiler": "3.0.0", "portfinder": "1.0.32", "pug": "3.0.2", - "puppeteer": "21.11.0", + "puppeteer": "22.10.0", "rollup": "~4.10.0", "rollup-plugin-dts": "^6.1.0", - "sinon": "17.0.1", + "sinon": "18.0.0", "standard": "17.1.0", "tsd": "0.30.4", "typescript": "5.3.3"