diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index 58610a9..5cf13a7 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -33,6 +33,8 @@ jobs: - name: Run ESLint with annotations uses: reviewdog/action-eslint@v1 + env: + ESLINT_USE_FLAT_CONFIG: 'false' with: reporter: github-pr-review eslint_flags: 'src/ server/ --ext .js,.jsx,.ts,.tsx' diff --git a/package-lock.json b/package-lock.json index 76fbd8d..759ff06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "dotenv": "^16.3.1", "express": "^4.18.2", "mongodb": "^6.3.0", - "mysql2": "^3.6.5", + "mysql2": "^3.16.0", "node-pty": "^1.1.0", "pg": "^8.11.3", "react": "^18.2.0", @@ -8399,9 +8399,9 @@ "license": "MIT" }, "node_modules/mysql2": { - "version": "3.15.3", - "resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.15.3.tgz", - "integrity": "sha512-FBrGau0IXmuqg4haEZRBfHNWB5mUARw6hNwPDXXGg0XzVJ50mr/9hb267lvpVMnhZ1FON3qNd4Xfcez1rbFwSg==", + "version": "3.16.0", + "resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.16.0.tgz", + "integrity": "sha512-AEGW7QLLSuSnjCS4pk3EIqOmogegmze9h8EyrndavUQnIUcfkVal/sK7QznE+a3bc6rzPbAiui9Jcb+96tPwYA==", "license": "MIT", "dependencies": { "aws-ssl-profiles": "^1.1.1", diff --git a/package.json b/package.json index 004fe85..ccad12b 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "dotenv": "^16.3.1", "express": "^4.18.2", "mongodb": "^6.3.0", - "mysql2": "^3.6.5", + "mysql2": "^3.16.0", "node-pty": "^1.1.0", "pg": "^8.11.3", "react": "^18.2.0",