From 3790410cc91765e06245c69dc73810e6aa02af40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 04:01:44 +0000 Subject: [PATCH] chore(dev-deps): bump eslint-config-oclif from 6.0.114 to 6.0.115 Bumps [eslint-config-oclif](https://github.com/oclif/eslint-config-oclif) from 6.0.114 to 6.0.115. - [Release notes](https://github.com/oclif/eslint-config-oclif/releases) - [Changelog](https://github.com/oclif/eslint-config-oclif/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/eslint-config-oclif/compare/6.0.114...6.0.115) --- updated-dependencies: - dependency-name: eslint-config-oclif dependency-version: 6.0.115 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/yarn.lock b/yarn.lock index 36624670..565a4f0c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -865,7 +865,7 @@ resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0" integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ== -"@eslint/compat@^1.4.0", "@eslint/compat@^1.4.1": +"@eslint/compat@^1.4.1": version "1.4.1" resolved "https://registry.yarnpkg.com/@eslint/compat/-/compat-1.4.1.tgz#81eaabb3e0b080350582c1a8092a2d355fabf03e" integrity sha512-cfO82V9zxxGBxcQDr1lfaYB7wykTa0b00mGa36FrJl7iTFd0Z2cHfEYuxcBRP/iNijCsWsEkA+jzT8hGYmv33w== @@ -3962,11 +3962,11 @@ eslint-config-oclif@^5.2.2: eslint-plugin-unicorn "^48.0.1" eslint-config-oclif@^6: - version "6.0.114" - resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.114.tgz#72cbf5961ae8608b75998aab02ac2e1f2a02291c" - integrity sha512-KBl29BbP9dELCBqiF0fVNXp1tDB97ZWEjW2mXzDWkvvVWdDxdrmCM5nV4PJdnzlaGQ559FwfbUS2rWag4VsvAQ== + version "6.0.115" + resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.115.tgz#e16435e2d4308dd6e3b86cb3f205008d2d95e634" + integrity sha512-WxwiKCzES27wFg2uJQ5uHyCbb6E+50fNf3gz0e4Ie+gplc9qXG42I6Sv7ugUMJOZ6FdJTrYZ0IZFUldMA8MvmQ== dependencies: - "@eslint/compat" "^1.4.0" + "@eslint/compat" "^1.4.1" "@eslint/eslintrc" "^3.3.1" "@eslint/js" "^9.38.0" "@stylistic/eslint-plugin" "^3.1.0"