Skip to content

Commit

Permalink
chore(deps-dev): bump eslint-config-oclif from 5.1.0 to 5.1.1 (#599)
Browse files Browse the repository at this point in the history
Bumps [eslint-config-oclif](https://github.com/oclif/eslint-config-oclif) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/oclif/eslint-config-oclif/releases)
- [Changelog](https://github.com/oclif/eslint-config-oclif/blob/main/CHANGELOG.md)
- [Commits](oclif/eslint-config-oclif@5.1.0...5.1.1)

---
updated-dependencies:
- dependency-name: eslint-config-oclif
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 15, 2024
1 parent fe74174 commit 6e092b7
Showing 1 changed file with 10 additions and 15 deletions.
25 changes: 10 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4385,12 +4385,12 @@ escodegen@^2.1.0:
source-map "~0.6.1"

eslint-config-oclif@^5.1:
version "5.1.0"
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-5.1.0.tgz#c70b63a68f5a897f71ab277ecd99c79e0d60d692"
integrity sha512-T4pFAFV9g1hy797f817bzkBeQB0R9j3AShrI0ohfVecHU54GrzzOTFufh0Ex8bwb89un/NlF8TE5RTiy8SKURQ==
version "5.1.1"
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-5.1.1.tgz#012e9db4091336ede08b1d8c58540a8627887a7b"
integrity sha512-cyvKKwNnNkrYmumgrd72I8WxXJBL2DDI8fX2/wX5v4O0kl7Poj2ceR4ylP6DWXpCbD48+qXGwjIjiz2cVVVrzQ==
dependencies:
eslint-config-xo-space "^0.35.0"
eslint-plugin-mocha "^10.3.0"
eslint-plugin-mocha "^10.4.1"
eslint-plugin-n "^15.1.0"
eslint-plugin-unicorn "^48.0.1"

Expand Down Expand Up @@ -4506,13 +4506,13 @@ eslint-plugin-jsdoc@^46.10.1:
semver "^7.5.4"
spdx-expression-parse "^4.0.0"

eslint-plugin-mocha@^10.3.0:
version "10.4.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-10.4.0.tgz#0d72dab0597e572ff5292ca1591218a082048d15"
integrity sha512-L1JdiKc9UE9S1i55MciDXAuyC39/OMWwjeDg0nBOOc2dXPCd2iaboyu1Qlykek78jo/BM96KFsgY6cmKDR2UYg==
eslint-plugin-mocha@^10.4.1:
version "10.4.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-10.4.1.tgz#7975a3dbb0de80a5f3ea69c30f6f1f1c931f8800"
integrity sha512-G85ALUgKaLzuEuHhoW3HVRgPTmia6njQC3qCG6CEvA8/Ja9PDZnRZOuzekMki+HaViEQXINuYsmhp5WR5/4MfA==
dependencies:
eslint-utils "^3.0.0"
globals "^14.0.0"
globals "^13.24.0"
rambda "^7.4.0"

eslint-plugin-n@^15.1.0:
Expand Down Expand Up @@ -5266,18 +5266,13 @@ globals@^11.1.0:
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==

globals@^13.19.0:
globals@^13.19.0, globals@^13.24.0:
version "13.24.0"
resolved "https://registry.yarnpkg.com/globals/-/globals-13.24.0.tgz#8432a19d78ce0c1e833949c36adb345400bb1171"
integrity sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==
dependencies:
type-fest "^0.20.2"

globals@^14.0.0:
version "14.0.0"
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==

globalthis@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.3.tgz#5852882a52b80dc301b0660273e1ed082f0b6ccf"
Expand Down

0 comments on commit 6e092b7

Please sign in to comment.