Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

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

---
updated-dependencies:
- dependency-name: eslint-config-oclif-typescript
  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 21, 2024
1 parent a22dd3f commit df48668
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"chalk": "^4.1.0",
"eslint": "^8.57.0",
"eslint-config-oclif": "^5.1.2",
"eslint-config-oclif-typescript": "^3.1.4",
"eslint-config-oclif-typescript": "^3.1.5",
"http-call": "^5.2.3",
"markdown-toc": "^1.2.0",
"mocha": "^10.4.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1055,19 +1055,19 @@ escape-string-regexp@^1.0.5:
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=

eslint-config-oclif-typescript@^3.1.4:
version "3.1.4"
resolved "https://registry.yarnpkg.com/eslint-config-oclif-typescript/-/eslint-config-oclif-typescript-3.1.4.tgz#2adb5702ce78487bf3481dbf9dd99c59226d35a9"
integrity sha512-sqqAQEmw++8x5b1OOzly11s6s8nlHiH0mYGgTp5kDpzXztVsqUAvK1eQID7ZEEe5jYAd42MMv4T4LIGoUVF//g==
eslint-config-oclif-typescript@^3.1.5:
version "3.1.5"
resolved "https://registry.yarnpkg.com/eslint-config-oclif-typescript/-/eslint-config-oclif-typescript-3.1.5.tgz#1d3ecc7fda5d7e8b12b9c9d128d170f3082590c0"
integrity sha512-bw6HYbv5UQcfK5knAPemViB+CpbxmAOsnaxtvFAEeOvQM61eVaNKtPyCj1DRgUOBUN7knJ0NBXOqUny+0nwSkQ==
dependencies:
"@typescript-eslint/eslint-plugin" "^6.21.0"
"@typescript-eslint/parser" "^6.21.0"
eslint-config-xo-space "^0.35.0"
eslint-import-resolver-typescript "^3.6.1"
eslint-plugin-import "^2.29.1"
eslint-plugin-mocha "^10.4.1"
eslint-plugin-mocha "^10.4.2"
eslint-plugin-n "^15"
eslint-plugin-perfectionist "^2.8.0"
eslint-plugin-perfectionist "^2.9.0"

eslint-config-oclif@^5.1.2:
version "5.1.2"
Expand Down Expand Up @@ -1153,7 +1153,7 @@ eslint-plugin-import@^2.29.1:
semver "^6.3.1"
tsconfig-paths "^3.15.0"

eslint-plugin-mocha@^10.4.1, eslint-plugin-mocha@^10.4.2:
eslint-plugin-mocha@^10.4.2:
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 All @@ -1176,7 +1176,7 @@ eslint-plugin-n@^15, eslint-plugin-n@^15.1.0:
resolve "^1.22.1"
semver "^7.3.8"

eslint-plugin-perfectionist@^2.8.0:
eslint-plugin-perfectionist@^2.9.0:
version "2.9.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-2.9.0.tgz#f0f48ae37734d0c85f25f2ff117e548c89a30034"
integrity sha512-ipFtDrqtF99qVVo+FE1fo6aHyLLp7hg6PNGfzY5KxQjcl0XCbyEFvjtR1NfkHDTN9rdFeEDxg59LLOv3VOAHAw==
Expand Down

0 comments on commit df48668

Please sign in to comment.