diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index dd00f66..5aeeba2 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -42,7 +42,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v4.34.1 + uses: github/codeql-action/init@v4.35.1 with: languages: ${{ matrix.language }} source-root: src @@ -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@v4.34.1 + uses: github/codeql-action/autobuild@v4.35.1 # â„šī¸ 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@v4.34.1 + uses: github/codeql-action/analyze@v4.35.1 diff --git a/package.json b/package.json index 1fd6516..ccf0b78 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "devDependencies": { "@eslint/compat": "^2.0.3", "@eslint/eslintrc": "^3.3.1", - "@eslint/js": "^9.0.0", + "@eslint/js": "^10.0.0", "@rollup/plugin-commonjs": "^29.0.0", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-typescript": "^12.1.4", @@ -51,7 +51,7 @@ "@typescript-eslint/eslint-plugin": "^8.40.0", "@typescript-eslint/parser": "^8.40.0", "@vercel/ncc": "^0.38.2", - "eslint": "^9.0.0", + "eslint": "^10.0.0", "eslint-plugin-github": "^6.0.0", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jest": "^29.0.0", @@ -64,6 +64,6 @@ "rollup": "^4.48.1", "ts-jest": "^29.4.1", "ts-jest-resolver": "^2.0.1", - "typescript": "~5.9.3" + "typescript": "~6.0.0" } }