From 022b3f946870db79841422701e8852c9486e2c39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 18:33:32 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 4.10.5 to 4.11.3 Bumps [@oclif/core](https://github.com/oclif/core) from 4.10.5 to 4.11.3. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/core/compare/4.10.5...4.11.3) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-version: 4.11.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 67 ++++++++++++++++++++++++++++---------------------- 2 files changed, 38 insertions(+), 31 deletions(-) diff --git a/package.json b/package.json index 6c74918..2799043 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@clack/prompts": "^0.10.0", "@directus/sdk": "21.2.2", "@inquirer/prompts": "^8.4.1", - "@oclif/core": "^4.10.5", + "@oclif/core": "^4.11.3", "@oclif/plugin-help": "^6.2.44", "@oclif/plugin-plugins": "^5.4.61", "@octokit/rest": "^22.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 08c6448..b81824e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,8 +18,8 @@ importers: specifier: ^8.4.1 version: 8.4.1(@types/node@25.6.0) '@oclif/core': - specifier: ^4.10.5 - version: 4.10.5 + specifier: ^4.11.3 + version: 4.11.3 '@oclif/plugin-help': specifier: ^6.2.44 version: 6.2.44 @@ -80,7 +80,7 @@ importers: version: 0.2.1 '@oclif/test': specifier: ^4.1.18 - version: 4.1.18(@oclif/core@4.10.5) + version: 4.1.18(@oclif/core@4.11.3) '@types/chai': specifier: ^5.2.3 version: 5.2.3 @@ -805,8 +805,8 @@ packages: resolution: {integrity: sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==} engines: {node: '>=12.4.0'} - '@oclif/core@4.10.5': - resolution: {integrity: sha512-qcdCF7NrdWPfme6Kr34wwljRCXbCVpL1WVxiNy0Ep6vbWKjxAjFQwuhqkoyL0yjI+KdwtLcOCGn5z2yzdijc8w==} + '@oclif/core@4.11.3': + resolution: {integrity: sha512-gQCSYAtUhJilGKaSaZhqejH9X1dDu+jWQjLmtGOgN/XcKaAEPPSeT2mu1UvlvtPox1/NNRdlBcUa8KRKo2HnJQ==} engines: {node: '>=18.0.0'} '@oclif/core@4.9.0': @@ -1538,8 +1538,8 @@ packages: brace-expansion@2.1.0: resolution: {integrity: sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==} - brace-expansion@5.0.5: - resolution: {integrity: sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==} + brace-expansion@5.0.6: + resolution: {integrity: sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==} engines: {node: 18 || 20 || >=22} braces@3.0.3: @@ -3271,6 +3271,11 @@ packages: engines: {node: '>=10'} hasBin: true + semver@7.8.0: + resolution: {integrity: sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==} + engines: {node: '>=10'} + hasBin: true + sentence-case@3.0.4: resolution: {integrity: sha512-8LS0JInaQMCRoQ7YUytAo/xUu5W2XnQxV2HI/6uM6U7CITS1RqPElr30V6uIqyMKM9lJGRVFy5/4CuzcixNYSg==} @@ -4771,7 +4776,7 @@ snapshots: '@nolyfill/is-core-module@1.0.39': {} - '@oclif/core@4.10.5': + '@oclif/core@4.11.3': dependencies: ansi-escapes: 4.3.2 ansis: 3.17.0 @@ -4784,7 +4789,7 @@ snapshots: is-wsl: 2.2.0 lilconfig: 3.1.3 minimatch: 10.2.5 - semver: 7.7.4 + semver: 7.8.0 string-width: 4.2.3 supports-color: 8.1.1 tinyglobby: 0.2.16 @@ -4815,12 +4820,12 @@ snapshots: '@oclif/plugin-help@6.2.44': dependencies: - '@oclif/core': 4.10.5 + '@oclif/core': 4.11.3 '@oclif/plugin-not-found@3.2.80(@types/node@25.6.0)': dependencies: '@inquirer/prompts': 7.10.1(@types/node@25.6.0) - '@oclif/core': 4.10.5 + '@oclif/core': 4.11.3 ansis: 3.17.0 fast-levenshtein: 3.0.0 transitivePeerDependencies: @@ -4828,7 +4833,7 @@ snapshots: '@oclif/plugin-plugins@5.4.61': dependencies: - '@oclif/core': 4.10.5 + '@oclif/core': 4.11.3 ansis: 3.17.0 debug: 4.4.3(supports-color@8.1.1) npm: 10.9.8 @@ -4844,7 +4849,7 @@ snapshots: '@oclif/plugin-warn-if-update-available@3.1.60': dependencies: - '@oclif/core': 4.10.5 + '@oclif/core': 4.11.3 ansis: 3.17.0 debug: 4.4.3(supports-color@8.1.1) http-call: 5.3.0 @@ -4855,9 +4860,9 @@ snapshots: '@oclif/prettier-config@0.2.1': {} - '@oclif/test@4.1.18(@oclif/core@4.10.5)': + '@oclif/test@4.1.18(@oclif/core@4.11.3)': dependencies: - '@oclif/core': 4.10.5 + '@oclif/core': 4.11.3 ansis: 3.17.0 debug: 4.4.3(supports-color@8.1.1) transitivePeerDependencies: @@ -5492,7 +5497,7 @@ snapshots: '@typescript-eslint/visitor-keys': 8.58.2 debug: 4.4.3(supports-color@8.1.1) minimatch: 10.2.5 - semver: 7.7.4 + semver: 7.8.0 tinyglobby: 0.2.16 ts-api-utils: 2.5.0(typescript@6.0.3) typescript: 6.0.3 @@ -5702,7 +5707,7 @@ snapshots: dependencies: balanced-match: 1.0.2 - brace-expansion@5.0.5: + brace-expansion@5.0.6: dependencies: balanced-match: 4.0.4 @@ -5724,7 +5729,7 @@ snapshots: builtins@5.1.0: dependencies: - semver: 7.7.4 + semver: 7.8.0 cacheable-lookup@7.0.0: {} @@ -6084,7 +6089,7 @@ snapshots: eslint-compat-utils@0.5.1(eslint@10.2.1): dependencies: eslint: 10.2.1 - semver: 7.7.4 + semver: 7.8.0 eslint-config-oclif@5.2.2(eslint@10.2.1): dependencies: @@ -6107,7 +6112,7 @@ snapshots: eslint-config-xo: 0.49.0(eslint@10.2.1) eslint-config-xo-space: 0.35.0(eslint@10.2.1) eslint-import-resolver-typescript: 3.10.1(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.58.2(eslint@10.2.1)(typescript@6.0.3))(eslint@10.2.1))(eslint@10.2.1) - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.58.2(eslint@10.2.1)(typescript@6.0.3))(eslint-import-resolver-typescript@3.10.1(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.58.2(eslint@10.2.1)(typescript@6.0.3))(eslint@10.2.1))(eslint@10.2.1))(eslint@10.2.1) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.58.2(eslint@10.2.1)(typescript@6.0.3))(eslint-import-resolver-typescript@3.10.1)(eslint@10.2.1) eslint-plugin-jsdoc: 50.8.0(eslint@10.2.1) eslint-plugin-mocha: 10.5.0(eslint@10.2.1) eslint-plugin-n: 17.24.0(eslint@10.2.1)(typescript@6.0.3) @@ -6163,7 +6168,7 @@ snapshots: tinyglobby: 0.2.16 unrs-resolver: 1.11.1 optionalDependencies: - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.58.2(eslint@10.2.1)(typescript@6.0.3))(eslint-import-resolver-typescript@3.10.1(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.58.2(eslint@10.2.1)(typescript@6.0.3))(eslint@10.2.1))(eslint@10.2.1))(eslint@10.2.1) + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.58.2(eslint@10.2.1)(typescript@6.0.3))(eslint-import-resolver-typescript@3.10.1)(eslint@10.2.1) transitivePeerDependencies: - supports-color @@ -6191,7 +6196,7 @@ snapshots: eslint-utils: 2.1.0 regexpp: 3.2.0 - eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.58.2(eslint@10.2.1)(typescript@6.0.3))(eslint-import-resolver-typescript@3.10.1(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.58.2(eslint@10.2.1)(typescript@6.0.3))(eslint@10.2.1))(eslint@10.2.1))(eslint@10.2.1): + eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.58.2(eslint@10.2.1)(typescript@6.0.3))(eslint-import-resolver-typescript@3.10.1)(eslint@10.2.1): dependencies: '@rtsao/scc': 1.1.0 array-includes: 3.1.9 @@ -6231,7 +6236,7 @@ snapshots: espree: 10.4.0 esquery: 1.7.0 parse-imports-exports: 0.2.4 - semver: 7.7.4 + semver: 7.8.0 spdx-expression-parse: 4.0.0 transitivePeerDependencies: - supports-color @@ -6253,7 +6258,7 @@ snapshots: is-core-module: 2.16.1 minimatch: 3.1.5 resolve: 1.22.12 - semver: 7.7.4 + semver: 7.8.0 eslint-plugin-n@17.24.0(eslint@10.2.1)(typescript@6.0.3): dependencies: @@ -6265,7 +6270,7 @@ snapshots: globals: 15.15.0 globrex: 0.1.2 ignore: 5.3.2 - semver: 7.7.4 + semver: 7.8.0 ts-declaration-location: 1.0.7(typescript@6.0.3) transitivePeerDependencies: - typescript @@ -6296,7 +6301,7 @@ snapshots: read-pkg-up: 7.0.1 regexp-tree: 0.1.27 regjsparser: 0.10.0 - semver: 7.7.4 + semver: 7.8.0 strip-indent: 3.0.0 eslint-plugin-unicorn@56.0.1(eslint@10.2.1): @@ -6316,7 +6321,7 @@ snapshots: read-pkg-up: 7.0.1 regexp-tree: 0.1.27 regjsparser: 0.10.0 - semver: 7.7.4 + semver: 7.8.0 strip-indent: 3.0.0 eslint-scope@9.1.2: @@ -6782,7 +6787,7 @@ snapshots: is-bun-module@2.0.0: dependencies: - semver: 7.7.4 + semver: 7.8.0 is-callable@1.2.7: {} @@ -7038,7 +7043,7 @@ snapshots: minimatch@10.2.5: dependencies: - brace-expansion: 5.0.5 + brace-expansion: 5.0.6 minimatch@3.1.5: dependencies: @@ -7131,7 +7136,7 @@ snapshots: dependencies: hosted-git-info: 7.0.2 proc-log: 4.2.0 - semver: 7.7.4 + semver: 7.8.0 validate-npm-package-name: 5.0.1 npm-run-path@2.0.2: @@ -7510,6 +7515,8 @@ snapshots: semver@7.7.4: {} + semver@7.8.0: {} + sentence-case@3.0.4: dependencies: no-case: 3.0.4