From 143356d982dbfd5b235f5a43e8ee8b3ef6c49ef2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 12:50:05 +0000 Subject: [PATCH] chore(deps): update external major --- .github/workflows/codeql.yml | 8 ++++---- .github/workflows/run-tests.yaml | 4 ++-- package.json | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index fac463a..ecc231a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -38,11 +38,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@v2 + 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. @@ -56,7 +56,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, Go, 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@v2 + uses: github/codeql-action/autobuild@v3 # ℹī¸ Command-line programs to run using the OS shell. # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun @@ -69,6 +69,6 @@ jobs: # ./location_of_script_within_repo/buildscript.sh - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index 8f022e3..55d9041 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -6,9 +6,9 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '14' - run: npm install diff --git a/package.json b/package.json index 57399f4..76ecdb1 100644 --- a/package.json +++ b/package.json @@ -23,15 +23,15 @@ "devDependencies": { "@babel/core": "7.21.0", "@babel/eslint-parser": "7.19.1", - "chai": "4.3.7", - "eslint": "8.35.0", + "chai": "5.1.0", + "eslint": "9.0.0", "eslint-config-airbnb-base": "15.0.0", "eslint-plugin-import": "2.27.5", "@esm-bundle/chai": "4.3.4-fix.0", "@web/test-runner": "0.15.1", "@web/test-runner-commands": "0.6.5", - "sinon": "15.0.1", - "stylelint": "15.2.0", - "stylelint-config-standard": "30.0.1" + "sinon": "17.0.1", + "stylelint": "16.3.1", + "stylelint-config-standard": "36.0.0" } }