From 145f507f9f767ade58d9c8079b458c690cc505c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 20:58:12 +0000 Subject: [PATCH] Update all dependencies --- .github/workflows/ci.yml | 4 +-- .github/workflows/codeql-analysis.yml | 8 +++--- .github/workflows/publish.yml | 10 +++---- package.json | 38 +++++++++++++-------------- 4 files changed, 30 insertions(+), 30 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cdc0409..d6e6276 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,9 +25,9 @@ jobs: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - run: npm ci diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 03d1155..867f932 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -39,11 +39,11 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v1 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -54,7 +54,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@v1 + uses: github/codeql-action/autobuild@v3 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -68,4 +68,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 + uses: github/codeql-action/analyze@v3 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e79197a..180a455 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,14 +11,14 @@ jobs: matrix: node-version: [12.x] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - name: Cache node_modules id: cache-modules - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: node_modules key: ${{ matrix.node-version }}-${{ runner.OS }}-build-${{ hashFiles('package.json') }} @@ -33,10 +33,10 @@ jobs: runs-on: ubuntu-latest if: github.event_name == 'push' && ( github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' ) steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Cache node_modules id: cache-modules - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: node_modules key: 12.x-${{ runner.OS }}-build-${{ hashFiles('package.json') }} diff --git a/package.json b/package.json index ae03681..b1393f0 100644 --- a/package.json +++ b/package.json @@ -38,27 +38,27 @@ "request": "2.88.2" }, "devDependencies": { - "@types/chai": "4.3.0", - "@types/mocha": "9.1.0", - "@types/mock-fs": "4.13.1", - "@types/node": "16.11.26", - "@types/sinon": "10.0.11", - "@typescript-eslint/eslint-plugin": "5.14.0", - "@typescript-eslint/parser": "5.14.0", - "audit-ci": "5.1.2", - "chai": "4.3.6", - "eslint": "8.11.0", + "@types/chai": "5.0.1", + "@types/mocha": "10.0.10", + "@types/mock-fs": "4.13.4", + "@types/node": "22.10.1", + "@types/sinon": "17.0.3", + "@typescript-eslint/eslint-plugin": "8.18.0", + "@typescript-eslint/parser": "8.18.0", + "audit-ci": "7.1.0", + "chai": "5.1.2", + "eslint": "9.16.0", "eslint-config-airbnb-base": "15.0.0", - "eslint-import-resolver-typescript": "2.5.0", - "eslint-plugin-import": "2.25.4", - "eslint-plugin-jsdoc": "38.0.2", - "eslint-plugin-mocha": "10.0.3", - "eslint-plugin-sonarjs": "0.12.0", + "eslint-import-resolver-typescript": "3.7.0", + "eslint-plugin-import": "2.31.0", + "eslint-plugin-jsdoc": "50.6.0", + "eslint-plugin-mocha": "10.5.0", + "eslint-plugin-sonarjs": "3.0.1", "install": "0.13.0", - "nyc": "15.1.0", - "sinon": "13.0.1", + "nyc": "17.1.0", + "sinon": "19.0.2", "source-map-support": "0.5.21", - "ts-node": "10.7.0", - "typescript": "4.6.2" + "ts-node": "10.9.2", + "typescript": "5.7.2" } } \ No newline at end of file