Skip to content

Commit

Permalink
chore(dev-deps): bump eslint-config-oclif from 5.1.2 to 5.1.3
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.2 to 5.1.3.
- [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.2...5.1.3)

---
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>
  • Loading branch information
dependabot[bot] committed Apr 27, 2024
1 parent d40f036 commit 2a4ee9b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -17,7 +17,7 @@
"chai": "^4.4.1",
"commitlint": "^18",
"eslint": "^8.57.0",
"eslint-config-oclif": "^5.1.2",
"eslint-config-oclif": "^5.1.3",
"eslint-config-oclif-typescript": "^3.1.5",
"eslint-config-prettier": "^9.1.0",
"husky": "^9",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Expand Up @@ -3129,13 +3129,13 @@ eslint-config-oclif-typescript@^3.1.5:
eslint-plugin-n "^15"
eslint-plugin-perfectionist "^2.9.0"

eslint-config-oclif@^5.1.2:
version "5.1.2"
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-5.1.2.tgz#f05810798329e6aa2aa0c10fdba1add0a79ba164"
integrity sha512-rtS1qwKpTlmt/3yX+2a5GpAoNkUe5/CL3KUCqpzi0TNoxZwq25F1MJIMZS3AzHRK+F2XMwGnA5oL6X3koCwbkA==
eslint-config-oclif@^5.1.3:
version "5.1.3"
resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-5.1.3.tgz#4d569c80c1b7fb8af5cad77e60acd9b53ac96ab4"
integrity sha512-Yf4VYDoaebYaBYZdYmEXP0xDIzppMvkG1cPtkum6rFtUhY9qdvsOGS3ijW6Q4ao5ochQLdvTEgXYGPkAQo7Fug==
dependencies:
eslint-config-xo-space "^0.35.0"
eslint-plugin-mocha "^10.4.2"
eslint-plugin-mocha "^10.4.3"
eslint-plugin-n "^15.1.0"
eslint-plugin-unicorn "^48.0.1"

Expand Down Expand Up @@ -3218,7 +3218,7 @@ eslint-plugin-import@^2.29.1:
semver "^6.3.1"
tsconfig-paths "^3.15.0"

eslint-plugin-mocha@^10.4.2:
eslint-plugin-mocha@^10.4.2, eslint-plugin-mocha@^10.4.3:
version "10.4.3"
resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-10.4.3.tgz#bf641379d9f1c7d6a84646a3fc1a0baa50da8bfd"
integrity sha512-emc4TVjq5Ht0/upR+psftuz6IBG5q279p+1dSRDeHf+NS9aaerBi3lXKo1SEzwC29hFIW21gO89CEWSvRsi8IQ==
Expand Down

0 comments on commit 2a4ee9b

Please sign in to comment.