From 3dca05883527c7664023daaedc65e92e51def2ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 12:49:26 +0000 Subject: [PATCH] chore(deps): update all dependencies --- .github/workflows/check.yml | 2 +- .github/workflows/code-analysis.yml | 4 ++-- .github/workflows/code-checks.yml | 14 ++++++------ .github/workflows/config-checks.yml | 2 +- .github/workflows/lint.yml | 2 +- package.json | 34 ++++++++++++++--------------- 6 files changed, 29 insertions(+), 29 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 443da998..e3853f49 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout repository uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Install Node.js - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 + uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 with: cache: npm node-version-file: .nvmrc diff --git a/.github/workflows/code-analysis.yml b/.github/workflows/code-analysis.yml index 46b19678..2524593a 100644 --- a/.github/workflows/code-analysis.yml +++ b/.github/workflows/code-analysis.yml @@ -23,9 +23,9 @@ jobs: - name: Checkout repository uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Initialize CodeQL - uses: github/codeql-action/init@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8 + uses: github/codeql-action/init@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12 with: config-file: ./.github/codeql.yml languages: javascript - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8 + uses: github/codeql-action/analyze@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3.22.12 diff --git a/.github/workflows/code-checks.yml b/.github/workflows/code-checks.yml index af5a875a..6fe23f37 100644 --- a/.github/workflows/code-checks.yml +++ b/.github/workflows/code-checks.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout repository uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Install Node.js - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 + uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 with: node-version-file: .nvmrc cache: npm @@ -144,7 +144,7 @@ jobs: restore-keys: | compiled ${{ matrix.package }} - name: Install Node.js - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 + uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 with: node-version-file: .nvmrc cache: npm @@ -178,7 +178,7 @@ jobs: restore-keys: | compiled ${{ matrix.package }} - name: Install Node.js - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 + uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 with: node-version-file: .nvmrc cache: npm @@ -213,7 +213,7 @@ jobs: restore-keys: | compiled ${{ matrix.package }} - name: Install Node.js - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 + uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 with: node-version-file: .nvmrc cache: npm @@ -255,7 +255,7 @@ jobs: restore-keys: | compiled ${{ matrix.package }} - name: Install Node.js - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 + uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 with: node-version-file: .nvmrc cache: npm @@ -291,7 +291,7 @@ jobs: restore-keys: | compiled all - name: Install Node.js - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 + uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 with: node-version-file: .nvmrc cache: npm @@ -338,7 +338,7 @@ jobs: restore-keys: | mutation incremental ${{ matrix.package }} - name: Install Node.js - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 + uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 with: node-version-file: .nvmrc cache: npm diff --git a/.github/workflows/config-checks.yml b/.github/workflows/config-checks.yml index 2df5482e..1923e000 100644 --- a/.github/workflows/config-checks.yml +++ b/.github/workflows/config-checks.yml @@ -28,7 +28,7 @@ jobs: - name: Checkout repository uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Install Node.js - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 + uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 with: node-version-file: .nvmrc - name: Install Renovate CLI diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 66120398..ae1d2041 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -33,7 +33,7 @@ jobs: if: ${{ github.ref != 'refs/heads/main' }} run: git fetch origin main:main - name: Install Node.js - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 + uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 with: node-version-file: .nvmrc cache: npm diff --git a/package.json b/package.json index 00010df1..3f4a51b6 100644 --- a/package.json +++ b/package.json @@ -29,42 +29,42 @@ "devDependencies": { "@commitlint/config-conventional": "18.4.3", "@istanbuljs/nyc-config-typescript": "1.0.2", - "@stryker-mutator/core": "7.3.0", - "@stryker-mutator/mocha-runner": "7.3.0", - "@stryker-mutator/typescript-checker": "7.3.0", + "@stryker-mutator/core": "8.0.0", + "@stryker-mutator/mocha-runner": "8.0.0", + "@stryker-mutator/typescript-checker": "8.0.0", "@types/chai": "4.3.11", "@types/mocha": "10.0.6", - "@types/node": "20.10.0", + "@types/node": "20.10.5", "@types/sinon": "17.0.2", "@types/sinon-chai": "3.2.12", - "@typescript-eslint/eslint-plugin": "6.13.0", - "@typescript-eslint/parser": "6.13.0", - "chai": "4.3.10", + "@typescript-eslint/eslint-plugin": "6.16.0", + "@typescript-eslint/parser": "6.16.0", + "chai": "5.0.0", "commitlint": "18.4.3", - "eslint": "8.54.0", + "eslint": "8.56.0", "eslint-import-resolver-typescript": "3.6.1", "eslint-plugin-chai-expect": "3.0.0", - "eslint-plugin-import": "2.29.0", - "eslint-plugin-jsdoc": "46.9.0", + "eslint-plugin-import": "2.29.1", + "eslint-plugin-jsdoc": "46.9.1", "eslint-plugin-json": "3.1.0", "eslint-plugin-markdown": "3.0.1", "eslint-plugin-mocha": "10.2.0", - "eslint-plugin-regexp": "2.1.1", - "eslint-plugin-security": "1.7.1", - "eslint-plugin-yml": "1.10.0", - "fast-check": "3.14.0", + "eslint-plugin-regexp": "2.1.2", + "eslint-plugin-security": "2.1.0", + "eslint-plugin-yml": "1.11.0", + "fast-check": "3.15.0", "git-changed-files": "1.0.0", "husky": "8.0.3", "licensee": "10.0.0", - "markdownlint-cli": "0.37.0", + "markdownlint-cli": "0.38.0", "micromatch": "4.0.5", "mocha": "10.2.0", "nyc": "15.1.0", "sinon": "17.0.1", "sinon-chai": "3.7.0", - "ts-node": "10.9.1", + "ts-node": "10.9.2", "tsconfig-paths": "4.2.0", - "typescript": "5.3.2" + "typescript": "5.3.3" }, "workspaces": [ "packages/benchmarking",