Bump @eslint/eslintrc from 3.2.0 to 3.3.6 in /js - #195
Conversation
Bumps [@eslint/eslintrc](https://github.com/eslint/eslintrc) from 3.2.0 to 3.3.6. - [Release notes](https://github.com/eslint/eslintrc/releases) - [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md) - [Commits](eslint/eslintrc@v3.2.0...eslintrc-v3.3.6) --- updated-dependencies: - dependency-name: "@eslint/eslintrc" dependency-version: 3.3.6 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.
TIP This summary will be updated as you push new changes.
There was a problem hiding this comment.
Pull Request Overview
The update to @eslint/eslintrc is correctly implemented. However, the analysis of js/pnpm-lock.yaml identified four security vulnerabilities that should be addressed before merging, as they introduce significant risk to the application. Most critical is a Remote Code Execution (RCE) vulnerability in simple-git (CVE-2026-6951). Additionally, vulnerabilities related to out-of-bounds writes, path traversal, and open redirects were found in uuid, i18next-http-backend, and react-router. Although Codacy identifies the PR as up to standards, these security flaws represent mandatory fixes.
4 comments outside of the diff
js/pnpm-lock.yaml
line 310🔴 HIGH RISK
A Remote Code Execution (RCE) vulnerability (CVE-2026-6951) was detected in simple-git@3.27.0. This is a critical security risk where an attacker could execute arbitrary commands through crafted git operations. Update simple-git to version 3.36.0 or later.
line 467🟡 MEDIUM RISK
The dependency uuid@11.0.5 is vulnerable to an out-of-bounds write (CVE-2026-41907). This flaw can potentially be exploited to impact data integrity. Update uuid to version 11.1.1.
line 95🟡 MEDIUM RISK
i18next-http-backend@3.0.2 is vulnerable to Path Traversal and URL Injection (CVE-2026-41691) via unsanitised lng/ns parameters. Update i18next-http-backend to version 3.0.5.
line 116🟡 MEDIUM RISK
react-router@6.29.0 contains an open redirect vulnerability (CVE-2026-40181) via specially crafted URLs. Update react-router-dom to version 6.30.4 or later.
Test suggestions
- Verify that ESLint still successfully loads configurations and executes linting after the @eslint/eslintrc upgrade
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that ESLint still successfully loads configurations and executes linting after the @eslint/eslintrc upgrade
TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback
Bumps @eslint/eslintrc from 3.2.0 to 3.3.6.
Release notes
Sourced from @eslint/eslintrc's releases.
... (truncated)
Changelog
Sourced from @eslint/eslintrc's changelog.
Commits
b433a22chore: release 3.3.6 🚀 (#236)0c5de74fix: updatejs-yamlto 4.3.0 to address security vulnerability (#235)94837a4docs: Update README sponsorsdbae1a1docs: Update README sponsors19fe72adocs: Update README sponsors92ebd17docs: Update README sponsors3ba4c8cci: add Node.js 26 to CI (#231)f8d268adocs: Update README sponsors6e20867docs: Update README sponsors6d722b6docs: Update README sponsorsMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@eslint/eslintrcsince your current version.You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)