Skip to content

Commit

Permalink
chore(deps-dev): bump eslint-plugin-sonarjs from 3.0.0 to 3.0.1
Browse files Browse the repository at this point in the history
Bumps [eslint-plugin-sonarjs](https://github.com/SonarSource/SonarJS) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/SonarSource/SonarJS/releases)
- [Commits](https://github.com/SonarSource/SonarJS/commits)

---
updated-dependencies:
- dependency-name: eslint-plugin-sonarjs
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 40dd446 commit bb4bfa5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1301,10 +1301,10 @@
"@babel/types" "^7.4.4"
esutils "^2.0.2"

"@babel/preset-react@7.25.9":
version "7.25.9"
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.25.9.tgz#5f473035dc2094bcfdbc7392d0766bd42dce173e"
integrity sha512-D3to0uSPiWE7rBrdIICCd0tJSIGpLaaGptna2+w7Pft5xMqLpA1sz99DK5TZ1TjGbdQ/VI1eCSZ06dv3lT4JOw==
"@babel/preset-react@7.26.3":
version "7.26.3"
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.26.3.tgz#7c5e028d623b4683c1f83a0bd4713b9100560caa"
integrity sha512-Nl03d6T9ky516DGK2YMxrTqvnpUW63TnJMOMonj+Zae0JiPC5BC9xPMSL6L8fiSpA5vP88qfygavVQvnLp+6Cw==
dependencies:
"@babel/helper-plugin-utils" "^7.25.9"
"@babel/helper-validator-option" "^7.25.9"
Expand Down Expand Up @@ -4607,16 +4607,16 @@ eslint-plugin-simple-import-sort@^12.0.0:
integrity sha512-6nuzu4xwQtE3332Uz0to+TxDQYRLTKRESSc2hefVT48Zc8JthmN23Gx9lnYhu0FtkRSL1oxny3kJ2aveVhmOVA==

eslint-plugin-sonarjs@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-3.0.0.tgz#c1b665a35f56d72b61738223026d7a87f5507ccd"
integrity sha512-gUu9m942ddTcLULvwJi2MllOjrsK39VgpA7vaSkZ+oNXbYes4R8DsxOobx+I5gJg2537/h4kWJNkfr/pw7be5w==
version "3.0.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-3.0.1.tgz#ad2e71d261de9a004c5a97f566c007cd4d561d8f"
integrity sha512-RT6VgdPqizbMLmTryIc3fB169hRjvDFlqieSZEEswGtApPb4Dn9BndmN9qyfBV/By0hbseIX8zQWKBz5E7lyiQ==
dependencies:
"@babel/core" "7.26.0"
"@babel/eslint-parser" "7.25.9"
"@babel/plugin-proposal-decorators" "7.25.9"
"@babel/preset-env" "7.26.0"
"@babel/preset-flow" "7.25.9"
"@babel/preset-react" "7.25.9"
"@babel/preset-react" "7.26.3"
"@eslint-community/regexpp" "4.12.1"
builtin-modules "3.3.0"
bytes "3.1.2"
Expand All @@ -4625,7 +4625,7 @@ eslint-plugin-sonarjs@^3.0.0:
minimatch "9.0.5"
scslre "0.3.0"
semver "7.6.3"
typescript "5.7.2"
typescript "^5"

[email protected], eslint-scope@^5.1.1:
version "5.1.1"
Expand Down Expand Up @@ -8168,7 +8168,7 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==

typescript@5.7.2, typescript@^5.6.3:
typescript@^5, typescript@^5.6.3:
version "5.7.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==
Expand Down

0 comments on commit bb4bfa5

Please sign in to comment.