Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade dependencies #578

Closed
wants to merge 173 commits into from
Closed

Upgrade dependencies #578

wants to merge 173 commits into from

Commits on Jul 1, 2021

  1. Configuration menu
    Copy the full SHA
    d7ebb19 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Adapt Readme to version 2.1.1

    Add information about `diff` command, that are displayed
    with `bump --help` for version 2.1.1
    Polo2 committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    8e3c403 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2021

  1. build(deps-dev): bump @types/debug from 4.1.6 to 4.1.7

    Bumps [@types/debug](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/debug) from 4.1.6 to 4.1.7.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/debug)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/debug"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 28, 2021
    Configuration menu
    Copy the full SHA
    e71ada5 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. WIP: trying to migrate to full @oclif/core package

    Somehow there are some breaking stuff even though the migration guide
    says it should be straight forward:
    https://github.com/oclif/core/blob/main/MIGRATION.md#update-your-bin-scirpts
    
    🤷
    paulRbr committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    c46b0b8 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Configuration menu
    Copy the full SHA
    3c37601 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. fix: make sure to send posix-style paths to Bump servers

    As a followup to #360, we need to send only posix style paths to our
    servers as that's how we handle references internally.
    
    The fix in #360 was useful to read filesystem on windows machine (for
    external references) but was not enough to make sure references in
    parent or child directory work correctly.
    
    Completely fixes #361
    paulRbr committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    daf50d3 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. build(deps-dev): bump sinon from 11.1.1 to 15.0.1

    Bumps [sinon](https://github.com/sinonjs/sinon) from 11.1.1 to 15.0.1.
    - [Release notes](https://github.com/sinonjs/sinon/releases)
    - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
    - [Commits](sinonjs/sinon@v11.1.1...v15.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: sinon
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    0d26850 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. build(deps): bump tslib from 2.3.0 to 2.5.0

    Bumps [tslib](https://github.com/Microsoft/tslib) from 2.3.0 to 2.5.0.
    - [Release notes](https://github.com/Microsoft/tslib/releases)
    - [Commits](microsoft/tslib@2.3.0...2.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: tslib
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    710c56e View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. build(deps-dev): bump prettier from 2.3.2 to 2.8.4

    Bumps [prettier](https://github.com/prettier/prettier) from 2.3.2 to 2.8.4.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.3.2...2.8.4)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    5c11bc8 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Adapt Readme file with version 2.5.0

    This commit adapts text from README,
    to be compliant with content returned by running `bump --help`
    with version 2.5.0 of `bump-cli`.
    Polo2 committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    1de1062 View commit details
    Browse the repository at this point in the history
  2. Copywriting suggestion for main commands names

    This commit adapts description of main commands `deploy`, `diff`
    and `preview`, to improve consistency:
    - Upcase and dot.
    - Fix typo s/comparaison/comparison/
    
    Changes are also reported on README file.
    Polo2 committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    af2aa79 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. build(deps-dev): bump @oclif/test from 1.2.8 to 2.3.9

    Bumps [@oclif/test](https://github.com/oclif/test) from 1.2.8 to 2.3.9.
    - [Release notes](https://github.com/oclif/test/releases)
    - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md)
    - [Commits](oclif/test@v1.2.8...2.3.9)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/test"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    cd68c64 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Adapt CLI to receive 402 status from Bump API

    We are currently discussing to add a specific response to our Bump API,
    when resource (Api or Hub) is disabled
    (which mean that resource owner has to upgrade its plan):
    bump-sh/bump#3326
    
    A possibility is to use HTTP status code 402 'Payment required':
    https://developer.mozilla.org/fr/docs/Web/HTTP/Status/402
    
    This PR adapt CLI to support HTTP status 402, and raise
    error 102 with provided message (or default message defined in CLI).
    Polo2 committed May 23, 2023
    Configuration menu
    Copy the full SHA
    0323524 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    1d56c04 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. build(deps): bump @apidevtools/json-schema-ref-parser

    Bumps [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 9.0.9 to 11.1.0.
    - [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases)
    - [Commits](APIDevTools/json-schema-ref-parser@v9.0.9...v11.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@apidevtools/json-schema-ref-parser"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    f565842 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. build(deps-dev): bump globby from 11.1.0 to 14.0.0

    Bumps [globby](https://github.com/sindresorhus/globby) from 11.1.0 to 14.0.0.
    - [Release notes](https://github.com/sindresorhus/globby/releases)
    - [Commits](sindresorhus/globby@v11.1.0...v14.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: globby
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    fd4f6b0 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. build(deps-dev): bump typescript from 4.5.5 to 5.3.3

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 5.3.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.5.5...v5.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    bc97d6b View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. WIP: adding an 'overlay' command to be able to apply OAS overlays

    This is a work in progress.. but I have troubles to import the lib
    from https://github.com/lornajane/openapi-overlays-js and I don't
    understand why 🤯
    paulRbr committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    db0725a View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. core: upgrade to TS 4.9 and change module type to 'nodenext'

    This commit changes the Node package type to 'module' and upgrade
    Typescript to 4.9 (which supports module type since 4.7).
    
    It implies a few changes on the way we import relative files, and some
    external libs upgrade.
    paulRbr committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    692cef9 View commit details
    Browse the repository at this point in the history
  2. WIP: Tentative to run dev package

    We probably need to update Oclif to v3 to be able to use ESM modules
    in the CLI...
    paulRbr committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    715dbbf View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. build(deps): bump @oclif/core from 1.20.4 to 3.15.1

    Bumps [@oclif/core](https://github.com/oclif/core) from 1.20.4 to 3.15.1.
    - [Release notes](https://github.com/oclif/core/releases)
    - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
    - [Commits](oclif/core@1.20.4...3.15.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/core"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 25, 2023
    Configuration menu
    Copy the full SHA
    66032c1 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. WIP: adding an 'overlay' command to be able to apply OAS overlays

    This is a work in progress.. but I have troubles to import the lib
    from https://github.com/lornajane/openapi-overlays-js and I don't
    understand why 🤯
    paulRbr committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    5715cd8 View commit details
    Browse the repository at this point in the history
  2. v2.7.3-beta.1

    paulRbr committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    a96a737 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Configuration menu
    Copy the full SHA
    4ffc085 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. build(deps-dev): bump @oclif/test from 2.1.0 to 3.1.8

    Bumps [@oclif/test](https://github.com/oclif/test) from 2.1.0 to 3.1.8.
    - [Release notes](https://github.com/oclif/test/releases)
    - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md)
    - [Commits](oclif/test@v2.1.0...3.1.8)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/test"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    47fdef3 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    d07b22c View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    c74e81e View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. build(deps-dev): bump @types/node from 15.14.9 to 17.0.4

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.14.9 to 17.0.4.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    3bb08f0 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump nock from 13.2.1 to 13.2.2

    Bumps [nock](https://github.com/nock/nock) from 13.2.1 to 13.2.2.
    - [Release notes](https://github.com/nock/nock/releases)
    - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
    - [Commits](nock/nock@v13.2.1...v13.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: nock
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    0735cca View commit details
    Browse the repository at this point in the history
  3. fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20

    Snyk has created this PR to upgrade @oclif/plugin-help from 5.1.12 to 5.2.20.
    
    See this package in npm:
    @oclif/plugin-help
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    7b2a76f View commit details
    Browse the repository at this point in the history
  4. fix: upgrade @apidevtools/json-schema-ref-parser from 9.0.9 to 9.1.2

    Snyk has created this PR to upgrade @apidevtools/json-schema-ref-parser from 9.0.9 to 9.1.2.
    
    See this package in npm:
    @apidevtools/json-schema-ref-parser
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    7d43e13 View commit details
    Browse the repository at this point in the history
  5. fix: upgrade oas-schemas from 2.0.0 to 2.1.3

    Snyk has created this PR to upgrade oas-schemas from 2.0.0 to 2.1.3.
    
    See this package in npm:
    oas-schemas
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    ba75a38 View commit details
    Browse the repository at this point in the history
  6. fix: upgrade axios from 1.6.4 to 1.7.2

    Snyk has created this PR to upgrade axios from 1.6.4 to 1.7.2.
    
    See this package in npm:
    axios
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    6fa3586 View commit details
    Browse the repository at this point in the history
  7. fix: upgrade async-mutex from 0.4.0 to 0.5.0

    Snyk has created this PR to upgrade async-mutex from 0.4.0 to 0.5.0.
    
    See this package in npm:
    async-mutex
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    e572b19 View commit details
    Browse the repository at this point in the history
  8. fix: upgrade @clack/prompts from 0.6.3 to 0.7.0

    Snyk has created this PR to upgrade @clack/prompts from 0.6.3 to 0.7.0.
    
    See this package in npm:
    @clack/prompts
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    ae1cf32 View commit details
    Browse the repository at this point in the history
  9. fix: upgrade debug from 4.3.4 to 4.3.5

    Snyk has created this PR to upgrade debug from 4.3.4 to 4.3.5.
    
    See this package in npm:
    debug
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    0462629 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    78d944c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a4ce545 View commit details
    Browse the repository at this point in the history
  12. Update README.md

    skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    0a86244 View commit details
    Browse the repository at this point in the history
  13. Update package.json

    skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    e416184 View commit details
    Browse the repository at this point in the history
  14. Adapt CLI to receive 402 status from Bump API

    We are currently discussing to add a specific response to our Bump API,
    when resource (Api or Hub) is disabled
    (which mean that resource owner has to upgrade its plan):
    https://github.com/bump-sh/bump/pull/3326
    
    A possibility is to use HTTP status code 402 'Payment required':
    https://developer.mozilla.org/fr/docs/Web/HTTP/Status/402
    
    This PR adapt CLI to support HTTP status 402, and raise
    error 102 with provided message (or default message defined in CLI).
    Polo2 authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    fa92231 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    105ee20 View commit details
    Browse the repository at this point in the history
  16. Add link to Bump CLI help center

    Polo2 authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    df3df46 View commit details
    Browse the repository at this point in the history
  17. Adapt Readme file with version 2.5.0

    This commit adapts text from README,
    to be compliant with content returned by running `bump --help`
    with version 2.5.0 of `bump-cli`.
    Polo2 authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    424ba2b View commit details
    Browse the repository at this point in the history
  18. Copywriting suggestion for main commands names

    This commit adapts description of main commands `deploy`, `diff`
    and `preview`, to improve consistency:
    - Upcase and dot.
    - Fix typo s/comparaison/comparison/
    
    Changes are also reported on README file.
    Polo2 authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    4abf92a View commit details
    Browse the repository at this point in the history
  19. build(deps): bump @apidevtools/json-schema-ref-parser

    Bumps [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 9.0.9 to 11.1.0.
    - [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases)
    - [Commits](APIDevTools/json-schema-ref-parser@v9.0.9...v11.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@apidevtools/json-schema-ref-parser"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    5bddb73 View commit details
    Browse the repository at this point in the history
  20. build(deps): bump @oclif/core from 1.20.4 to 3.15.1

    Bumps [@oclif/core](https://github.com/oclif/core) from 1.20.4 to 3.15.1.
    - [Release notes](https://github.com/oclif/core/releases)
    - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
    - [Commits](oclif/core@1.20.4...3.15.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/core"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    0aa106d View commit details
    Browse the repository at this point in the history
  21. build(deps-dev): bump @oclif/test from 2.1.0 to 3.1.8

    Bumps [@oclif/test](https://github.com/oclif/test) from 2.1.0 to 3.1.8.
    - [Release notes](https://github.com/oclif/test/releases)
    - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md)
    - [Commits](oclif/test@v2.1.0...3.1.8)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/test"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    c882e73 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    46735e4 View commit details
    Browse the repository at this point in the history
  23. fix: package.json & package-lock.json to reduce vulnerabilities

    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788
    snyk-bot authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    3e79426 View commit details
    Browse the repository at this point in the history
  24. build(deps-dev): bump globby from 11.1.0 to 14.0.0

    Bumps [globby](https://github.com/sindresorhus/globby) from 11.1.0 to 14.0.0.
    - [Release notes](https://github.com/sindresorhus/globby/releases)
    - [Commits](sindresorhus/globby@v11.1.0...v14.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: globby
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    f81cf80 View commit details
    Browse the repository at this point in the history
  25. build(deps-dev): bump typescript from 4.5.5 to 5.3.3

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 5.3.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.5.5...v5.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    d47b2a2 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    aeecdab View commit details
    Browse the repository at this point in the history
  27. fix: package.json & package-lock.json to reduce vulnerabilities

    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788
    snyk-bot authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    e535f02 View commit details
    Browse the repository at this point in the history
  28. fix: upgrade axios from 1.6.3 to 1.7.2

    Snyk has created this PR to upgrade axios from 1.6.3 to 1.7.2.
    
    See this package in npm:
    axios
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    8996ce6 View commit details
    Browse the repository at this point in the history
  29. fix: upgrade @oclif/core from 3.15.1 to 3.27.0

    Snyk has created this PR to upgrade @oclif/core from 3.15.1 to 3.27.0.
    
    See this package in npm:
    @oclif/core
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    dbd19c2 View commit details
    Browse the repository at this point in the history
  30. fix: upgrade async-mutex from 0.4.0 to 0.5.0

    Snyk has created this PR to upgrade async-mutex from 0.4.0 to 0.5.0.
    
    See this package in npm:
    async-mutex
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    3a60dfa View commit details
    Browse the repository at this point in the history
  31. fix: upgrade oas-schemas from 2.0.0 to 2.1.3

    Snyk has created this PR to upgrade oas-schemas from 2.0.0 to 2.1.3.
    
    See this package in npm:
    oas-schemas
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    c4b5d74 View commit details
    Browse the repository at this point in the history
  32. fix: upgrade @oclif/command from 1.8.18 to 1.8.36

    Snyk has created this PR to upgrade @oclif/command from 1.8.18 to 1.8.36.
    
    See this package in npm:
    @oclif/command
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    8ea1909 View commit details
    Browse the repository at this point in the history
  33. fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20

    Snyk has created this PR to upgrade @oclif/plugin-help from 5.1.12 to 5.2.20.
    
    See this package in npm:
    @oclif/plugin-help
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    6969071 View commit details
    Browse the repository at this point in the history
  34. fix: upgrade debug from 4.3.4 to 4.3.5

    Snyk has created this PR to upgrade debug from 4.3.4 to 4.3.5.
    
    See this package in npm:
    debug
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    8e28ab1 View commit details
    Browse the repository at this point in the history
  35. fix: upgrade @clack/prompts from 0.6.3 to 0.7.0

    Snyk has created this PR to upgrade @clack/prompts from 0.6.3 to 0.7.0.
    
    See this package in npm:
    @clack/prompts
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    7aa2ffa View commit details
    Browse the repository at this point in the history
  36. Update README.md

    skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    a6af63e View commit details
    Browse the repository at this point in the history
  37. build(deps-dev): bump @types/node from 15.14.9 to 17.0.4

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.14.9 to 17.0.4.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    7cc7c87 View commit details
    Browse the repository at this point in the history
  38. build(deps-dev): bump nock from 13.2.1 to 13.2.2

    Bumps [nock](https://github.com/nock/nock) from 13.2.1 to 13.2.2.
    - [Release notes](https://github.com/nock/nock/releases)
    - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
    - [Commits](nock/nock@v13.2.1...v13.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: nock
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    dee83a9 View commit details
    Browse the repository at this point in the history
  39. fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20

    Snyk has created this PR to upgrade @oclif/plugin-help from 5.1.12 to 5.2.20.
    
    See this package in npm:
    @oclif/plugin-help
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    6ef5a14 View commit details
    Browse the repository at this point in the history
  40. fix: upgrade @apidevtools/json-schema-ref-parser from 9.0.9 to 9.1.2

    Snyk has created this PR to upgrade @apidevtools/json-schema-ref-parser from 9.0.9 to 9.1.2.
    
    See this package in npm:
    @apidevtools/json-schema-ref-parser
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    750aa84 View commit details
    Browse the repository at this point in the history
  41. fix: upgrade oas-schemas from 2.0.0 to 2.1.3

    Snyk has created this PR to upgrade oas-schemas from 2.0.0 to 2.1.3.
    
    See this package in npm:
    oas-schemas
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    7c57e17 View commit details
    Browse the repository at this point in the history
  42. fix: upgrade axios from 1.6.4 to 1.7.2

    Snyk has created this PR to upgrade axios from 1.6.4 to 1.7.2.
    
    See this package in npm:
    axios
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    6fe03f7 View commit details
    Browse the repository at this point in the history
  43. fix: upgrade async-mutex from 0.4.0 to 0.5.0

    Snyk has created this PR to upgrade async-mutex from 0.4.0 to 0.5.0.
    
    See this package in npm:
    async-mutex
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    8e823ab View commit details
    Browse the repository at this point in the history
  44. fix: upgrade @clack/prompts from 0.6.3 to 0.7.0

    Snyk has created this PR to upgrade @clack/prompts from 0.6.3 to 0.7.0.
    
    See this package in npm:
    @clack/prompts
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    90b017b View commit details
    Browse the repository at this point in the history
  45. fix: upgrade debug from 4.3.4 to 4.3.5

    Snyk has created this PR to upgrade debug from 4.3.4 to 4.3.5.
    
    See this package in npm:
    debug
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    7e2c7e9 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    2e903ac View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    ebd4bad View commit details
    Browse the repository at this point in the history
  48. Update README.md

    skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    6d07a53 View commit details
    Browse the repository at this point in the history
  49. Adapt CLI to receive 402 status from Bump API

    We are currently discussing to add a specific response to our Bump API,
    when resource (Api or Hub) is disabled
    (which mean that resource owner has to upgrade its plan):
    https://github.com/bump-sh/bump/pull/3326
    
    A possibility is to use HTTP status code 402 'Payment required':
    https://developer.mozilla.org/fr/docs/Web/HTTP/Status/402
    
    This PR adapt CLI to support HTTP status 402, and raise
    error 102 with provided message (or default message defined in CLI).
    Polo2 authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    b056538 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    9e38874 View commit details
    Browse the repository at this point in the history
  51. Add link to Bump CLI help center

    Polo2 authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    de2d849 View commit details
    Browse the repository at this point in the history
  52. Adapt Readme file with version 2.5.0

    This commit adapts text from README,
    to be compliant with content returned by running `bump --help`
    with version 2.5.0 of `bump-cli`.
    Polo2 authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    c6a4a27 View commit details
    Browse the repository at this point in the history
  53. Copywriting suggestion for main commands names

    This commit adapts description of main commands `deploy`, `diff`
    and `preview`, to improve consistency:
    - Upcase and dot.
    - Fix typo s/comparaison/comparison/
    
    Changes are also reported on README file.
    Polo2 authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    c812331 View commit details
    Browse the repository at this point in the history
  54. build(deps): bump @apidevtools/json-schema-ref-parser

    Bumps [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 9.0.9 to 11.1.0.
    - [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases)
    - [Commits](APIDevTools/json-schema-ref-parser@v9.0.9...v11.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@apidevtools/json-schema-ref-parser"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    090149b View commit details
    Browse the repository at this point in the history
  55. build(deps): bump @oclif/core from 1.20.4 to 3.15.1

    Bumps [@oclif/core](https://github.com/oclif/core) from 1.20.4 to 3.15.1.
    - [Release notes](https://github.com/oclif/core/releases)
    - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
    - [Commits](oclif/core@1.20.4...3.15.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/core"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    a95beaa View commit details
    Browse the repository at this point in the history
  56. build(deps-dev): bump @oclif/test from 2.1.0 to 3.1.8

    Bumps [@oclif/test](https://github.com/oclif/test) from 2.1.0 to 3.1.8.
    - [Release notes](https://github.com/oclif/test/releases)
    - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md)
    - [Commits](oclif/test@v2.1.0...3.1.8)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/test"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    e993055 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    208ea1d View commit details
    Browse the repository at this point in the history
  58. fix: package.json & package-lock.json to reduce vulnerabilities

    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788
    snyk-bot authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    e3b4738 View commit details
    Browse the repository at this point in the history
  59. build(deps-dev): bump globby from 11.1.0 to 14.0.0

    Bumps [globby](https://github.com/sindresorhus/globby) from 11.1.0 to 14.0.0.
    - [Release notes](https://github.com/sindresorhus/globby/releases)
    - [Commits](sindresorhus/globby@v11.1.0...v14.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: globby
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    604aceb View commit details
    Browse the repository at this point in the history
  60. build(deps-dev): bump typescript from 4.5.5 to 5.3.3

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 5.3.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.5.5...v5.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    ce116b0 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    5ff201e View commit details
    Browse the repository at this point in the history
  62. fix: package.json & package-lock.json to reduce vulnerabilities

    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788
    snyk-bot authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    356826a View commit details
    Browse the repository at this point in the history
  63. fix: upgrade axios from 1.6.3 to 1.7.2

    Snyk has created this PR to upgrade axios from 1.6.3 to 1.7.2.
    
    See this package in npm:
    axios
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    28409a9 View commit details
    Browse the repository at this point in the history
  64. fix: upgrade @oclif/core from 3.15.1 to 3.27.0

    Snyk has created this PR to upgrade @oclif/core from 3.15.1 to 3.27.0.
    
    See this package in npm:
    @oclif/core
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    382f6e4 View commit details
    Browse the repository at this point in the history
  65. fix: upgrade async-mutex from 0.4.0 to 0.5.0

    Snyk has created this PR to upgrade async-mutex from 0.4.0 to 0.5.0.
    
    See this package in npm:
    async-mutex
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    7244ad0 View commit details
    Browse the repository at this point in the history
  66. fix: upgrade oas-schemas from 2.0.0 to 2.1.3

    Snyk has created this PR to upgrade oas-schemas from 2.0.0 to 2.1.3.
    
    See this package in npm:
    oas-schemas
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    48488dd View commit details
    Browse the repository at this point in the history
  67. fix: upgrade @oclif/command from 1.8.18 to 1.8.36

    Snyk has created this PR to upgrade @oclif/command from 1.8.18 to 1.8.36.
    
    See this package in npm:
    @oclif/command
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    f67888a View commit details
    Browse the repository at this point in the history
  68. fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20

    Snyk has created this PR to upgrade @oclif/plugin-help from 5.1.12 to 5.2.20.
    
    See this package in npm:
    @oclif/plugin-help
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    e2a3ad3 View commit details
    Browse the repository at this point in the history
  69. fix: upgrade debug from 4.3.4 to 4.3.5

    Snyk has created this PR to upgrade debug from 4.3.4 to 4.3.5.
    
    See this package in npm:
    debug
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    5859898 View commit details
    Browse the repository at this point in the history
  70. fix: upgrade @clack/prompts from 0.6.3 to 0.7.0

    Snyk has created this PR to upgrade @clack/prompts from 0.6.3 to 0.7.0.
    
    See this package in npm:
    @clack/prompts
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot authored and skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    5023607 View commit details
    Browse the repository at this point in the history
  71. Update README.md

    skanda890 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    b1a34c6 View commit details
    Browse the repository at this point in the history
  72. Merge pull request #36 from skanda890/OMain

    OMain
    skanda890 authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    087444a View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    4a5a9a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    867c28c View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Configuration menu
    Copy the full SHA
    7a647c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    254b510 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c49833b View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/dependabot/npm_and_yarn/apidev…

    …tools/json-schema-ref-parser-11.1.0'
    skanda890 committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    0649f86 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    054189d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    72fb67d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d7c8cf2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    913b674 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #37 from skanda890/snyk-fix-ad09b6f8559e6356a742f8…

    …1075568460
    
    [Snyk] Fix for 3 vulnerabilities
    skanda890 authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    137cf63 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'pr/38'

    skanda890 committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    ea52658 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5cdba43 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5200401 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #40 from paulRbr/send-posix-paths-to-bump

    fix: make sure to send posix-style paths to Bump servers
    skanda890 authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    9def28e View commit details
    Browse the repository at this point in the history
  14. Merge pull request #39 from skanda890/snyk-fix-0a02ac19a0fa6cd99cbaec…

    …289791ac69
    
    [Snyk] Security upgrade @oclif/config from 1.18.3 to 1.18.17
    skanda890 authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    cfe0314 View commit details
    Browse the repository at this point in the history
  15. Merge branch 'pr/41'

    skanda890 committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    d5c9398 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    301642d View commit details
    Browse the repository at this point in the history
  17. Merge branch 'pr/42'

    skanda890 committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    577c8f2 View commit details
    Browse the repository at this point in the history
  18. Merge branch 'pr/43'

    skanda890 committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    c90148f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e217952 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #45 from paulRbr/dependabot/npm_and_yarn/tslib-2.5.0

    build(deps): bump tslib from 2.3.0 to 2.5.0
    skanda890 authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    4a6ee68 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5d5a3ac View commit details
    Browse the repository at this point in the history
  22. Merge pull request #44 from skanda890/snyk-fix-9ade37130a49377c6f52a1…

    …bc31e91b6b
    
    [Snyk] Fix for 6 vulnerabilities
    skanda890 authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    dcaee0b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    3d28724 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #46 from skanda890/snyk-fix-9df7671f0bcd69d864038c…

    …a84454e08d
    
    [Snyk] Security upgrade @oclif/plugin-help from 3.2.4 to 3.2.17
    skanda890 authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    0c5bc1f View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    2d0d088 View commit details
    Browse the repository at this point in the history
  26. Merge pull request #48 from skanda890/snyk-fix-860eb73053765cff4658f2…

    …1c7348f206
    
    [Snyk] Security upgrade @oclif/plugin-help from 3.2.17 to 4.0.0
    skanda890 authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    c799925 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    ef33f6a View commit details
    Browse the repository at this point in the history
  28. Merge branch 'pr/47'

    skanda890 committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    aa60814 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    a4f1f42 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    b7a541b View commit details
    Browse the repository at this point in the history
  31. Merge pull request #51 from skanda890/snyk-fix-5da4df6faeda60c13c2feb…

    …747ede3c57
    
    [Snyk] Security upgrade @oclif/plugin-help from 4.0.0 to 5.1.2
    skanda890 authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    700dd25 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    7bd79e8 View commit details
    Browse the repository at this point in the history
  33. Merge pull request #52 from skanda890/snyk-fix-9a902c8d0fdd79a29a9dc7…

    …578ac377d6
    
    [Snyk] Fix for 6 vulnerabilities
    skanda890 authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    9725681 View commit details
    Browse the repository at this point in the history
  34. Merge branch 'pr/50'

    skanda890 committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    32b3908 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    f531b8d View commit details
    Browse the repository at this point in the history
  36. Merge branch 'pr/49'

    skanda890 committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    b29cef4 View commit details
    Browse the repository at this point in the history
  37. Merge branch 'pr/53'

    skanda890 committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    4d052b2 View commit details
    Browse the repository at this point in the history
  38. Merge branch 'pr/56'

    skanda890 committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    8d9eb6c View commit details
    Browse the repository at this point in the history
  39. Merge branch 'pr/55'

    skanda890 committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    5722adf View commit details
    Browse the repository at this point in the history
  40. Merge branch 'pr/54'

    skanda890 committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    59a1f03 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. fix: upgrade @oclif/command from 1.8.18 to 1.8.36

    Snyk has created this PR to upgrade @oclif/command from 1.8.18 to 1.8.36.
    
    See this package in npm:
    @oclif/command
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    e671860 View commit details
    Browse the repository at this point in the history
  2. fix: upgrade @oclif/config from 1.18.3 to 1.18.17

    Snyk has created this PR to upgrade @oclif/config from 1.18.3 to 1.18.17.
    
    See this package in npm:
    @oclif/config
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    2e39979 View commit details
    Browse the repository at this point in the history
  3. fix: upgrade @oclif/core from 1.20.4 to 1.26.2

    Snyk has created this PR to upgrade @oclif/core from 1.20.4 to 1.26.2.
    
    See this package in npm:
    @oclif/core
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    63566c1 View commit details
    Browse the repository at this point in the history
  4. fix: upgrade tslib from 2.5.0 to 2.6.3

    Snyk has created this PR to upgrade tslib from 2.5.0 to 2.6.3.
    
    See this package in npm:
    tslib
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    9178950 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #61 from skanda890/snyk-upgrade-4dd1a8bce2f7d6f678…

    …b09b209efacac2
    
    [Snyk] Upgrade tslib from 2.5.0 to 2.6.3
    skanda890 authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    1ed3340 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #60 from skanda890/snyk-upgrade-c359f67d22a5b34304…

    …7b0a62228a8e0d
    
    [Snyk] Upgrade @oclif/core from 1.20.4 to 1.26.2
    skanda890 authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    177b609 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #58 from skanda890/snyk-upgrade-012ee973fdea93ebb6…

    …d12cd64226b5b9
    
    [Snyk] Upgrade @oclif/command from 1.8.18 to 1.8.36
    skanda890 authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    6f445b4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    61b5135 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #59 from skanda890/snyk-upgrade-59c3ad26178674ca1a…

    …592c8867531743
    
    [Snyk] Upgrade @oclif/config from 1.18.3 to 1.18.17
    skanda890 authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    fd2c5ba View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. main (#63)

    * Add link to Bump CLI help center
    
    * Adapt Readme to version 2.1.1
    
    Add information about `diff` command, that are displayed
    with `bump --help` for version 2.1.1
    
    * build(deps-dev): bump @types/debug from 4.1.6 to 4.1.7
    
    Bumps [@types/debug](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/debug) from 4.1.6 to 4.1.7.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/debug)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/debug"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * WIP: trying to migrate to full @oclif/core package
    
    Somehow there are some breaking stuff even though the migration guide
    says it should be straight forward:
    https://github.com/oclif/core/blob/main/MIGRATION.md#update-your-bin-scirpts
    
    🤷
    
    * diff: display markdown in console
    
    * fix: make sure to send posix-style paths to Bump servers
    
    As a followup to #360, we need to send only posix style paths to our
    servers as that's how we handle references internally.
    
    The fix in #360 was useful to read filesystem on windows machine (for
    external references) but was not enough to make sure references in
    parent or child directory work correctly.
    
    Completely fixes #361
    
    * build(deps-dev): bump sinon from 11.1.1 to 15.0.1
    
    Bumps [sinon](https://github.com/sinonjs/sinon) from 11.1.1 to 15.0.1.
    - [Release notes](https://github.com/sinonjs/sinon/releases)
    - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
    - [Commits](sinonjs/sinon@v11.1.1...v15.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: sinon
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps): bump tslib from 2.3.0 to 2.5.0
    
    Bumps [tslib](https://github.com/Microsoft/tslib) from 2.3.0 to 2.5.0.
    - [Release notes](https://github.com/Microsoft/tslib/releases)
    - [Commits](microsoft/tslib@2.3.0...2.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: tslib
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump prettier from 2.3.2 to 2.8.4
    
    Bumps [prettier](https://github.com/prettier/prettier) from 2.3.2 to 2.8.4.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.3.2...2.8.4)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Adapt Readme file with version 2.5.0
    
    This commit adapts text from README,
    to be compliant with content returned by running `bump --help`
    with version 2.5.0 of `bump-cli`.
    
    * Copywriting suggestion for main commands names
    
    This commit adapts description of main commands `deploy`, `diff`
    and `preview`, to improve consistency:
    - Upcase and dot.
    - Fix typo s/comparaison/comparison/
    
    Changes are also reported on README file.
    
    * build(deps-dev): bump @oclif/test from 1.2.8 to 2.3.9
    
    Bumps [@oclif/test](https://github.com/oclif/test) from 1.2.8 to 2.3.9.
    - [Release notes](https://github.com/oclif/test/releases)
    - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md)
    - [Commits](oclif/test@v1.2.8...2.3.9)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/test"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Adapt CLI to receive 402 status from Bump API
    
    We are currently discussing to add a specific response to our Bump API,
    when resource (Api or Hub) is disabled
    (which mean that resource owner has to upgrade its plan):
    https://github.com/bump-sh/bump/pull/3326
    
    A possibility is to use HTTP status code 402 'Payment required':
    https://developer.mozilla.org/fr/docs/Web/HTTP/Status/402
    
    This PR adapt CLI to support HTTP status 402, and raise
    error 102 with provided message (or default message defined in CLI).
    
    * change install command beacuse -g is deprecated
    
    * build(deps): bump @apidevtools/json-schema-ref-parser
    
    Bumps [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 9.0.9 to 11.1.0.
    - [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases)
    - [Commits](APIDevTools/json-schema-ref-parser@v9.0.9...v11.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@apidevtools/json-schema-ref-parser"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump globby from 11.1.0 to 14.0.0
    
    Bumps [globby](https://github.com/sindresorhus/globby) from 11.1.0 to 14.0.0.
    - [Release notes](https://github.com/sindresorhus/globby/releases)
    - [Commits](sindresorhus/globby@v11.1.0...v14.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: globby
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump typescript from 4.5.5 to 5.3.3
    
    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 5.3.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.5.5...v5.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * WIP: adding an 'overlay' command to be able to apply OAS overlays
    
    This is a work in progress.. but I have troubles to import the lib
    from https://github.com/lornajane/openapi-overlays-js and I don't
    understand why 🤯
    
    * core: upgrade to TS 4.9 and change module type to 'nodenext'
    
    This commit changes the Node package type to 'module' and upgrade
    Typescript to 4.9 (which supports module type since 4.7).
    
    It implies a few changes on the way we import relative files, and some
    external libs upgrade.
    
    * WIP: Tentative to run dev package
    
    We probably need to update Oclif to v3 to be able to use ESM modules
    in the CLI...
    
    * build(deps): bump @oclif/core from 1.20.4 to 3.15.1
    
    Bumps [@oclif/core](https://github.com/oclif/core) from 1.20.4 to 3.15.1.
    - [Release notes](https://github.com/oclif/core/releases)
    - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
    - [Commits](oclif/core@1.20.4...3.15.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/core"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * WIP: adding an 'overlay' command to be able to apply OAS overlays
    
    This is a work in progress.. but I have troubles to import the lib
    from https://github.com/lornajane/openapi-overlays-js and I don't
    understand why 🤯
    
    * v2.7.3-beta.1
    
    * tests: allow beta versions of the CLI in user agent spec
    
    * build(deps-dev): bump @oclif/test from 2.1.0 to 3.1.8
    
    Bumps [@oclif/test](https://github.com/oclif/test) from 2.1.0 to 3.1.8.
    - [Release notes](https://github.com/oclif/test/releases)
    - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md)
    - [Commits](oclif/test@v2.1.0...3.1.8)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/test"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * docs: fix github action links
    
    * build(deps-dev): bump @types/node from 15.14.9 to 17.0.4
    
    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.14.9 to 17.0.4.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump nock from 13.2.1 to 13.2.2
    
    Bumps [nock](https://github.com/nock/nock) from 13.2.1 to 13.2.2.
    - [Release notes](https://github.com/nock/nock/releases)
    - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
    - [Commits](nock/nock@v13.2.1...v13.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: nock
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20
    
    Snyk has created this PR to upgrade @oclif/plugin-help from 5.1.12 to 5.2.20.
    
    See this package in npm:
    @oclif/plugin-help
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @apidevtools/json-schema-ref-parser from 9.0.9 to 9.1.2
    
    Snyk has created this PR to upgrade @apidevtools/json-schema-ref-parser from 9.0.9 to 9.1.2.
    
    See this package in npm:
    @apidevtools/json-schema-ref-parser
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade oas-schemas from 2.0.0 to 2.1.3
    
    Snyk has created this PR to upgrade oas-schemas from 2.0.0 to 2.1.3.
    
    See this package in npm:
    oas-schemas
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade axios from 1.6.4 to 1.7.2
    
    Snyk has created this PR to upgrade axios from 1.6.4 to 1.7.2.
    
    See this package in npm:
    axios
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade async-mutex from 0.4.0 to 0.5.0
    
    Snyk has created this PR to upgrade async-mutex from 0.4.0 to 0.5.0.
    
    See this package in npm:
    async-mutex
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @clack/prompts from 0.6.3 to 0.7.0
    
    Snyk has created this PR to upgrade @clack/prompts from 0.6.3 to 0.7.0.
    
    See this package in npm:
    @clack/prompts
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade debug from 4.3.4 to 4.3.5
    
    Snyk has created this PR to upgrade debug from 4.3.4 to 4.3.5.
    
    See this package in npm:
    debug
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * Revert "[Snyk] Upgrade async-mutex from 0.4.0 to 0.5.0"
    
    * Revert "Revert "[Snyk] Upgrade async-mutex from 0.4.0 to 0.5.0""
    
    * Update README.md
    
    * Update package.json
    
    * Adapt CLI to receive 402 status from Bump API
    
    We are currently discussing to add a specific response to our Bump API,
    when resource (Api or Hub) is disabled
    (which mean that resource owner has to upgrade its plan):
    https://github.com/bump-sh/bump/pull/3326
    
    A possibility is to use HTTP status code 402 'Payment required':
    https://developer.mozilla.org/fr/docs/Web/HTTP/Status/402
    
    This PR adapt CLI to support HTTP status 402, and raise
    error 102 with provided message (or default message defined in CLI).
    
    * change install command beacuse -g is deprecated
    
    * Add link to Bump CLI help center
    
    * Adapt Readme file with version 2.5.0
    
    This commit adapts text from README,
    to be compliant with content returned by running `bump --help`
    with version 2.5.0 of `bump-cli`.
    
    * Copywriting suggestion for main commands names
    
    This commit adapts description of main commands `deploy`, `diff`
    and `preview`, to improve consistency:
    - Upcase and dot.
    - Fix typo s/comparaison/comparison/
    
    Changes are also reported on README file.
    
    * build(deps): bump @apidevtools/json-schema-ref-parser
    
    Bumps [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 9.0.9 to 11.1.0.
    - [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases)
    - [Commits](APIDevTools/json-schema-ref-parser@v9.0.9...v11.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@apidevtools/json-schema-ref-parser"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps): bump @oclif/core from 1.20.4 to 3.15.1
    
    Bumps [@oclif/core](https://github.com/oclif/core) from 1.20.4 to 3.15.1.
    - [Release notes](https://github.com/oclif/core/releases)
    - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
    - [Commits](oclif/core@1.20.4...3.15.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/core"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump @oclif/test from 2.1.0 to 3.1.8
    
    Bumps [@oclif/test](https://github.com/oclif/test) from 2.1.0 to 3.1.8.
    - [Release notes](https://github.com/oclif/test/releases)
    - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md)
    - [Commits](oclif/test@v2.1.0...3.1.8)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/test"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788
    
    * build(deps-dev): bump globby from 11.1.0 to 14.0.0
    
    Bumps [globby](https://github.com/sindresorhus/globby) from 11.1.0 to 14.0.0.
    - [Release notes](https://github.com/sindresorhus/globby/releases)
    - [Commits](sindresorhus/globby@v11.1.0...v14.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: globby
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump typescript from 4.5.5 to 5.3.3
    
    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 5.3.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.5.5...v5.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788
    
    * fix: upgrade axios from 1.6.3 to 1.7.2
    
    Snyk has created this PR to upgrade axios from 1.6.3 to 1.7.2.
    
    See this package in npm:
    axios
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/core from 3.15.1 to 3.27.0
    
    Snyk has created this PR to upgrade @oclif/core from 3.15.1 to 3.27.0.
    
    See this package in npm:
    @oclif/core
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade async-mutex from 0.4.0 to 0.5.0
    
    Snyk has created this PR to upgrade async-mutex from 0.4.0 to 0.5.0.
    
    See this package in npm:
    async-mutex
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade oas-schemas from 2.0.0 to 2.1.3
    
    Snyk has created this PR to upgrade oas-schemas from 2.0.0 to 2.1.3.
    
    See this package in npm:
    oas-schemas
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/command from 1.8.18 to 1.8.36
    
    Snyk has created this PR to upgrade @oclif/command from 1.8.18 to 1.8.36.
    
    See this package in npm:
    @oclif/command
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20
    
    Snyk has created this PR to upgrade @oclif/plugin-help from 5.1.12 to 5.2.20.
    
    See this package in npm:
    @oclif/plugin-help
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade debug from 4.3.4 to 4.3.5
    
    Snyk has created this PR to upgrade debug from 4.3.4 to 4.3.5.
    
    See this package in npm:
    debug
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @clack/prompts from 0.6.3 to 0.7.0
    
    Snyk has created this PR to upgrade @clack/prompts from 0.6.3 to 0.7.0.
    
    See this package in npm:
    @clack/prompts
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * Update README.md
    
    * build(deps-dev): bump @types/node from 15.14.9 to 17.0.4
    
    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.14.9 to 17.0.4.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump nock from 13.2.1 to 13.2.2
    
    Bumps [nock](https://github.com/nock/nock) from 13.2.1 to 13.2.2.
    - [Release notes](https://github.com/nock/nock/releases)
    - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
    - [Commits](nock/nock@v13.2.1...v13.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: nock
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20
    
    Snyk has created this PR to upgrade @oclif/plugin-help from 5.1.12 to 5.2.20.
    
    See this package in npm:
    @oclif/plugin-help
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @apidevtools/json-schema-ref-parser from 9.0.9 to 9.1.2
    
    Snyk has created this PR to upgrade @apidevtools/json-schema-ref-parser from 9.0.9 to 9.1.2.
    
    See this package in npm:
    @apidevtools/json-schema-ref-parser
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade oas-schemas from 2.0.0 to 2.1.3
    
    Snyk has created this PR to upgrade oas-schemas from 2.0.0 to 2.1.3.
    
    See this package in npm:
    oas-schemas
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade axios from 1.6.4 to 1.7.2
    
    Snyk has created this PR to upgrade axios from 1.6.4 to 1.7.2.
    
    See this package in npm:
    axios
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade async-mutex from 0.4.0 to 0.5.0
    
    Snyk has created this PR to upgrade async-mutex from 0.4.0 to 0.5.0.
    
    See this package in npm:
    async-mutex
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @clack/prompts from 0.6.3 to 0.7.0
    
    Snyk has created this PR to upgrade @clack/prompts from 0.6.3 to 0.7.0.
    
    See this package in npm:
    @clack/prompts
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade debug from 4.3.4 to 4.3.5
    
    Snyk has created this PR to upgrade debug from 4.3.4 to 4.3.5.
    
    See this package in npm:
    debug
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * Revert "[Snyk] Upgrade async-mutex from 0.4.0 to 0.5.0"
    
    * Revert "Revert "[Snyk] Upgrade async-mutex from 0.4.0 to 0.5.0""
    
    * Update README.md
    
    * Adapt CLI to receive 402 status from Bump API
    
    We are currently discussing to add a specific response to our Bump API,
    when resource (Api or Hub) is disabled
    (which mean that resource owner has to upgrade its plan):
    https://github.com/bump-sh/bump/pull/3326
    
    A possibility is to use HTTP status code 402 'Payment required':
    https://developer.mozilla.org/fr/docs/Web/HTTP/Status/402
    
    This PR adapt CLI to support HTTP status 402, and raise
    error 102 with provided message (or default message defined in CLI).
    
    * change install command beacuse -g is deprecated
    
    * Add link to Bump CLI help center
    
    * Adapt Readme file with version 2.5.0
    
    This commit adapts text from README,
    to be compliant with content returned by running `bump --help`
    with version 2.5.0 of `bump-cli`.
    
    * Copywriting suggestion for main commands names
    
    This commit adapts description of main commands `deploy`, `diff`
    and `preview`, to improve consistency:
    - Upcase and dot.
    - Fix typo s/comparaison/comparison/
    
    Changes are also reported on README file.
    
    * build(deps): bump @apidevtools/json-schema-ref-parser
    
    Bumps [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 9.0.9 to 11.1.0.
    - [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases)
    - [Commits](APIDevTools/json-schema-ref-parser@v9.0.9...v11.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@apidevtools/json-schema-ref-parser"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps): bump @oclif/core from 1.20.4 to 3.15.1
    
    Bumps [@oclif/core](https://github.com/oclif/core) from 1.20.4 to 3.15.1.
    - [Release notes](https://github.com/oclif/core/releases)
    - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
    - [Commits](oclif/core@1.20.4...3.15.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/core"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump @oclif/test from 2.1.0 to 3.1.8
    
    Bumps [@oclif/test](https://github.com/oclif/test) from 2.1.0 to 3.1.8.
    - [Release notes](https://github.com/oclif/test/releases)
    - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md)
    - [Commits](oclif/test@v2.1.0...3.1.8)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/test"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788
    
    * build(deps-dev): bump globby from 11.1.0 to 14.0.0
    
    Bumps [globby](https://github.com/sindresorhus/globby) from 11.1.0 to 14.0.0.
    - [Release notes](https://github.com/sindresorhus/globby/releases)
    - [Commits](sindresorhus/globby@v11.1.0...v14.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: globby
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump typescript from 4.5.5 to 5.3.3
    
    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 5.3.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.5.5...v5.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788
    
    * fix: upgrade axios from 1.6.3 to 1.7.2
    
    Snyk has created this PR to upgrade axios from 1.6.3 to 1.7.2.
    
    See this package in npm:
    axios
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/core from 3.15.1 to 3.27.0
    
    Snyk has created this PR to upgrade @oclif/core from 3.15.1 to 3.27.0.
    
    See this package in npm:
    @oclif/core
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade async-mutex from 0.4.0 to 0.5.0
    
    Snyk has created this PR to upgrade async-mutex from 0.4.0 to 0.5.0.
    
    See this package in npm:
    async-mutex
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade oas-schemas from 2.0.0 to 2.1.3
    
    Snyk has created this PR to upgrade oas-schemas from 2.0.0 to 2.1.3.
    
    See this package in npm:
    oas-schemas
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/command from 1.8.18 to 1.8.36
    
    Snyk has created this PR to upgrade @oclif/command from 1.8.18 to 1.8.36.
    
    See this package in npm:
    @oclif/command
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20
    
    Snyk has created this PR to upgrade @oclif/plugin-help from 5.1.12 to 5.2.20.
    
    See this package in npm:
    @oclif/plugin-help
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade debug from 4.3.4 to 4.3.5
    
    Snyk has created this PR to upgrade debug from 4.3.4 to 4.3.5.
    
    See this package in npm:
    debug
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @clack/prompts from 0.6.3 to 0.7.0
    
    Snyk has created this PR to upgrade @clack/prompts from 0.6.3 to 0.7.0.
    
    See this package in npm:
    @clack/prompts
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * Update README.md
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-APIDEVTOOLSJSONSCHEMAREFPARSER-6928868
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908
    - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269
    - https://snyk.io/vuln/SNYK-JS-LODASHTEMPLATE-1088054
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-LODASHTEMPLATE-1088054
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908
    - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
    - https://snyk.io/vuln/SNYK-JS-LODASHTEMPLATE-1088054
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20
    
    Snyk has created this PR to upgrade @oclif/plugin-help from 5.1.12 to 5.2.20.
    
    See this package in npm:
    @oclif/plugin-help
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/command from 1.8.18 to 1.8.36
    
    Snyk has created this PR to upgrade @oclif/command from 1.8.18 to 1.8.36.
    
    See this package in npm:
    @oclif/command
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/config from 1.18.3 to 1.18.17
    
    Snyk has created this PR to upgrade @oclif/config from 1.18.3 to 1.18.17.
    
    See this package in npm:
    @oclif/config
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/core from 1.20.4 to 1.26.2
    
    Snyk has created this PR to upgrade @oclif/core from 1.20.4 to 1.26.2.
    
    See this package in npm:
    @oclif/core
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade tslib from 2.5.0 to 2.6.3
    
    Snyk has created this PR to upgrade tslib from 2.5.0 to 2.6.3.
    
    See this package in npm:
    tslib
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * 2.8.2
    
    * Update README.md
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: Polo M2B <polo2bodi@gmail.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Paul B <paulr@bump.sh>
    Co-authored-by: Florent BRAURE <florent@bump.sh>
    Co-authored-by: Phil Sturgeon <67381+philsturgeon@users.noreply.github.com>
    Co-authored-by: snyk-bot <snyk-bot@snyk.io>
    7 people authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    3f80311 View commit details
    Browse the repository at this point in the history
  2. Revert "main (#63)" (#64)

    This reverts commit 3f80311.
    skanda890 authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    24213ea View commit details
    Browse the repository at this point in the history
  3. build(deps): bump @apidevtools/json-schema-ref-parser (#65)

    Bumps [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 9.0.9 to 11.1.0.
    - [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases)
    - [Commits](APIDevTools/json-schema-ref-parser@v9.0.9...v11.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@apidevtools/json-schema-ref-parser"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    skanda890 and dependabot[bot] authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    297e4f7 View commit details
    Browse the repository at this point in the history
  4. fix: package.json & package-lock.json to reduce vulnerabilities (#66)

    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-APIDEVTOOLSJSONSCHEMAREFPARSER-6928868
    
    Co-authored-by: snyk-bot <snyk-bot@snyk.io>
    skanda890 and snyk-bot authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    8e324ea View commit details
    Browse the repository at this point in the history
  5. skanda890 (#67)

    * Add link to Bump CLI help center
    
    * Adapt Readme to version 2.1.1
    
    Add information about `diff` command, that are displayed
    with `bump --help` for version 2.1.1
    
    * build(deps-dev): bump @types/debug from 4.1.6 to 4.1.7
    
    Bumps [@types/debug](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/debug) from 4.1.6 to 4.1.7.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/debug)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/debug"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * WIP: trying to migrate to full @oclif/core package
    
    Somehow there are some breaking stuff even though the migration guide
    says it should be straight forward:
    https://github.com/oclif/core/blob/main/MIGRATION.md#update-your-bin-scirpts
    
    🤷
    
    * diff: display markdown in console
    
    * fix: make sure to send posix-style paths to Bump servers
    
    As a followup to #360, we need to send only posix style paths to our
    servers as that's how we handle references internally.
    
    The fix in #360 was useful to read filesystem on windows machine (for
    external references) but was not enough to make sure references in
    parent or child directory work correctly.
    
    Completely fixes #361
    
    * build(deps-dev): bump sinon from 11.1.1 to 15.0.1
    
    Bumps [sinon](https://github.com/sinonjs/sinon) from 11.1.1 to 15.0.1.
    - [Release notes](https://github.com/sinonjs/sinon/releases)
    - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
    - [Commits](sinonjs/sinon@v11.1.1...v15.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: sinon
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps): bump tslib from 2.3.0 to 2.5.0
    
    Bumps [tslib](https://github.com/Microsoft/tslib) from 2.3.0 to 2.5.0.
    - [Release notes](https://github.com/Microsoft/tslib/releases)
    - [Commits](microsoft/tslib@2.3.0...2.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: tslib
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump prettier from 2.3.2 to 2.8.4
    
    Bumps [prettier](https://github.com/prettier/prettier) from 2.3.2 to 2.8.4.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.3.2...2.8.4)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Adapt Readme file with version 2.5.0
    
    This commit adapts text from README,
    to be compliant with content returned by running `bump --help`
    with version 2.5.0 of `bump-cli`.
    
    * Copywriting suggestion for main commands names
    
    This commit adapts description of main commands `deploy`, `diff`
    and `preview`, to improve consistency:
    - Upcase and dot.
    - Fix typo s/comparaison/comparison/
    
    Changes are also reported on README file.
    
    * build(deps-dev): bump @oclif/test from 1.2.8 to 2.3.9
    
    Bumps [@oclif/test](https://github.com/oclif/test) from 1.2.8 to 2.3.9.
    - [Release notes](https://github.com/oclif/test/releases)
    - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md)
    - [Commits](oclif/test@v1.2.8...2.3.9)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/test"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Adapt CLI to receive 402 status from Bump API
    
    We are currently discussing to add a specific response to our Bump API,
    when resource (Api or Hub) is disabled
    (which mean that resource owner has to upgrade its plan):
    https://github.com/bump-sh/bump/pull/3326
    
    A possibility is to use HTTP status code 402 'Payment required':
    https://developer.mozilla.org/fr/docs/Web/HTTP/Status/402
    
    This PR adapt CLI to support HTTP status 402, and raise
    error 102 with provided message (or default message defined in CLI).
    
    * change install command beacuse -g is deprecated
    
    * build(deps): bump @apidevtools/json-schema-ref-parser
    
    Bumps [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 9.0.9 to 11.1.0.
    - [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases)
    - [Commits](APIDevTools/json-schema-ref-parser@v9.0.9...v11.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@apidevtools/json-schema-ref-parser"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump globby from 11.1.0 to 14.0.0
    
    Bumps [globby](https://github.com/sindresorhus/globby) from 11.1.0 to 14.0.0.
    - [Release notes](https://github.com/sindresorhus/globby/releases)
    - [Commits](sindresorhus/globby@v11.1.0...v14.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: globby
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump typescript from 4.5.5 to 5.3.3
    
    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 5.3.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.5.5...v5.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * WIP: adding an 'overlay' command to be able to apply OAS overlays
    
    This is a work in progress.. but I have troubles to import the lib
    from https://github.com/lornajane/openapi-overlays-js and I don't
    understand why 🤯
    
    * core: upgrade to TS 4.9 and change module type to 'nodenext'
    
    This commit changes the Node package type to 'module' and upgrade
    Typescript to 4.9 (which supports module type since 4.7).
    
    It implies a few changes on the way we import relative files, and some
    external libs upgrade.
    
    * WIP: Tentative to run dev package
    
    We probably need to update Oclif to v3 to be able to use ESM modules
    in the CLI...
    
    * build(deps): bump @oclif/core from 1.20.4 to 3.15.1
    
    Bumps [@oclif/core](https://github.com/oclif/core) from 1.20.4 to 3.15.1.
    - [Release notes](https://github.com/oclif/core/releases)
    - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
    - [Commits](oclif/core@1.20.4...3.15.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/core"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * WIP: adding an 'overlay' command to be able to apply OAS overlays
    
    This is a work in progress.. but I have troubles to import the lib
    from https://github.com/lornajane/openapi-overlays-js and I don't
    understand why 🤯
    
    * v2.7.3-beta.1
    
    * tests: allow beta versions of the CLI in user agent spec
    
    * build(deps-dev): bump @oclif/test from 2.1.0 to 3.1.8
    
    Bumps [@oclif/test](https://github.com/oclif/test) from 2.1.0 to 3.1.8.
    - [Release notes](https://github.com/oclif/test/releases)
    - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md)
    - [Commits](oclif/test@v2.1.0...3.1.8)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/test"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * docs: fix github action links
    
    * Let's render a preview on Bump.sh
    
    Favor Bump.sh instead of Bump.
    
    Noticed by working on GitLab integration, cf
    https://gitlab.com/Polo2/multi-documentations.
    
    * build(deps-dev): bump @types/node from 15.14.9 to 17.0.4
    
    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.14.9 to 17.0.4.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump nock from 13.2.1 to 13.2.2
    
    Bumps [nock](https://github.com/nock/nock) from 13.2.1 to 13.2.2.
    - [Release notes](https://github.com/nock/nock/releases)
    - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
    - [Commits](nock/nock@v13.2.1...v13.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: nock
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20
    
    Snyk has created this PR to upgrade @oclif/plugin-help from 5.1.12 to 5.2.20.
    
    See this package in npm:
    @oclif/plugin-help
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @apidevtools/json-schema-ref-parser from 9.0.9 to 9.1.2
    
    Snyk has created this PR to upgrade @apidevtools/json-schema-ref-parser from 9.0.9 to 9.1.2.
    
    See this package in npm:
    @apidevtools/json-schema-ref-parser
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade oas-schemas from 2.0.0 to 2.1.3
    
    Snyk has created this PR to upgrade oas-schemas from 2.0.0 to 2.1.3.
    
    See this package in npm:
    oas-schemas
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade axios from 1.6.4 to 1.7.2
    
    Snyk has created this PR to upgrade axios from 1.6.4 to 1.7.2.
    
    See this package in npm:
    axios
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade async-mutex from 0.4.0 to 0.5.0
    
    Snyk has created this PR to upgrade async-mutex from 0.4.0 to 0.5.0.
    
    See this package in npm:
    async-mutex
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @clack/prompts from 0.6.3 to 0.7.0
    
    Snyk has created this PR to upgrade @clack/prompts from 0.6.3 to 0.7.0.
    
    See this package in npm:
    @clack/prompts
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade debug from 4.3.4 to 4.3.5
    
    Snyk has created this PR to upgrade debug from 4.3.4 to 4.3.5.
    
    See this package in npm:
    debug
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * Revert "[Snyk] Upgrade async-mutex from 0.4.0 to 0.5.0"
    
    * Revert "Revert "[Snyk] Upgrade async-mutex from 0.4.0 to 0.5.0""
    
    * Update README.md
    
    * Update package.json
    
    * Adapt CLI to receive 402 status from Bump API
    
    We are currently discussing to add a specific response to our Bump API,
    when resource (Api or Hub) is disabled
    (which mean that resource owner has to upgrade its plan):
    https://github.com/bump-sh/bump/pull/3326
    
    A possibility is to use HTTP status code 402 'Payment required':
    https://developer.mozilla.org/fr/docs/Web/HTTP/Status/402
    
    This PR adapt CLI to support HTTP status 402, and raise
    error 102 with provided message (or default message defined in CLI).
    
    * change install command beacuse -g is deprecated
    
    * Add link to Bump CLI help center
    
    * Adapt Readme file with version 2.5.0
    
    This commit adapts text from README,
    to be compliant with content returned by running `bump --help`
    with version 2.5.0 of `bump-cli`.
    
    * Copywriting suggestion for main commands names
    
    This commit adapts description of main commands `deploy`, `diff`
    and `preview`, to improve consistency:
    - Upcase and dot.
    - Fix typo s/comparaison/comparison/
    
    Changes are also reported on README file.
    
    * build(deps): bump @apidevtools/json-schema-ref-parser
    
    Bumps [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 9.0.9 to 11.1.0.
    - [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases)
    - [Commits](APIDevTools/json-schema-ref-parser@v9.0.9...v11.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@apidevtools/json-schema-ref-parser"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps): bump @oclif/core from 1.20.4 to 3.15.1
    
    Bumps [@oclif/core](https://github.com/oclif/core) from 1.20.4 to 3.15.1.
    - [Release notes](https://github.com/oclif/core/releases)
    - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
    - [Commits](oclif/core@1.20.4...3.15.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/core"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump @oclif/test from 2.1.0 to 3.1.8
    
    Bumps [@oclif/test](https://github.com/oclif/test) from 2.1.0 to 3.1.8.
    - [Release notes](https://github.com/oclif/test/releases)
    - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md)
    - [Commits](oclif/test@v2.1.0...3.1.8)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/test"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788
    
    * build(deps-dev): bump globby from 11.1.0 to 14.0.0
    
    Bumps [globby](https://github.com/sindresorhus/globby) from 11.1.0 to 14.0.0.
    - [Release notes](https://github.com/sindresorhus/globby/releases)
    - [Commits](sindresorhus/globby@v11.1.0...v14.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: globby
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump typescript from 4.5.5 to 5.3.3
    
    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 5.3.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.5.5...v5.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788
    
    * fix: upgrade axios from 1.6.3 to 1.7.2
    
    Snyk has created this PR to upgrade axios from 1.6.3 to 1.7.2.
    
    See this package in npm:
    axios
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/core from 3.15.1 to 3.27.0
    
    Snyk has created this PR to upgrade @oclif/core from 3.15.1 to 3.27.0.
    
    See this package in npm:
    @oclif/core
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade async-mutex from 0.4.0 to 0.5.0
    
    Snyk has created this PR to upgrade async-mutex from 0.4.0 to 0.5.0.
    
    See this package in npm:
    async-mutex
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade oas-schemas from 2.0.0 to 2.1.3
    
    Snyk has created this PR to upgrade oas-schemas from 2.0.0 to 2.1.3.
    
    See this package in npm:
    oas-schemas
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/command from 1.8.18 to 1.8.36
    
    Snyk has created this PR to upgrade @oclif/command from 1.8.18 to 1.8.36.
    
    See this package in npm:
    @oclif/command
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20
    
    Snyk has created this PR to upgrade @oclif/plugin-help from 5.1.12 to 5.2.20.
    
    See this package in npm:
    @oclif/plugin-help
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade debug from 4.3.4 to 4.3.5
    
    Snyk has created this PR to upgrade debug from 4.3.4 to 4.3.5.
    
    See this package in npm:
    debug
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @clack/prompts from 0.6.3 to 0.7.0
    
    Snyk has created this PR to upgrade @clack/prompts from 0.6.3 to 0.7.0.
    
    See this package in npm:
    @clack/prompts
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * Update README.md
    
    * build(deps-dev): bump @types/node from 15.14.9 to 17.0.4
    
    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.14.9 to 17.0.4.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump nock from 13.2.1 to 13.2.2
    
    Bumps [nock](https://github.com/nock/nock) from 13.2.1 to 13.2.2.
    - [Release notes](https://github.com/nock/nock/releases)
    - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
    - [Commits](nock/nock@v13.2.1...v13.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: nock
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20
    
    Snyk has created this PR to upgrade @oclif/plugin-help from 5.1.12 to 5.2.20.
    
    See this package in npm:
    @oclif/plugin-help
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @apidevtools/json-schema-ref-parser from 9.0.9 to 9.1.2
    
    Snyk has created this PR to upgrade @apidevtools/json-schema-ref-parser from 9.0.9 to 9.1.2.
    
    See this package in npm:
    @apidevtools/json-schema-ref-parser
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade oas-schemas from 2.0.0 to 2.1.3
    
    Snyk has created this PR to upgrade oas-schemas from 2.0.0 to 2.1.3.
    
    See this package in npm:
    oas-schemas
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade axios from 1.6.4 to 1.7.2
    
    Snyk has created this PR to upgrade axios from 1.6.4 to 1.7.2.
    
    See this package in npm:
    axios
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade async-mutex from 0.4.0 to 0.5.0
    
    Snyk has created this PR to upgrade async-mutex from 0.4.0 to 0.5.0.
    
    See this package in npm:
    async-mutex
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @clack/prompts from 0.6.3 to 0.7.0
    
    Snyk has created this PR to upgrade @clack/prompts from 0.6.3 to 0.7.0.
    
    See this package in npm:
    @clack/prompts
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade debug from 4.3.4 to 4.3.5
    
    Snyk has created this PR to upgrade debug from 4.3.4 to 4.3.5.
    
    See this package in npm:
    debug
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * Revert "[Snyk] Upgrade async-mutex from 0.4.0 to 0.5.0"
    
    * Revert "Revert "[Snyk] Upgrade async-mutex from 0.4.0 to 0.5.0""
    
    * Update README.md
    
    * Adapt CLI to receive 402 status from Bump API
    
    We are currently discussing to add a specific response to our Bump API,
    when resource (Api or Hub) is disabled
    (which mean that resource owner has to upgrade its plan):
    https://github.com/bump-sh/bump/pull/3326
    
    A possibility is to use HTTP status code 402 'Payment required':
    https://developer.mozilla.org/fr/docs/Web/HTTP/Status/402
    
    This PR adapt CLI to support HTTP status 402, and raise
    error 102 with provided message (or default message defined in CLI).
    
    * change install command beacuse -g is deprecated
    
    * Add link to Bump CLI help center
    
    * Adapt Readme file with version 2.5.0
    
    This commit adapts text from README,
    to be compliant with content returned by running `bump --help`
    with version 2.5.0 of `bump-cli`.
    
    * Copywriting suggestion for main commands names
    
    This commit adapts description of main commands `deploy`, `diff`
    and `preview`, to improve consistency:
    - Upcase and dot.
    - Fix typo s/comparaison/comparison/
    
    Changes are also reported on README file.
    
    * build(deps): bump @apidevtools/json-schema-ref-parser
    
    Bumps [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 9.0.9 to 11.1.0.
    - [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases)
    - [Commits](APIDevTools/json-schema-ref-parser@v9.0.9...v11.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@apidevtools/json-schema-ref-parser"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps): bump @oclif/core from 1.20.4 to 3.15.1
    
    Bumps [@oclif/core](https://github.com/oclif/core) from 1.20.4 to 3.15.1.
    - [Release notes](https://github.com/oclif/core/releases)
    - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
    - [Commits](oclif/core@1.20.4...3.15.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/core"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump @oclif/test from 2.1.0 to 3.1.8
    
    Bumps [@oclif/test](https://github.com/oclif/test) from 2.1.0 to 3.1.8.
    - [Release notes](https://github.com/oclif/test/releases)
    - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md)
    - [Commits](oclif/test@v2.1.0...3.1.8)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/test"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788
    
    * build(deps-dev): bump globby from 11.1.0 to 14.0.0
    
    Bumps [globby](https://github.com/sindresorhus/globby) from 11.1.0 to 14.0.0.
    - [Release notes](https://github.com/sindresorhus/globby/releases)
    - [Commits](sindresorhus/globby@v11.1.0...v14.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: globby
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump typescript from 4.5.5 to 5.3.3
    
    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 5.3.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.5.5...v5.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788
    
    * fix: upgrade axios from 1.6.3 to 1.7.2
    
    Snyk has created this PR to upgrade axios from 1.6.3 to 1.7.2.
    
    See this package in npm:
    axios
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/core from 3.15.1 to 3.27.0
    
    Snyk has created this PR to upgrade @oclif/core from 3.15.1 to 3.27.0.
    
    See this package in npm:
    @oclif/core
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade async-mutex from 0.4.0 to 0.5.0
    
    Snyk has created this PR to upgrade async-mutex from 0.4.0 to 0.5.0.
    
    See this package in npm:
    async-mutex
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade oas-schemas from 2.0.0 to 2.1.3
    
    Snyk has created this PR to upgrade oas-schemas from 2.0.0 to 2.1.3.
    
    See this package in npm:
    oas-schemas
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/command from 1.8.18 to 1.8.36
    
    Snyk has created this PR to upgrade @oclif/command from 1.8.18 to 1.8.36.
    
    See this package in npm:
    @oclif/command
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20
    
    Snyk has created this PR to upgrade @oclif/plugin-help from 5.1.12 to 5.2.20.
    
    See this package in npm:
    @oclif/plugin-help
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade debug from 4.3.4 to 4.3.5
    
    Snyk has created this PR to upgrade debug from 4.3.4 to 4.3.5.
    
    See this package in npm:
    debug
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @clack/prompts from 0.6.3 to 0.7.0
    
    Snyk has created this PR to upgrade @clack/prompts from 0.6.3 to 0.7.0.
    
    See this package in npm:
    @clack/prompts
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * Update README.md
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-APIDEVTOOLSJSONSCHEMAREFPARSER-6928868
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908
    - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269
    - https://snyk.io/vuln/SNYK-JS-LODASHTEMPLATE-1088054
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-LODASHTEMPLATE-1088054
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908
    - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
    - https://snyk.io/vuln/SNYK-JS-LODASHTEMPLATE-1088054
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20
    
    Snyk has created this PR to upgrade @oclif/plugin-help from 5.1.12 to 5.2.20.
    
    See this package in npm:
    @oclif/plugin-help
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/command from 1.8.18 to 1.8.36
    
    Snyk has created this PR to upgrade @oclif/command from 1.8.18 to 1.8.36.
    
    See this package in npm:
    @oclif/command
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/config from 1.18.3 to 1.18.17
    
    Snyk has created this PR to upgrade @oclif/config from 1.18.3 to 1.18.17.
    
    See this package in npm:
    @oclif/config
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/core from 1.20.4 to 1.26.2
    
    Snyk has created this PR to upgrade @oclif/core from 1.20.4 to 1.26.2.
    
    See this package in npm:
    @oclif/core
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade tslib from 2.5.0 to 2.6.3
    
    Snyk has created this PR to upgrade tslib from 2.5.0 to 2.6.3.
    
    See this package in npm:
    tslib
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * 2.8.2
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-APIDEVTOOLSJSONSCHEMAREFPARSER-6928868
    
    * Update test/commands/overlay.test.ts
    
    Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
    
    * Update src/commands/overlay.ts
    
    Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
    
    * Update README.md
    
    * Update overlay.ts
    
    * Update overlay.test.ts
    
    * Update error.ts
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: Polo M2B <polo2bodi@gmail.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Paul B <paulr@bump.sh>
    Co-authored-by: Florent BRAURE <florent@bump.sh>
    Co-authored-by: Phil Sturgeon <67381+philsturgeon@users.noreply.github.com>
    Co-authored-by: snyk-bot <snyk-bot@snyk.io>
    Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
    8 people authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    20b95fc View commit details
    Browse the repository at this point in the history
  6. New branch name (#68)

    * Add link to Bump CLI help center
    
    * Adapt Readme to version 2.1.1
    
    Add information about `diff` command, that are displayed
    with `bump --help` for version 2.1.1
    
    * build(deps-dev): bump @types/debug from 4.1.6 to 4.1.7
    
    Bumps [@types/debug](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/debug) from 4.1.6 to 4.1.7.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/debug)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/debug"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * WIP: trying to migrate to full @oclif/core package
    
    Somehow there are some breaking stuff even though the migration guide
    says it should be straight forward:
    https://github.com/oclif/core/blob/main/MIGRATION.md#update-your-bin-scirpts
    
    🤷
    
    * diff: display markdown in console
    
    * fix: make sure to send posix-style paths to Bump servers
    
    As a followup to #360, we need to send only posix style paths to our
    servers as that's how we handle references internally.
    
    The fix in #360 was useful to read filesystem on windows machine (for
    external references) but was not enough to make sure references in
    parent or child directory work correctly.
    
    Completely fixes #361
    
    * build(deps-dev): bump sinon from 11.1.1 to 15.0.1
    
    Bumps [sinon](https://github.com/sinonjs/sinon) from 11.1.1 to 15.0.1.
    - [Release notes](https://github.com/sinonjs/sinon/releases)
    - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
    - [Commits](sinonjs/sinon@v11.1.1...v15.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: sinon
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps): bump tslib from 2.3.0 to 2.5.0
    
    Bumps [tslib](https://github.com/Microsoft/tslib) from 2.3.0 to 2.5.0.
    - [Release notes](https://github.com/Microsoft/tslib/releases)
    - [Commits](microsoft/tslib@2.3.0...2.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: tslib
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump prettier from 2.3.2 to 2.8.4
    
    Bumps [prettier](https://github.com/prettier/prettier) from 2.3.2 to 2.8.4.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.3.2...2.8.4)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Adapt Readme file with version 2.5.0
    
    This commit adapts text from README,
    to be compliant with content returned by running `bump --help`
    with version 2.5.0 of `bump-cli`.
    
    * Copywriting suggestion for main commands names
    
    This commit adapts description of main commands `deploy`, `diff`
    and `preview`, to improve consistency:
    - Upcase and dot.
    - Fix typo s/comparaison/comparison/
    
    Changes are also reported on README file.
    
    * build(deps-dev): bump @oclif/test from 1.2.8 to 2.3.9
    
    Bumps [@oclif/test](https://github.com/oclif/test) from 1.2.8 to 2.3.9.
    - [Release notes](https://github.com/oclif/test/releases)
    - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md)
    - [Commits](oclif/test@v1.2.8...2.3.9)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/test"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Adapt CLI to receive 402 status from Bump API
    
    We are currently discussing to add a specific response to our Bump API,
    when resource (Api or Hub) is disabled
    (which mean that resource owner has to upgrade its plan):
    https://github.com/bump-sh/bump/pull/3326
    
    A possibility is to use HTTP status code 402 'Payment required':
    https://developer.mozilla.org/fr/docs/Web/HTTP/Status/402
    
    This PR adapt CLI to support HTTP status 402, and raise
    error 102 with provided message (or default message defined in CLI).
    
    * change install command beacuse -g is deprecated
    
    * build(deps): bump @apidevtools/json-schema-ref-parser
    
    Bumps [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 9.0.9 to 11.1.0.
    - [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases)
    - [Commits](APIDevTools/json-schema-ref-parser@v9.0.9...v11.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@apidevtools/json-schema-ref-parser"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump globby from 11.1.0 to 14.0.0
    
    Bumps [globby](https://github.com/sindresorhus/globby) from 11.1.0 to 14.0.0.
    - [Release notes](https://github.com/sindresorhus/globby/releases)
    - [Commits](sindresorhus/globby@v11.1.0...v14.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: globby
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump typescript from 4.5.5 to 5.3.3
    
    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 5.3.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.5.5...v5.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * WIP: adding an 'overlay' command to be able to apply OAS overlays
    
    This is a work in progress.. but I have troubles to import the lib
    from https://github.com/lornajane/openapi-overlays-js and I don't
    understand why 🤯
    
    * core: upgrade to TS 4.9 and change module type to 'nodenext'
    
    This commit changes the Node package type to 'module' and upgrade
    Typescript to 4.9 (which supports module type since 4.7).
    
    It implies a few changes on the way we import relative files, and some
    external libs upgrade.
    
    * WIP: Tentative to run dev package
    
    We probably need to update Oclif to v3 to be able to use ESM modules
    in the CLI...
    
    * build(deps): bump @oclif/core from 1.20.4 to 3.15.1
    
    Bumps [@oclif/core](https://github.com/oclif/core) from 1.20.4 to 3.15.1.
    - [Release notes](https://github.com/oclif/core/releases)
    - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
    - [Commits](oclif/core@1.20.4...3.15.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/core"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * WIP: adding an 'overlay' command to be able to apply OAS overlays
    
    This is a work in progress.. but I have troubles to import the lib
    from https://github.com/lornajane/openapi-overlays-js and I don't
    understand why 🤯
    
    * v2.7.3-beta.1
    
    * tests: allow beta versions of the CLI in user agent spec
    
    * build(deps-dev): bump @oclif/test from 2.1.0 to 3.1.8
    
    Bumps [@oclif/test](https://github.com/oclif/test) from 2.1.0 to 3.1.8.
    - [Release notes](https://github.com/oclif/test/releases)
    - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md)
    - [Commits](oclif/test@v2.1.0...3.1.8)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/test"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * docs: fix github action links
    
    * build(deps-dev): bump @types/node from 15.14.9 to 17.0.4
    
    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.14.9 to 17.0.4.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump nock from 13.2.1 to 13.2.2
    
    Bumps [nock](https://github.com/nock/nock) from 13.2.1 to 13.2.2.
    - [Release notes](https://github.com/nock/nock/releases)
    - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
    - [Commits](nock/nock@v13.2.1...v13.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: nock
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20
    
    Snyk has created this PR to upgrade @oclif/plugin-help from 5.1.12 to 5.2.20.
    
    See this package in npm:
    @oclif/plugin-help
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @apidevtools/json-schema-ref-parser from 9.0.9 to 9.1.2
    
    Snyk has created this PR to upgrade @apidevtools/json-schema-ref-parser from 9.0.9 to 9.1.2.
    
    See this package in npm:
    @apidevtools/json-schema-ref-parser
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade oas-schemas from 2.0.0 to 2.1.3
    
    Snyk has created this PR to upgrade oas-schemas from 2.0.0 to 2.1.3.
    
    See this package in npm:
    oas-schemas
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade axios from 1.6.4 to 1.7.2
    
    Snyk has created this PR to upgrade axios from 1.6.4 to 1.7.2.
    
    See this package in npm:
    axios
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade async-mutex from 0.4.0 to 0.5.0
    
    Snyk has created this PR to upgrade async-mutex from 0.4.0 to 0.5.0.
    
    See this package in npm:
    async-mutex
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @clack/prompts from 0.6.3 to 0.7.0
    
    Snyk has created this PR to upgrade @clack/prompts from 0.6.3 to 0.7.0.
    
    See this package in npm:
    @clack/prompts
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade debug from 4.3.4 to 4.3.5
    
    Snyk has created this PR to upgrade debug from 4.3.4 to 4.3.5.
    
    See this package in npm:
    debug
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * Revert "[Snyk] Upgrade async-mutex from 0.4.0 to 0.5.0"
    
    * Revert "Revert "[Snyk] Upgrade async-mutex from 0.4.0 to 0.5.0""
    
    * Update README.md
    
    * Update package.json
    
    * Adapt CLI to receive 402 status from Bump API
    
    We are currently discussing to add a specific response to our Bump API,
    when resource (Api or Hub) is disabled
    (which mean that resource owner has to upgrade its plan):
    https://github.com/bump-sh/bump/pull/3326
    
    A possibility is to use HTTP status code 402 'Payment required':
    https://developer.mozilla.org/fr/docs/Web/HTTP/Status/402
    
    This PR adapt CLI to support HTTP status 402, and raise
    error 102 with provided message (or default message defined in CLI).
    
    * change install command beacuse -g is deprecated
    
    * Add link to Bump CLI help center
    
    * Adapt Readme file with version 2.5.0
    
    This commit adapts text from README,
    to be compliant with content returned by running `bump --help`
    with version 2.5.0 of `bump-cli`.
    
    * Copywriting suggestion for main commands names
    
    This commit adapts description of main commands `deploy`, `diff`
    and `preview`, to improve consistency:
    - Upcase and dot.
    - Fix typo s/comparaison/comparison/
    
    Changes are also reported on README file.
    
    * build(deps): bump @apidevtools/json-schema-ref-parser
    
    Bumps [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 9.0.9 to 11.1.0.
    - [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases)
    - [Commits](APIDevTools/json-schema-ref-parser@v9.0.9...v11.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@apidevtools/json-schema-ref-parser"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps): bump @oclif/core from 1.20.4 to 3.15.1
    
    Bumps [@oclif/core](https://github.com/oclif/core) from 1.20.4 to 3.15.1.
    - [Release notes](https://github.com/oclif/core/releases)
    - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
    - [Commits](oclif/core@1.20.4...3.15.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/core"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump @oclif/test from 2.1.0 to 3.1.8
    
    Bumps [@oclif/test](https://github.com/oclif/test) from 2.1.0 to 3.1.8.
    - [Release notes](https://github.com/oclif/test/releases)
    - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md)
    - [Commits](oclif/test@v2.1.0...3.1.8)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/test"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788
    
    * build(deps-dev): bump globby from 11.1.0 to 14.0.0
    
    Bumps [globby](https://github.com/sindresorhus/globby) from 11.1.0 to 14.0.0.
    - [Release notes](https://github.com/sindresorhus/globby/releases)
    - [Commits](sindresorhus/globby@v11.1.0...v14.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: globby
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump typescript from 4.5.5 to 5.3.3
    
    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 5.3.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.5.5...v5.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788
    
    * fix: upgrade axios from 1.6.3 to 1.7.2
    
    Snyk has created this PR to upgrade axios from 1.6.3 to 1.7.2.
    
    See this package in npm:
    axios
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/core from 3.15.1 to 3.27.0
    
    Snyk has created this PR to upgrade @oclif/core from 3.15.1 to 3.27.0.
    
    See this package in npm:
    @oclif/core
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade async-mutex from 0.4.0 to 0.5.0
    
    Snyk has created this PR to upgrade async-mutex from 0.4.0 to 0.5.0.
    
    See this package in npm:
    async-mutex
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade oas-schemas from 2.0.0 to 2.1.3
    
    Snyk has created this PR to upgrade oas-schemas from 2.0.0 to 2.1.3.
    
    See this package in npm:
    oas-schemas
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/command from 1.8.18 to 1.8.36
    
    Snyk has created this PR to upgrade @oclif/command from 1.8.18 to 1.8.36.
    
    See this package in npm:
    @oclif/command
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20
    
    Snyk has created this PR to upgrade @oclif/plugin-help from 5.1.12 to 5.2.20.
    
    See this package in npm:
    @oclif/plugin-help
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade debug from 4.3.4 to 4.3.5
    
    Snyk has created this PR to upgrade debug from 4.3.4 to 4.3.5.
    
    See this package in npm:
    debug
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @clack/prompts from 0.6.3 to 0.7.0
    
    Snyk has created this PR to upgrade @clack/prompts from 0.6.3 to 0.7.0.
    
    See this package in npm:
    @clack/prompts
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * Update README.md
    
    * build(deps-dev): bump @types/node from 15.14.9 to 17.0.4
    
    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.14.9 to 17.0.4.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump nock from 13.2.1 to 13.2.2
    
    Bumps [nock](https://github.com/nock/nock) from 13.2.1 to 13.2.2.
    - [Release notes](https://github.com/nock/nock/releases)
    - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
    - [Commits](nock/nock@v13.2.1...v13.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: nock
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20
    
    Snyk has created this PR to upgrade @oclif/plugin-help from 5.1.12 to 5.2.20.
    
    See this package in npm:
    @oclif/plugin-help
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @apidevtools/json-schema-ref-parser from 9.0.9 to 9.1.2
    
    Snyk has created this PR to upgrade @apidevtools/json-schema-ref-parser from 9.0.9 to 9.1.2.
    
    See this package in npm:
    @apidevtools/json-schema-ref-parser
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade oas-schemas from 2.0.0 to 2.1.3
    
    Snyk has created this PR to upgrade oas-schemas from 2.0.0 to 2.1.3.
    
    See this package in npm:
    oas-schemas
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade axios from 1.6.4 to 1.7.2
    
    Snyk has created this PR to upgrade axios from 1.6.4 to 1.7.2.
    
    See this package in npm:
    axios
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade async-mutex from 0.4.0 to 0.5.0
    
    Snyk has created this PR to upgrade async-mutex from 0.4.0 to 0.5.0.
    
    See this package in npm:
    async-mutex
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @clack/prompts from 0.6.3 to 0.7.0
    
    Snyk has created this PR to upgrade @clack/prompts from 0.6.3 to 0.7.0.
    
    See this package in npm:
    @clack/prompts
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade debug from 4.3.4 to 4.3.5
    
    Snyk has created this PR to upgrade debug from 4.3.4 to 4.3.5.
    
    See this package in npm:
    debug
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * Revert "[Snyk] Upgrade async-mutex from 0.4.0 to 0.5.0"
    
    * Revert "Revert "[Snyk] Upgrade async-mutex from 0.4.0 to 0.5.0""
    
    * Update README.md
    
    * Adapt CLI to receive 402 status from Bump API
    
    We are currently discussing to add a specific response to our Bump API,
    when resource (Api or Hub) is disabled
    (which mean that resource owner has to upgrade its plan):
    https://github.com/bump-sh/bump/pull/3326
    
    A possibility is to use HTTP status code 402 'Payment required':
    https://developer.mozilla.org/fr/docs/Web/HTTP/Status/402
    
    This PR adapt CLI to support HTTP status 402, and raise
    error 102 with provided message (or default message defined in CLI).
    
    * change install command beacuse -g is deprecated
    
    * Add link to Bump CLI help center
    
    * Adapt Readme file with version 2.5.0
    
    This commit adapts text from README,
    to be compliant with content returned by running `bump --help`
    with version 2.5.0 of `bump-cli`.
    
    * Copywriting suggestion for main commands names
    
    This commit adapts description of main commands `deploy`, `diff`
    and `preview`, to improve consistency:
    - Upcase and dot.
    - Fix typo s/comparaison/comparison/
    
    Changes are also reported on README file.
    
    * build(deps): bump @apidevtools/json-schema-ref-parser
    
    Bumps [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 9.0.9 to 11.1.0.
    - [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases)
    - [Commits](APIDevTools/json-schema-ref-parser@v9.0.9...v11.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@apidevtools/json-schema-ref-parser"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps): bump @oclif/core from 1.20.4 to 3.15.1
    
    Bumps [@oclif/core](https://github.com/oclif/core) from 1.20.4 to 3.15.1.
    - [Release notes](https://github.com/oclif/core/releases)
    - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
    - [Commits](oclif/core@1.20.4...3.15.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/core"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump @oclif/test from 2.1.0 to 3.1.8
    
    Bumps [@oclif/test](https://github.com/oclif/test) from 2.1.0 to 3.1.8.
    - [Release notes](https://github.com/oclif/test/releases)
    - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md)
    - [Commits](oclif/test@v2.1.0...3.1.8)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/test"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788
    
    * build(deps-dev): bump globby from 11.1.0 to 14.0.0
    
    Bumps [globby](https://github.com/sindresorhus/globby) from 11.1.0 to 14.0.0.
    - [Release notes](https://github.com/sindresorhus/globby/releases)
    - [Commits](sindresorhus/globby@v11.1.0...v14.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: globby
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump typescript from 4.5.5 to 5.3.3
    
    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 5.3.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.5.5...v5.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788
    
    * fix: upgrade axios from 1.6.3 to 1.7.2
    
    Snyk has created this PR to upgrade axios from 1.6.3 to 1.7.2.
    
    See this package in npm:
    axios
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/core from 3.15.1 to 3.27.0
    
    Snyk has created this PR to upgrade @oclif/core from 3.15.1 to 3.27.0.
    
    See this package in npm:
    @oclif/core
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade async-mutex from 0.4.0 to 0.5.0
    
    Snyk has created this PR to upgrade async-mutex from 0.4.0 to 0.5.0.
    
    See this package in npm:
    async-mutex
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade oas-schemas from 2.0.0 to 2.1.3
    
    Snyk has created this PR to upgrade oas-schemas from 2.0.0 to 2.1.3.
    
    See this package in npm:
    oas-schemas
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/command from 1.8.18 to 1.8.36
    
    Snyk has created this PR to upgrade @oclif/command from 1.8.18 to 1.8.36.
    
    See this package in npm:
    @oclif/command
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20
    
    Snyk has created this PR to upgrade @oclif/plugin-help from 5.1.12 to 5.2.20.
    
    See this package in npm:
    @oclif/plugin-help
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade debug from 4.3.4 to 4.3.5
    
    Snyk has created this PR to upgrade debug from 4.3.4 to 4.3.5.
    
    See this package in npm:
    debug
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @clack/prompts from 0.6.3 to 0.7.0
    
    Snyk has created this PR to upgrade @clack/prompts from 0.6.3 to 0.7.0.
    
    See this package in npm:
    @clack/prompts
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * Update README.md
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-APIDEVTOOLSJSONSCHEMAREFPARSER-6928868
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908
    - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269
    - https://snyk.io/vuln/SNYK-JS-LODASHTEMPLATE-1088054
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-LODASHTEMPLATE-1088054
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908
    - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
    - https://snyk.io/vuln/SNYK-JS-LODASHTEMPLATE-1088054
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20
    
    Snyk has created this PR to upgrade @oclif/plugin-help from 5.1.12 to 5.2.20.
    
    See this package in npm:
    @oclif/plugin-help
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/command from 1.8.18 to 1.8.36
    
    Snyk has created this PR to upgrade @oclif/command from 1.8.18 to 1.8.36.
    
    See this package in npm:
    @oclif/command
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/config from 1.18.3 to 1.18.17
    
    Snyk has created this PR to upgrade @oclif/config from 1.18.3 to 1.18.17.
    
    See this package in npm:
    @oclif/config
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/core from 1.20.4 to 1.26.2
    
    Snyk has created this PR to upgrade @oclif/core from 1.20.4 to 1.26.2.
    
    See this package in npm:
    @oclif/core
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade tslib from 2.5.0 to 2.6.3
    
    Snyk has created this PR to upgrade tslib from 2.5.0 to 2.6.3.
    
    See this package in npm:
    tslib
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * 2.8.2
    
    * Update error.ts
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: Polo M2B <polo2bodi@gmail.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Paul B <paulr@bump.sh>
    Co-authored-by: Florent BRAURE <florent@bump.sh>
    Co-authored-by: Phil Sturgeon <67381+philsturgeon@users.noreply.github.com>
    Co-authored-by: snyk-bot <snyk-bot@snyk.io>
    7 people authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    f1b742c View commit details
    Browse the repository at this point in the history
  7. New branch name (#69)

    * Add link to Bump CLI help center
    
    * Adapt Readme to version 2.1.1
    
    Add information about `diff` command, that are displayed
    with `bump --help` for version 2.1.1
    
    * build(deps-dev): bump @types/debug from 4.1.6 to 4.1.7
    
    Bumps [@types/debug](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/debug) from 4.1.6 to 4.1.7.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/debug)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/debug"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * WIP: trying to migrate to full @oclif/core package
    
    Somehow there are some breaking stuff even though the migration guide
    says it should be straight forward:
    https://github.com/oclif/core/blob/main/MIGRATION.md#update-your-bin-scirpts
    
    🤷
    
    * diff: display markdown in console
    
    * fix: make sure to send posix-style paths to Bump servers
    
    As a followup to #360, we need to send only posix style paths to our
    servers as that's how we handle references internally.
    
    The fix in #360 was useful to read filesystem on windows machine (for
    external references) but was not enough to make sure references in
    parent or child directory work correctly.
    
    Completely fixes #361
    
    * build(deps-dev): bump sinon from 11.1.1 to 15.0.1
    
    Bumps [sinon](https://github.com/sinonjs/sinon) from 11.1.1 to 15.0.1.
    - [Release notes](https://github.com/sinonjs/sinon/releases)
    - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
    - [Commits](sinonjs/sinon@v11.1.1...v15.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: sinon
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps): bump tslib from 2.3.0 to 2.5.0
    
    Bumps [tslib](https://github.com/Microsoft/tslib) from 2.3.0 to 2.5.0.
    - [Release notes](https://github.com/Microsoft/tslib/releases)
    - [Commits](microsoft/tslib@2.3.0...2.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: tslib
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump prettier from 2.3.2 to 2.8.4
    
    Bumps [prettier](https://github.com/prettier/prettier) from 2.3.2 to 2.8.4.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.3.2...2.8.4)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Adapt Readme file with version 2.5.0
    
    This commit adapts text from README,
    to be compliant with content returned by running `bump --help`
    with version 2.5.0 of `bump-cli`.
    
    * Copywriting suggestion for main commands names
    
    This commit adapts description of main commands `deploy`, `diff`
    and `preview`, to improve consistency:
    - Upcase and dot.
    - Fix typo s/comparaison/comparison/
    
    Changes are also reported on README file.
    
    * build(deps-dev): bump @oclif/test from 1.2.8 to 2.3.9
    
    Bumps [@oclif/test](https://github.com/oclif/test) from 1.2.8 to 2.3.9.
    - [Release notes](https://github.com/oclif/test/releases)
    - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md)
    - [Commits](oclif/test@v1.2.8...2.3.9)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/test"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Adapt CLI to receive 402 status from Bump API
    
    We are currently discussing to add a specific response to our Bump API,
    when resource (Api or Hub) is disabled
    (which mean that resource owner has to upgrade its plan):
    https://github.com/bump-sh/bump/pull/3326
    
    A possibility is to use HTTP status code 402 'Payment required':
    https://developer.mozilla.org/fr/docs/Web/HTTP/Status/402
    
    This PR adapt CLI to support HTTP status 402, and raise
    error 102 with provided message (or default message defined in CLI).
    
    * change install command beacuse -g is deprecated
    
    * build(deps): bump @apidevtools/json-schema-ref-parser
    
    Bumps [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 9.0.9 to 11.1.0.
    - [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases)
    - [Commits](APIDevTools/json-schema-ref-parser@v9.0.9...v11.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@apidevtools/json-schema-ref-parser"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump globby from 11.1.0 to 14.0.0
    
    Bumps [globby](https://github.com/sindresorhus/globby) from 11.1.0 to 14.0.0.
    - [Release notes](https://github.com/sindresorhus/globby/releases)
    - [Commits](sindresorhus/globby@v11.1.0...v14.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: globby
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump typescript from 4.5.5 to 5.3.3
    
    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 5.3.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.5.5...v5.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * WIP: adding an 'overlay' command to be able to apply OAS overlays
    
    This is a work in progress.. but I have troubles to import the lib
    from https://github.com/lornajane/openapi-overlays-js and I don't
    understand why 🤯
    
    * core: upgrade to TS 4.9 and change module type to 'nodenext'
    
    This commit changes the Node package type to 'module' and upgrade
    Typescript to 4.9 (which supports module type since 4.7).
    
    It implies a few changes on the way we import relative files, and some
    external libs upgrade.
    
    * WIP: Tentative to run dev package
    
    We probably need to update Oclif to v3 to be able to use ESM modules
    in the CLI...
    
    * build(deps): bump @oclif/core from 1.20.4 to 3.15.1
    
    Bumps [@oclif/core](https://github.com/oclif/core) from 1.20.4 to 3.15.1.
    - [Release notes](https://github.com/oclif/core/releases)
    - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
    - [Commits](oclif/core@1.20.4...3.15.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/core"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * WIP: adding an 'overlay' command to be able to apply OAS overlays
    
    This is a work in progress.. but I have troubles to import the lib
    from https://github.com/lornajane/openapi-overlays-js and I don't
    understand why 🤯
    
    * v2.7.3-beta.1
    
    * tests: allow beta versions of the CLI in user agent spec
    
    * build(deps-dev): bump @oclif/test from 2.1.0 to 3.1.8
    
    Bumps [@oclif/test](https://github.com/oclif/test) from 2.1.0 to 3.1.8.
    - [Release notes](https://github.com/oclif/test/releases)
    - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md)
    - [Commits](oclif/test@v2.1.0...3.1.8)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/test"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * docs: fix github action links
    
    * build(deps-dev): bump @types/node from 15.14.9 to 17.0.4
    
    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.14.9 to 17.0.4.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump nock from 13.2.1 to 13.2.2
    
    Bumps [nock](https://github.com/nock/nock) from 13.2.1 to 13.2.2.
    - [Release notes](https://github.com/nock/nock/releases)
    - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
    - [Commits](nock/nock@v13.2.1...v13.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: nock
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20
    
    Snyk has created this PR to upgrade @oclif/plugin-help from 5.1.12 to 5.2.20.
    
    See this package in npm:
    @oclif/plugin-help
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @apidevtools/json-schema-ref-parser from 9.0.9 to 9.1.2
    
    Snyk has created this PR to upgrade @apidevtools/json-schema-ref-parser from 9.0.9 to 9.1.2.
    
    See this package in npm:
    @apidevtools/json-schema-ref-parser
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade oas-schemas from 2.0.0 to 2.1.3
    
    Snyk has created this PR to upgrade oas-schemas from 2.0.0 to 2.1.3.
    
    See this package in npm:
    oas-schemas
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade axios from 1.6.4 to 1.7.2
    
    Snyk has created this PR to upgrade axios from 1.6.4 to 1.7.2.
    
    See this package in npm:
    axios
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade async-mutex from 0.4.0 to 0.5.0
    
    Snyk has created this PR to upgrade async-mutex from 0.4.0 to 0.5.0.
    
    See this package in npm:
    async-mutex
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @clack/prompts from 0.6.3 to 0.7.0
    
    Snyk has created this PR to upgrade @clack/prompts from 0.6.3 to 0.7.0.
    
    See this package in npm:
    @clack/prompts
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade debug from 4.3.4 to 4.3.5
    
    Snyk has created this PR to upgrade debug from 4.3.4 to 4.3.5.
    
    See this package in npm:
    debug
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * Revert "[Snyk] Upgrade async-mutex from 0.4.0 to 0.5.0"
    
    * Revert "Revert "[Snyk] Upgrade async-mutex from 0.4.0 to 0.5.0""
    
    * Update README.md
    
    * Update package.json
    
    * Adapt CLI to receive 402 status from Bump API
    
    We are currently discussing to add a specific response to our Bump API,
    when resource (Api or Hub) is disabled
    (which mean that resource owner has to upgrade its plan):
    https://github.com/bump-sh/bump/pull/3326
    
    A possibility is to use HTTP status code 402 'Payment required':
    https://developer.mozilla.org/fr/docs/Web/HTTP/Status/402
    
    This PR adapt CLI to support HTTP status 402, and raise
    error 102 with provided message (or default message defined in CLI).
    
    * change install command beacuse -g is deprecated
    
    * Add link to Bump CLI help center
    
    * Adapt Readme file with version 2.5.0
    
    This commit adapts text from README,
    to be compliant with content returned by running `bump --help`
    with version 2.5.0 of `bump-cli`.
    
    * Copywriting suggestion for main commands names
    
    This commit adapts description of main commands `deploy`, `diff`
    and `preview`, to improve consistency:
    - Upcase and dot.
    - Fix typo s/comparaison/comparison/
    
    Changes are also reported on README file.
    
    * build(deps): bump @apidevtools/json-schema-ref-parser
    
    Bumps [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 9.0.9 to 11.1.0.
    - [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases)
    - [Commits](APIDevTools/json-schema-ref-parser@v9.0.9...v11.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@apidevtools/json-schema-ref-parser"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps): bump @oclif/core from 1.20.4 to 3.15.1
    
    Bumps [@oclif/core](https://github.com/oclif/core) from 1.20.4 to 3.15.1.
    - [Release notes](https://github.com/oclif/core/releases)
    - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
    - [Commits](oclif/core@1.20.4...3.15.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/core"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump @oclif/test from 2.1.0 to 3.1.8
    
    Bumps [@oclif/test](https://github.com/oclif/test) from 2.1.0 to 3.1.8.
    - [Release notes](https://github.com/oclif/test/releases)
    - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md)
    - [Commits](oclif/test@v2.1.0...3.1.8)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/test"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788
    
    * build(deps-dev): bump globby from 11.1.0 to 14.0.0
    
    Bumps [globby](https://github.com/sindresorhus/globby) from 11.1.0 to 14.0.0.
    - [Release notes](https://github.com/sindresorhus/globby/releases)
    - [Commits](sindresorhus/globby@v11.1.0...v14.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: globby
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump typescript from 4.5.5 to 5.3.3
    
    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 5.3.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.5.5...v5.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788
    
    * fix: upgrade axios from 1.6.3 to 1.7.2
    
    Snyk has created this PR to upgrade axios from 1.6.3 to 1.7.2.
    
    See this package in npm:
    axios
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/core from 3.15.1 to 3.27.0
    
    Snyk has created this PR to upgrade @oclif/core from 3.15.1 to 3.27.0.
    
    See this package in npm:
    @oclif/core
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade async-mutex from 0.4.0 to 0.5.0
    
    Snyk has created this PR to upgrade async-mutex from 0.4.0 to 0.5.0.
    
    See this package in npm:
    async-mutex
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade oas-schemas from 2.0.0 to 2.1.3
    
    Snyk has created this PR to upgrade oas-schemas from 2.0.0 to 2.1.3.
    
    See this package in npm:
    oas-schemas
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/command from 1.8.18 to 1.8.36
    
    Snyk has created this PR to upgrade @oclif/command from 1.8.18 to 1.8.36.
    
    See this package in npm:
    @oclif/command
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20
    
    Snyk has created this PR to upgrade @oclif/plugin-help from 5.1.12 to 5.2.20.
    
    See this package in npm:
    @oclif/plugin-help
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade debug from 4.3.4 to 4.3.5
    
    Snyk has created this PR to upgrade debug from 4.3.4 to 4.3.5.
    
    See this package in npm:
    debug
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @clack/prompts from 0.6.3 to 0.7.0
    
    Snyk has created this PR to upgrade @clack/prompts from 0.6.3 to 0.7.0.
    
    See this package in npm:
    @clack/prompts
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * Update README.md
    
    * build(deps-dev): bump @types/node from 15.14.9 to 17.0.4
    
    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.14.9 to 17.0.4.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump nock from 13.2.1 to 13.2.2
    
    Bumps [nock](https://github.com/nock/nock) from 13.2.1 to 13.2.2.
    - [Release notes](https://github.com/nock/nock/releases)
    - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
    - [Commits](nock/nock@v13.2.1...v13.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: nock
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20
    
    Snyk has created this PR to upgrade @oclif/plugin-help from 5.1.12 to 5.2.20.
    
    See this package in npm:
    @oclif/plugin-help
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @apidevtools/json-schema-ref-parser from 9.0.9 to 9.1.2
    
    Snyk has created this PR to upgrade @apidevtools/json-schema-ref-parser from 9.0.9 to 9.1.2.
    
    See this package in npm:
    @apidevtools/json-schema-ref-parser
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade oas-schemas from 2.0.0 to 2.1.3
    
    Snyk has created this PR to upgrade oas-schemas from 2.0.0 to 2.1.3.
    
    See this package in npm:
    oas-schemas
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade axios from 1.6.4 to 1.7.2
    
    Snyk has created this PR to upgrade axios from 1.6.4 to 1.7.2.
    
    See this package in npm:
    axios
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade async-mutex from 0.4.0 to 0.5.0
    
    Snyk has created this PR to upgrade async-mutex from 0.4.0 to 0.5.0.
    
    See this package in npm:
    async-mutex
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @clack/prompts from 0.6.3 to 0.7.0
    
    Snyk has created this PR to upgrade @clack/prompts from 0.6.3 to 0.7.0.
    
    See this package in npm:
    @clack/prompts
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade debug from 4.3.4 to 4.3.5
    
    Snyk has created this PR to upgrade debug from 4.3.4 to 4.3.5.
    
    See this package in npm:
    debug
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * Revert "[Snyk] Upgrade async-mutex from 0.4.0 to 0.5.0"
    
    * Revert "Revert "[Snyk] Upgrade async-mutex from 0.4.0 to 0.5.0""
    
    * Update README.md
    
    * Adapt CLI to receive 402 status from Bump API
    
    We are currently discussing to add a specific response to our Bump API,
    when resource (Api or Hub) is disabled
    (which mean that resource owner has to upgrade its plan):
    https://github.com/bump-sh/bump/pull/3326
    
    A possibility is to use HTTP status code 402 'Payment required':
    https://developer.mozilla.org/fr/docs/Web/HTTP/Status/402
    
    This PR adapt CLI to support HTTP status 402, and raise
    error 102 with provided message (or default message defined in CLI).
    
    * change install command beacuse -g is deprecated
    
    * Add link to Bump CLI help center
    
    * Adapt Readme file with version 2.5.0
    
    This commit adapts text from README,
    to be compliant with content returned by running `bump --help`
    with version 2.5.0 of `bump-cli`.
    
    * Copywriting suggestion for main commands names
    
    This commit adapts description of main commands `deploy`, `diff`
    and `preview`, to improve consistency:
    - Upcase and dot.
    - Fix typo s/comparaison/comparison/
    
    Changes are also reported on README file.
    
    * build(deps): bump @apidevtools/json-schema-ref-parser
    
    Bumps [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 9.0.9 to 11.1.0.
    - [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases)
    - [Commits](APIDevTools/json-schema-ref-parser@v9.0.9...v11.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@apidevtools/json-schema-ref-parser"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps): bump @oclif/core from 1.20.4 to 3.15.1
    
    Bumps [@oclif/core](https://github.com/oclif/core) from 1.20.4 to 3.15.1.
    - [Release notes](https://github.com/oclif/core/releases)
    - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
    - [Commits](oclif/core@1.20.4...3.15.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/core"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump @oclif/test from 2.1.0 to 3.1.8
    
    Bumps [@oclif/test](https://github.com/oclif/test) from 2.1.0 to 3.1.8.
    - [Release notes](https://github.com/oclif/test/releases)
    - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md)
    - [Commits](oclif/test@v2.1.0...3.1.8)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/test"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788
    
    * build(deps-dev): bump globby from 11.1.0 to 14.0.0
    
    Bumps [globby](https://github.com/sindresorhus/globby) from 11.1.0 to 14.0.0.
    - [Release notes](https://github.com/sindresorhus/globby/releases)
    - [Commits](sindresorhus/globby@v11.1.0...v14.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: globby
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump typescript from 4.5.5 to 5.3.3
    
    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 5.3.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.5.5...v5.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788
    
    * fix: upgrade axios from 1.6.3 to 1.7.2
    
    Snyk has created this PR to upgrade axios from 1.6.3 to 1.7.2.
    
    See this package in npm:
    axios
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/core from 3.15.1 to 3.27.0
    
    Snyk has created this PR to upgrade @oclif/core from 3.15.1 to 3.27.0.
    
    See this package in npm:
    @oclif/core
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade async-mutex from 0.4.0 to 0.5.0
    
    Snyk has created this PR to upgrade async-mutex from 0.4.0 to 0.5.0.
    
    See this package in npm:
    async-mutex
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade oas-schemas from 2.0.0 to 2.1.3
    
    Snyk has created this PR to upgrade oas-schemas from 2.0.0 to 2.1.3.
    
    See this package in npm:
    oas-schemas
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/command from 1.8.18 to 1.8.36
    
    Snyk has created this PR to upgrade @oclif/command from 1.8.18 to 1.8.36.
    
    See this package in npm:
    @oclif/command
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20
    
    Snyk has created this PR to upgrade @oclif/plugin-help from 5.1.12 to 5.2.20.
    
    See this package in npm:
    @oclif/plugin-help
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade debug from 4.3.4 to 4.3.5
    
    Snyk has created this PR to upgrade debug from 4.3.4 to 4.3.5.
    
    See this package in npm:
    debug
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @clack/prompts from 0.6.3 to 0.7.0
    
    Snyk has created this PR to upgrade @clack/prompts from 0.6.3 to 0.7.0.
    
    See this package in npm:
    @clack/prompts
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * Update README.md
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-APIDEVTOOLSJSONSCHEMAREFPARSER-6928868
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908
    - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269
    - https://snyk.io/vuln/SNYK-JS-LODASHTEMPLATE-1088054
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-LODASHTEMPLATE-1088054
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908
    - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
    - https://snyk.io/vuln/SNYK-JS-LODASHTEMPLATE-1088054
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20
    
    Snyk has created this PR to upgrade @oclif/plugin-help from 5.1.12 to 5.2.20.
    
    See this package in npm:
    @oclif/plugin-help
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/command from 1.8.18 to 1.8.36
    
    Snyk has created this PR to upgrade @oclif/command from 1.8.18 to 1.8.36.
    
    See this package in npm:
    @oclif/command
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/config from 1.18.3 to 1.18.17
    
    Snyk has created this PR to upgrade @oclif/config from 1.18.3 to 1.18.17.
    
    See this package in npm:
    @oclif/config
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/core from 1.20.4 to 1.26.2
    
    Snyk has created this PR to upgrade @oclif/core from 1.20.4 to 1.26.2.
    
    See this package in npm:
    @oclif/core
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade tslib from 2.5.0 to 2.6.3
    
    Snyk has created this PR to upgrade tslib from 2.5.0 to 2.6.3.
    
    See this package in npm:
    tslib
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * 2.8.2
    
    * ?
    
    * Update overlay.ts
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: Polo M2B <polo2bodi@gmail.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Paul B <paulr@bump.sh>
    Co-authored-by: Florent BRAURE <florent@bump.sh>
    Co-authored-by: Phil Sturgeon <67381+philsturgeon@users.noreply.github.com>
    Co-authored-by: snyk-bot <snyk-bot@snyk.io>
    7 people authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    951e33b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    41187f2 View commit details
    Browse the repository at this point in the history
  9. fix(overlay): backport of an upstream fix for remove action

    This commit is a backport of
    https://github.com/lornajane/openapi-overlays-js/pull/13/files.
    
    To fix the issue of applying `remove` action on a target which is a
    list. Before the fix it would remove only the first occurence of the
    target. With this fix it removes all the occurences of the target
    JSONPath.
    paulRbr authored and skanda890 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    3534f0f View commit details
    Browse the repository at this point in the history
  10. 2.8.2

    paulRbr authored and skanda890 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    2441f4f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a83cd0b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4cb16bf View commit details
    Browse the repository at this point in the history
  13. fix(overlay): backport of an upstream fix for remove action

    This commit is a backport of
    https://github.com/lornajane/openapi-overlays-js/pull/13/files.
    
    To fix the issue of applying `remove` action on a target which is a
    list. Before the fix it would remove only the first occurence of the
    target. With this fix it removes all the occurences of the target
    JSONPath.
    paulRbr authored and skanda890 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    f066816 View commit details
    Browse the repository at this point in the history
  14. main (#63)

    * Add link to Bump CLI help center
    
    * Adapt Readme to version 2.1.1
    
    Add information about `diff` command, that are displayed
    with `bump --help` for version 2.1.1
    
    * build(deps-dev): bump @types/debug from 4.1.6 to 4.1.7
    
    Bumps [@types/debug](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/debug) from 4.1.6 to 4.1.7.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/debug)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/debug"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * WIP: trying to migrate to full @oclif/core package
    
    Somehow there are some breaking stuff even though the migration guide
    says it should be straight forward:
    https://github.com/oclif/core/blob/main/MIGRATION.md#update-your-bin-scirpts
    
    🤷
    
    * diff: display markdown in console
    
    * fix: make sure to send posix-style paths to Bump servers
    
    As a followup to #360, we need to send only posix style paths to our
    servers as that's how we handle references internally.
    
    The fix in #360 was useful to read filesystem on windows machine (for
    external references) but was not enough to make sure references in
    parent or child directory work correctly.
    
    Completely fixes #361
    
    * build(deps-dev): bump sinon from 11.1.1 to 15.0.1
    
    Bumps [sinon](https://github.com/sinonjs/sinon) from 11.1.1 to 15.0.1.
    - [Release notes](https://github.com/sinonjs/sinon/releases)
    - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
    - [Commits](sinonjs/sinon@v11.1.1...v15.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: sinon
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps): bump tslib from 2.3.0 to 2.5.0
    
    Bumps [tslib](https://github.com/Microsoft/tslib) from 2.3.0 to 2.5.0.
    - [Release notes](https://github.com/Microsoft/tslib/releases)
    - [Commits](microsoft/tslib@2.3.0...2.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: tslib
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump prettier from 2.3.2 to 2.8.4
    
    Bumps [prettier](https://github.com/prettier/prettier) from 2.3.2 to 2.8.4.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.3.2...2.8.4)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Adapt Readme file with version 2.5.0
    
    This commit adapts text from README,
    to be compliant with content returned by running `bump --help`
    with version 2.5.0 of `bump-cli`.
    
    * Copywriting suggestion for main commands names
    
    This commit adapts description of main commands `deploy`, `diff`
    and `preview`, to improve consistency:
    - Upcase and dot.
    - Fix typo s/comparaison/comparison/
    
    Changes are also reported on README file.
    
    * build(deps-dev): bump @oclif/test from 1.2.8 to 2.3.9
    
    Bumps [@oclif/test](https://github.com/oclif/test) from 1.2.8 to 2.3.9.
    - [Release notes](https://github.com/oclif/test/releases)
    - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md)
    - [Commits](oclif/test@v1.2.8...2.3.9)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/test"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Adapt CLI to receive 402 status from Bump API
    
    We are currently discussing to add a specific response to our Bump API,
    when resource (Api or Hub) is disabled
    (which mean that resource owner has to upgrade its plan):
    https://github.com/bump-sh/bump/pull/3326
    
    A possibility is to use HTTP status code 402 'Payment required':
    https://developer.mozilla.org/fr/docs/Web/HTTP/Status/402
    
    This PR adapt CLI to support HTTP status 402, and raise
    error 102 with provided message (or default message defined in CLI).
    
    * change install command beacuse -g is deprecated
    
    * build(deps): bump @apidevtools/json-schema-ref-parser
    
    Bumps [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 9.0.9 to 11.1.0.
    - [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases)
    - [Commits](APIDevTools/json-schema-ref-parser@v9.0.9...v11.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@apidevtools/json-schema-ref-parser"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump globby from 11.1.0 to 14.0.0
    
    Bumps [globby](https://github.com/sindresorhus/globby) from 11.1.0 to 14.0.0.
    - [Release notes](https://github.com/sindresorhus/globby/releases)
    - [Commits](sindresorhus/globby@v11.1.0...v14.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: globby
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump typescript from 4.5.5 to 5.3.3
    
    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 5.3.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.5.5...v5.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * WIP: adding an 'overlay' command to be able to apply OAS overlays
    
    This is a work in progress.. but I have troubles to import the lib
    from https://github.com/lornajane/openapi-overlays-js and I don't
    understand why 🤯
    
    * core: upgrade to TS 4.9 and change module type to 'nodenext'
    
    This commit changes the Node package type to 'module' and upgrade
    Typescript to 4.9 (which supports module type since 4.7).
    
    It implies a few changes on the way we import relative files, and some
    external libs upgrade.
    
    * WIP: Tentative to run dev package
    
    We probably need to update Oclif to v3 to be able to use ESM modules
    in the CLI...
    
    * build(deps): bump @oclif/core from 1.20.4 to 3.15.1
    
    Bumps [@oclif/core](https://github.com/oclif/core) from 1.20.4 to 3.15.1.
    - [Release notes](https://github.com/oclif/core/releases)
    - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
    - [Commits](oclif/core@1.20.4...3.15.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/core"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * WIP: adding an 'overlay' command to be able to apply OAS overlays
    
    This is a work in progress.. but I have troubles to import the lib
    from https://github.com/lornajane/openapi-overlays-js and I don't
    understand why 🤯
    
    * v2.7.3-beta.1
    
    * tests: allow beta versions of the CLI in user agent spec
    
    * build(deps-dev): bump @oclif/test from 2.1.0 to 3.1.8
    
    Bumps [@oclif/test](https://github.com/oclif/test) from 2.1.0 to 3.1.8.
    - [Release notes](https://github.com/oclif/test/releases)
    - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md)
    - [Commits](oclif/test@v2.1.0...3.1.8)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/test"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * docs: fix github action links
    
    * build(deps-dev): bump @types/node from 15.14.9 to 17.0.4
    
    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.14.9 to 17.0.4.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump nock from 13.2.1 to 13.2.2
    
    Bumps [nock](https://github.com/nock/nock) from 13.2.1 to 13.2.2.
    - [Release notes](https://github.com/nock/nock/releases)
    - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
    - [Commits](nock/nock@v13.2.1...v13.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: nock
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20
    
    Snyk has created this PR to upgrade @oclif/plugin-help from 5.1.12 to 5.2.20.
    
    See this package in npm:
    @oclif/plugin-help
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @apidevtools/json-schema-ref-parser from 9.0.9 to 9.1.2
    
    Snyk has created this PR to upgrade @apidevtools/json-schema-ref-parser from 9.0.9 to 9.1.2.
    
    See this package in npm:
    @apidevtools/json-schema-ref-parser
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade oas-schemas from 2.0.0 to 2.1.3
    
    Snyk has created this PR to upgrade oas-schemas from 2.0.0 to 2.1.3.
    
    See this package in npm:
    oas-schemas
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade axios from 1.6.4 to 1.7.2
    
    Snyk has created this PR to upgrade axios from 1.6.4 to 1.7.2.
    
    See this package in npm:
    axios
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade async-mutex from 0.4.0 to 0.5.0
    
    Snyk has created this PR to upgrade async-mutex from 0.4.0 to 0.5.0.
    
    See this package in npm:
    async-mutex
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @clack/prompts from 0.6.3 to 0.7.0
    
    Snyk has created this PR to upgrade @clack/prompts from 0.6.3 to 0.7.0.
    
    See this package in npm:
    @clack/prompts
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade debug from 4.3.4 to 4.3.5
    
    Snyk has created this PR to upgrade debug from 4.3.4 to 4.3.5.
    
    See this package in npm:
    debug
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * Revert "[Snyk] Upgrade async-mutex from 0.4.0 to 0.5.0"
    
    * Revert "Revert "[Snyk] Upgrade async-mutex from 0.4.0 to 0.5.0""
    
    * Update README.md
    
    * Update package.json
    
    * Adapt CLI to receive 402 status from Bump API
    
    We are currently discussing to add a specific response to our Bump API,
    when resource (Api or Hub) is disabled
    (which mean that resource owner has to upgrade its plan):
    https://github.com/bump-sh/bump/pull/3326
    
    A possibility is to use HTTP status code 402 'Payment required':
    https://developer.mozilla.org/fr/docs/Web/HTTP/Status/402
    
    This PR adapt CLI to support HTTP status 402, and raise
    error 102 with provided message (or default message defined in CLI).
    
    * change install command beacuse -g is deprecated
    
    * Add link to Bump CLI help center
    
    * Adapt Readme file with version 2.5.0
    
    This commit adapts text from README,
    to be compliant with content returned by running `bump --help`
    with version 2.5.0 of `bump-cli`.
    
    * Copywriting suggestion for main commands names
    
    This commit adapts description of main commands `deploy`, `diff`
    and `preview`, to improve consistency:
    - Upcase and dot.
    - Fix typo s/comparaison/comparison/
    
    Changes are also reported on README file.
    
    * build(deps): bump @apidevtools/json-schema-ref-parser
    
    Bumps [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 9.0.9 to 11.1.0.
    - [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases)
    - [Commits](APIDevTools/json-schema-ref-parser@v9.0.9...v11.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@apidevtools/json-schema-ref-parser"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps): bump @oclif/core from 1.20.4 to 3.15.1
    
    Bumps [@oclif/core](https://github.com/oclif/core) from 1.20.4 to 3.15.1.
    - [Release notes](https://github.com/oclif/core/releases)
    - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
    - [Commits](oclif/core@1.20.4...3.15.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/core"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump @oclif/test from 2.1.0 to 3.1.8
    
    Bumps [@oclif/test](https://github.com/oclif/test) from 2.1.0 to 3.1.8.
    - [Release notes](https://github.com/oclif/test/releases)
    - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md)
    - [Commits](oclif/test@v2.1.0...3.1.8)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/test"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788
    
    * build(deps-dev): bump globby from 11.1.0 to 14.0.0
    
    Bumps [globby](https://github.com/sindresorhus/globby) from 11.1.0 to 14.0.0.
    - [Release notes](https://github.com/sindresorhus/globby/releases)
    - [Commits](sindresorhus/globby@v11.1.0...v14.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: globby
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump typescript from 4.5.5 to 5.3.3
    
    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 5.3.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.5.5...v5.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788
    
    * fix: upgrade axios from 1.6.3 to 1.7.2
    
    Snyk has created this PR to upgrade axios from 1.6.3 to 1.7.2.
    
    See this package in npm:
    axios
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/core from 3.15.1 to 3.27.0
    
    Snyk has created this PR to upgrade @oclif/core from 3.15.1 to 3.27.0.
    
    See this package in npm:
    @oclif/core
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade async-mutex from 0.4.0 to 0.5.0
    
    Snyk has created this PR to upgrade async-mutex from 0.4.0 to 0.5.0.
    
    See this package in npm:
    async-mutex
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade oas-schemas from 2.0.0 to 2.1.3
    
    Snyk has created this PR to upgrade oas-schemas from 2.0.0 to 2.1.3.
    
    See this package in npm:
    oas-schemas
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/command from 1.8.18 to 1.8.36
    
    Snyk has created this PR to upgrade @oclif/command from 1.8.18 to 1.8.36.
    
    See this package in npm:
    @oclif/command
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20
    
    Snyk has created this PR to upgrade @oclif/plugin-help from 5.1.12 to 5.2.20.
    
    See this package in npm:
    @oclif/plugin-help
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade debug from 4.3.4 to 4.3.5
    
    Snyk has created this PR to upgrade debug from 4.3.4 to 4.3.5.
    
    See this package in npm:
    debug
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @clack/prompts from 0.6.3 to 0.7.0
    
    Snyk has created this PR to upgrade @clack/prompts from 0.6.3 to 0.7.0.
    
    See this package in npm:
    @clack/prompts
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * Update README.md
    
    * build(deps-dev): bump @types/node from 15.14.9 to 17.0.4
    
    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.14.9 to 17.0.4.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump nock from 13.2.1 to 13.2.2
    
    Bumps [nock](https://github.com/nock/nock) from 13.2.1 to 13.2.2.
    - [Release notes](https://github.com/nock/nock/releases)
    - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
    - [Commits](nock/nock@v13.2.1...v13.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: nock
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20
    
    Snyk has created this PR to upgrade @oclif/plugin-help from 5.1.12 to 5.2.20.
    
    See this package in npm:
    @oclif/plugin-help
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @apidevtools/json-schema-ref-parser from 9.0.9 to 9.1.2
    
    Snyk has created this PR to upgrade @apidevtools/json-schema-ref-parser from 9.0.9 to 9.1.2.
    
    See this package in npm:
    @apidevtools/json-schema-ref-parser
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade oas-schemas from 2.0.0 to 2.1.3
    
    Snyk has created this PR to upgrade oas-schemas from 2.0.0 to 2.1.3.
    
    See this package in npm:
    oas-schemas
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade axios from 1.6.4 to 1.7.2
    
    Snyk has created this PR to upgrade axios from 1.6.4 to 1.7.2.
    
    See this package in npm:
    axios
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade async-mutex from 0.4.0 to 0.5.0
    
    Snyk has created this PR to upgrade async-mutex from 0.4.0 to 0.5.0.
    
    See this package in npm:
    async-mutex
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @clack/prompts from 0.6.3 to 0.7.0
    
    Snyk has created this PR to upgrade @clack/prompts from 0.6.3 to 0.7.0.
    
    See this package in npm:
    @clack/prompts
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade debug from 4.3.4 to 4.3.5
    
    Snyk has created this PR to upgrade debug from 4.3.4 to 4.3.5.
    
    See this package in npm:
    debug
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * Revert "[Snyk] Upgrade async-mutex from 0.4.0 to 0.5.0"
    
    * Revert "Revert "[Snyk] Upgrade async-mutex from 0.4.0 to 0.5.0""
    
    * Update README.md
    
    * Adapt CLI to receive 402 status from Bump API
    
    We are currently discussing to add a specific response to our Bump API,
    when resource (Api or Hub) is disabled
    (which mean that resource owner has to upgrade its plan):
    https://github.com/bump-sh/bump/pull/3326
    
    A possibility is to use HTTP status code 402 'Payment required':
    https://developer.mozilla.org/fr/docs/Web/HTTP/Status/402
    
    This PR adapt CLI to support HTTP status 402, and raise
    error 102 with provided message (or default message defined in CLI).
    
    * change install command beacuse -g is deprecated
    
    * Add link to Bump CLI help center
    
    * Adapt Readme file with version 2.5.0
    
    This commit adapts text from README,
    to be compliant with content returned by running `bump --help`
    with version 2.5.0 of `bump-cli`.
    
    * Copywriting suggestion for main commands names
    
    This commit adapts description of main commands `deploy`, `diff`
    and `preview`, to improve consistency:
    - Upcase and dot.
    - Fix typo s/comparaison/comparison/
    
    Changes are also reported on README file.
    
    * build(deps): bump @apidevtools/json-schema-ref-parser
    
    Bumps [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 9.0.9 to 11.1.0.
    - [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases)
    - [Commits](APIDevTools/json-schema-ref-parser@v9.0.9...v11.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@apidevtools/json-schema-ref-parser"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps): bump @oclif/core from 1.20.4 to 3.15.1
    
    Bumps [@oclif/core](https://github.com/oclif/core) from 1.20.4 to 3.15.1.
    - [Release notes](https://github.com/oclif/core/releases)
    - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
    - [Commits](oclif/core@1.20.4...3.15.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/core"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump @oclif/test from 2.1.0 to 3.1.8
    
    Bumps [@oclif/test](https://github.com/oclif/test) from 2.1.0 to 3.1.8.
    - [Release notes](https://github.com/oclif/test/releases)
    - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md)
    - [Commits](oclif/test@v2.1.0...3.1.8)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/test"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788
    
    * build(deps-dev): bump globby from 11.1.0 to 14.0.0
    
    Bumps [globby](https://github.com/sindresorhus/globby) from 11.1.0 to 14.0.0.
    - [Release notes](https://github.com/sindresorhus/globby/releases)
    - [Commits](sindresorhus/globby@v11.1.0...v14.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: globby
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump typescript from 4.5.5 to 5.3.3
    
    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 5.3.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.5.5...v5.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788
    
    * fix: upgrade axios from 1.6.3 to 1.7.2
    
    Snyk has created this PR to upgrade axios from 1.6.3 to 1.7.2.
    
    See this package in npm:
    axios
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/core from 3.15.1 to 3.27.0
    
    Snyk has created this PR to upgrade @oclif/core from 3.15.1 to 3.27.0.
    
    See this package in npm:
    @oclif/core
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade async-mutex from 0.4.0 to 0.5.0
    
    Snyk has created this PR to upgrade async-mutex from 0.4.0 to 0.5.0.
    
    See this package in npm:
    async-mutex
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade oas-schemas from 2.0.0 to 2.1.3
    
    Snyk has created this PR to upgrade oas-schemas from 2.0.0 to 2.1.3.
    
    See this package in npm:
    oas-schemas
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/command from 1.8.18 to 1.8.36
    
    Snyk has created this PR to upgrade @oclif/command from 1.8.18 to 1.8.36.
    
    See this package in npm:
    @oclif/command
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20
    
    Snyk has created this PR to upgrade @oclif/plugin-help from 5.1.12 to 5.2.20.
    
    See this package in npm:
    @oclif/plugin-help
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade debug from 4.3.4 to 4.3.5
    
    Snyk has created this PR to upgrade debug from 4.3.4 to 4.3.5.
    
    See this package in npm:
    debug
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @clack/prompts from 0.6.3 to 0.7.0
    
    Snyk has created this PR to upgrade @clack/prompts from 0.6.3 to 0.7.0.
    
    See this package in npm:
    @clack/prompts
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * Update README.md
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-APIDEVTOOLSJSONSCHEMAREFPARSER-6928868
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908
    - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269
    - https://snyk.io/vuln/SNYK-JS-LODASHTEMPLATE-1088054
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-LODASHTEMPLATE-1088054
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908
    - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
    - https://snyk.io/vuln/SNYK-JS-LODASHTEMPLATE-1088054
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20
    
    Snyk has created this PR to upgrade @oclif/plugin-help from 5.1.12 to 5.2.20.
    
    See this package in npm:
    @oclif/plugin-help
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/command from 1.8.18 to 1.8.36
    
    Snyk has created this PR to upgrade @oclif/command from 1.8.18 to 1.8.36.
    
    See this package in npm:
    @oclif/command
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/config from 1.18.3 to 1.18.17
    
    Snyk has created this PR to upgrade @oclif/config from 1.18.3 to 1.18.17.
    
    See this package in npm:
    @oclif/config
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/core from 1.20.4 to 1.26.2
    
    Snyk has created this PR to upgrade @oclif/core from 1.20.4 to 1.26.2.
    
    See this package in npm:
    @oclif/core
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade tslib from 2.5.0 to 2.6.3
    
    Snyk has created this PR to upgrade tslib from 2.5.0 to 2.6.3.
    
    See this package in npm:
    tslib
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * 2.8.2
    
    * Update README.md
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: Polo M2B <polo2bodi@gmail.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Paul B <paulr@bump.sh>
    Co-authored-by: Florent BRAURE <florent@bump.sh>
    Co-authored-by: Phil Sturgeon <67381+philsturgeon@users.noreply.github.com>
    Co-authored-by: snyk-bot <snyk-bot@snyk.io>
    7 people committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    cc0a4ae View commit details
    Browse the repository at this point in the history
  15. Revert "main (#63)" (#64)

    This reverts commit 3f80311.
    skanda890 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    84a77a7 View commit details
    Browse the repository at this point in the history
  16. fix: package.json & package-lock.json to reduce vulnerabilities (#66)

    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-APIDEVTOOLSJSONSCHEMAREFPARSER-6928868
    
    Co-authored-by: snyk-bot <snyk-bot@snyk.io>
    skanda890 and snyk-bot committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    4e96508 View commit details
    Browse the repository at this point in the history
  17. skanda890 (#67)

    * Add link to Bump CLI help center
    
    * Adapt Readme to version 2.1.1
    
    Add information about `diff` command, that are displayed
    with `bump --help` for version 2.1.1
    
    * build(deps-dev): bump @types/debug from 4.1.6 to 4.1.7
    
    Bumps [@types/debug](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/debug) from 4.1.6 to 4.1.7.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/debug)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/debug"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * WIP: trying to migrate to full @oclif/core package
    
    Somehow there are some breaking stuff even though the migration guide
    says it should be straight forward:
    https://github.com/oclif/core/blob/main/MIGRATION.md#update-your-bin-scirpts
    
    🤷
    
    * diff: display markdown in console
    
    * fix: make sure to send posix-style paths to Bump servers
    
    As a followup to #360, we need to send only posix style paths to our
    servers as that's how we handle references internally.
    
    The fix in #360 was useful to read filesystem on windows machine (for
    external references) but was not enough to make sure references in
    parent or child directory work correctly.
    
    Completely fixes #361
    
    * build(deps-dev): bump sinon from 11.1.1 to 15.0.1
    
    Bumps [sinon](https://github.com/sinonjs/sinon) from 11.1.1 to 15.0.1.
    - [Release notes](https://github.com/sinonjs/sinon/releases)
    - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
    - [Commits](sinonjs/sinon@v11.1.1...v15.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: sinon
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps): bump tslib from 2.3.0 to 2.5.0
    
    Bumps [tslib](https://github.com/Microsoft/tslib) from 2.3.0 to 2.5.0.
    - [Release notes](https://github.com/Microsoft/tslib/releases)
    - [Commits](microsoft/tslib@2.3.0...2.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: tslib
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump prettier from 2.3.2 to 2.8.4
    
    Bumps [prettier](https://github.com/prettier/prettier) from 2.3.2 to 2.8.4.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.3.2...2.8.4)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Adapt Readme file with version 2.5.0
    
    This commit adapts text from README,
    to be compliant with content returned by running `bump --help`
    with version 2.5.0 of `bump-cli`.
    
    * Copywriting suggestion for main commands names
    
    This commit adapts description of main commands `deploy`, `diff`
    and `preview`, to improve consistency:
    - Upcase and dot.
    - Fix typo s/comparaison/comparison/
    
    Changes are also reported on README file.
    
    * build(deps-dev): bump @oclif/test from 1.2.8 to 2.3.9
    
    Bumps [@oclif/test](https://github.com/oclif/test) from 1.2.8 to 2.3.9.
    - [Release notes](https://github.com/oclif/test/releases)
    - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md)
    - [Commits](oclif/test@v1.2.8...2.3.9)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/test"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Adapt CLI to receive 402 status from Bump API
    
    We are currently discussing to add a specific response to our Bump API,
    when resource (Api or Hub) is disabled
    (which mean that resource owner has to upgrade its plan):
    https://github.com/bump-sh/bump/pull/3326
    
    A possibility is to use HTTP status code 402 'Payment required':
    https://developer.mozilla.org/fr/docs/Web/HTTP/Status/402
    
    This PR adapt CLI to support HTTP status 402, and raise
    error 102 with provided message (or default message defined in CLI).
    
    * change install command beacuse -g is deprecated
    
    * build(deps): bump @apidevtools/json-schema-ref-parser
    
    Bumps [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 9.0.9 to 11.1.0.
    - [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases)
    - [Commits](APIDevTools/json-schema-ref-parser@v9.0.9...v11.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@apidevtools/json-schema-ref-parser"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump globby from 11.1.0 to 14.0.0
    
    Bumps [globby](https://github.com/sindresorhus/globby) from 11.1.0 to 14.0.0.
    - [Release notes](https://github.com/sindresorhus/globby/releases)
    - [Commits](sindresorhus/globby@v11.1.0...v14.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: globby
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump typescript from 4.5.5 to 5.3.3
    
    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 5.3.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.5.5...v5.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * WIP: adding an 'overlay' command to be able to apply OAS overlays
    
    This is a work in progress.. but I have troubles to import the lib
    from https://github.com/lornajane/openapi-overlays-js and I don't
    understand why 🤯
    
    * core: upgrade to TS 4.9 and change module type to 'nodenext'
    
    This commit changes the Node package type to 'module' and upgrade
    Typescript to 4.9 (which supports module type since 4.7).
    
    It implies a few changes on the way we import relative files, and some
    external libs upgrade.
    
    * WIP: Tentative to run dev package
    
    We probably need to update Oclif to v3 to be able to use ESM modules
    in the CLI...
    
    * build(deps): bump @oclif/core from 1.20.4 to 3.15.1
    
    Bumps [@oclif/core](https://github.com/oclif/core) from 1.20.4 to 3.15.1.
    - [Release notes](https://github.com/oclif/core/releases)
    - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
    - [Commits](oclif/core@1.20.4...3.15.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/core"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * WIP: adding an 'overlay' command to be able to apply OAS overlays
    
    This is a work in progress.. but I have troubles to import the lib
    from https://github.com/lornajane/openapi-overlays-js and I don't
    understand why 🤯
    
    * v2.7.3-beta.1
    
    * tests: allow beta versions of the CLI in user agent spec
    
    * build(deps-dev): bump @oclif/test from 2.1.0 to 3.1.8
    
    Bumps [@oclif/test](https://github.com/oclif/test) from 2.1.0 to 3.1.8.
    - [Release notes](https://github.com/oclif/test/releases)
    - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md)
    - [Commits](oclif/test@v2.1.0...3.1.8)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/test"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * docs: fix github action links
    
    * Let's render a preview on Bump.sh
    
    Favor Bump.sh instead of Bump.
    
    Noticed by working on GitLab integration, cf
    https://gitlab.com/Polo2/multi-documentations.
    
    * build(deps-dev): bump @types/node from 15.14.9 to 17.0.4
    
    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.14.9 to 17.0.4.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump nock from 13.2.1 to 13.2.2
    
    Bumps [nock](https://github.com/nock/nock) from 13.2.1 to 13.2.2.
    - [Release notes](https://github.com/nock/nock/releases)
    - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
    - [Commits](nock/nock@v13.2.1...v13.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: nock
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20
    
    Snyk has created this PR to upgrade @oclif/plugin-help from 5.1.12 to 5.2.20.
    
    See this package in npm:
    @oclif/plugin-help
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @apidevtools/json-schema-ref-parser from 9.0.9 to 9.1.2
    
    Snyk has created this PR to upgrade @apidevtools/json-schema-ref-parser from 9.0.9 to 9.1.2.
    
    See this package in npm:
    @apidevtools/json-schema-ref-parser
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade oas-schemas from 2.0.0 to 2.1.3
    
    Snyk has created this PR to upgrade oas-schemas from 2.0.0 to 2.1.3.
    
    See this package in npm:
    oas-schemas
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade axios from 1.6.4 to 1.7.2
    
    Snyk has created this PR to upgrade axios from 1.6.4 to 1.7.2.
    
    See this package in npm:
    axios
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade async-mutex from 0.4.0 to 0.5.0
    
    Snyk has created this PR to upgrade async-mutex from 0.4.0 to 0.5.0.
    
    See this package in npm:
    async-mutex
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @clack/prompts from 0.6.3 to 0.7.0
    
    Snyk has created this PR to upgrade @clack/prompts from 0.6.3 to 0.7.0.
    
    See this package in npm:
    @clack/prompts
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade debug from 4.3.4 to 4.3.5
    
    Snyk has created this PR to upgrade debug from 4.3.4 to 4.3.5.
    
    See this package in npm:
    debug
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * Revert "[Snyk] Upgrade async-mutex from 0.4.0 to 0.5.0"
    
    * Revert "Revert "[Snyk] Upgrade async-mutex from 0.4.0 to 0.5.0""
    
    * Update README.md
    
    * Update package.json
    
    * Adapt CLI to receive 402 status from Bump API
    
    We are currently discussing to add a specific response to our Bump API,
    when resource (Api or Hub) is disabled
    (which mean that resource owner has to upgrade its plan):
    https://github.com/bump-sh/bump/pull/3326
    
    A possibility is to use HTTP status code 402 'Payment required':
    https://developer.mozilla.org/fr/docs/Web/HTTP/Status/402
    
    This PR adapt CLI to support HTTP status 402, and raise
    error 102 with provided message (or default message defined in CLI).
    
    * change install command beacuse -g is deprecated
    
    * Add link to Bump CLI help center
    
    * Adapt Readme file with version 2.5.0
    
    This commit adapts text from README,
    to be compliant with content returned by running `bump --help`
    with version 2.5.0 of `bump-cli`.
    
    * Copywriting suggestion for main commands names
    
    This commit adapts description of main commands `deploy`, `diff`
    and `preview`, to improve consistency:
    - Upcase and dot.
    - Fix typo s/comparaison/comparison/
    
    Changes are also reported on README file.
    
    * build(deps): bump @apidevtools/json-schema-ref-parser
    
    Bumps [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 9.0.9 to 11.1.0.
    - [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases)
    - [Commits](APIDevTools/json-schema-ref-parser@v9.0.9...v11.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@apidevtools/json-schema-ref-parser"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps): bump @oclif/core from 1.20.4 to 3.15.1
    
    Bumps [@oclif/core](https://github.com/oclif/core) from 1.20.4 to 3.15.1.
    - [Release notes](https://github.com/oclif/core/releases)
    - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
    - [Commits](oclif/core@1.20.4...3.15.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/core"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump @oclif/test from 2.1.0 to 3.1.8
    
    Bumps [@oclif/test](https://github.com/oclif/test) from 2.1.0 to 3.1.8.
    - [Release notes](https://github.com/oclif/test/releases)
    - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md)
    - [Commits](oclif/test@v2.1.0...3.1.8)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/test"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788
    
    * build(deps-dev): bump globby from 11.1.0 to 14.0.0
    
    Bumps [globby](https://github.com/sindresorhus/globby) from 11.1.0 to 14.0.0.
    - [Release notes](https://github.com/sindresorhus/globby/releases)
    - [Commits](sindresorhus/globby@v11.1.0...v14.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: globby
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump typescript from 4.5.5 to 5.3.3
    
    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 5.3.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.5.5...v5.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788
    
    * fix: upgrade axios from 1.6.3 to 1.7.2
    
    Snyk has created this PR to upgrade axios from 1.6.3 to 1.7.2.
    
    See this package in npm:
    axios
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/core from 3.15.1 to 3.27.0
    
    Snyk has created this PR to upgrade @oclif/core from 3.15.1 to 3.27.0.
    
    See this package in npm:
    @oclif/core
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade async-mutex from 0.4.0 to 0.5.0
    
    Snyk has created this PR to upgrade async-mutex from 0.4.0 to 0.5.0.
    
    See this package in npm:
    async-mutex
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade oas-schemas from 2.0.0 to 2.1.3
    
    Snyk has created this PR to upgrade oas-schemas from 2.0.0 to 2.1.3.
    
    See this package in npm:
    oas-schemas
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/command from 1.8.18 to 1.8.36
    
    Snyk has created this PR to upgrade @oclif/command from 1.8.18 to 1.8.36.
    
    See this package in npm:
    @oclif/command
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20
    
    Snyk has created this PR to upgrade @oclif/plugin-help from 5.1.12 to 5.2.20.
    
    See this package in npm:
    @oclif/plugin-help
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade debug from 4.3.4 to 4.3.5
    
    Snyk has created this PR to upgrade debug from 4.3.4 to 4.3.5.
    
    See this package in npm:
    debug
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @clack/prompts from 0.6.3 to 0.7.0
    
    Snyk has created this PR to upgrade @clack/prompts from 0.6.3 to 0.7.0.
    
    See this package in npm:
    @clack/prompts
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * Update README.md
    
    * build(deps-dev): bump @types/node from 15.14.9 to 17.0.4
    
    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.14.9 to 17.0.4.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump nock from 13.2.1 to 13.2.2
    
    Bumps [nock](https://github.com/nock/nock) from 13.2.1 to 13.2.2.
    - [Release notes](https://github.com/nock/nock/releases)
    - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
    - [Commits](nock/nock@v13.2.1...v13.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: nock
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20
    
    Snyk has created this PR to upgrade @oclif/plugin-help from 5.1.12 to 5.2.20.
    
    See this package in npm:
    @oclif/plugin-help
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @apidevtools/json-schema-ref-parser from 9.0.9 to 9.1.2
    
    Snyk has created this PR to upgrade @apidevtools/json-schema-ref-parser from 9.0.9 to 9.1.2.
    
    See this package in npm:
    @apidevtools/json-schema-ref-parser
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade oas-schemas from 2.0.0 to 2.1.3
    
    Snyk has created this PR to upgrade oas-schemas from 2.0.0 to 2.1.3.
    
    See this package in npm:
    oas-schemas
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade axios from 1.6.4 to 1.7.2
    
    Snyk has created this PR to upgrade axios from 1.6.4 to 1.7.2.
    
    See this package in npm:
    axios
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade async-mutex from 0.4.0 to 0.5.0
    
    Snyk has created this PR to upgrade async-mutex from 0.4.0 to 0.5.0.
    
    See this package in npm:
    async-mutex
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @clack/prompts from 0.6.3 to 0.7.0
    
    Snyk has created this PR to upgrade @clack/prompts from 0.6.3 to 0.7.0.
    
    See this package in npm:
    @clack/prompts
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade debug from 4.3.4 to 4.3.5
    
    Snyk has created this PR to upgrade debug from 4.3.4 to 4.3.5.
    
    See this package in npm:
    debug
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * Revert "[Snyk] Upgrade async-mutex from 0.4.0 to 0.5.0"
    
    * Revert "Revert "[Snyk] Upgrade async-mutex from 0.4.0 to 0.5.0""
    
    * Update README.md
    
    * Adapt CLI to receive 402 status from Bump API
    
    We are currently discussing to add a specific response to our Bump API,
    when resource (Api or Hub) is disabled
    (which mean that resource owner has to upgrade its plan):
    https://github.com/bump-sh/bump/pull/3326
    
    A possibility is to use HTTP status code 402 'Payment required':
    https://developer.mozilla.org/fr/docs/Web/HTTP/Status/402
    
    This PR adapt CLI to support HTTP status 402, and raise
    error 102 with provided message (or default message defined in CLI).
    
    * change install command beacuse -g is deprecated
    
    * Add link to Bump CLI help center
    
    * Adapt Readme file with version 2.5.0
    
    This commit adapts text from README,
    to be compliant with content returned by running `bump --help`
    with version 2.5.0 of `bump-cli`.
    
    * Copywriting suggestion for main commands names
    
    This commit adapts description of main commands `deploy`, `diff`
    and `preview`, to improve consistency:
    - Upcase and dot.
    - Fix typo s/comparaison/comparison/
    
    Changes are also reported on README file.
    
    * build(deps): bump @apidevtools/json-schema-ref-parser
    
    Bumps [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 9.0.9 to 11.1.0.
    - [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases)
    - [Commits](APIDevTools/json-schema-ref-parser@v9.0.9...v11.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@apidevtools/json-schema-ref-parser"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps): bump @oclif/core from 1.20.4 to 3.15.1
    
    Bumps [@oclif/core](https://github.com/oclif/core) from 1.20.4 to 3.15.1.
    - [Release notes](https://github.com/oclif/core/releases)
    - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
    - [Commits](oclif/core@1.20.4...3.15.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/core"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump @oclif/test from 2.1.0 to 3.1.8
    
    Bumps [@oclif/test](https://github.com/oclif/test) from 2.1.0 to 3.1.8.
    - [Release notes](https://github.com/oclif/test/releases)
    - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md)
    - [Commits](oclif/test@v2.1.0...3.1.8)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/test"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788
    
    * build(deps-dev): bump globby from 11.1.0 to 14.0.0
    
    Bumps [globby](https://github.com/sindresorhus/globby) from 11.1.0 to 14.0.0.
    - [Release notes](https://github.com/sindresorhus/globby/releases)
    - [Commits](sindresorhus/globby@v11.1.0...v14.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: globby
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump typescript from 4.5.5 to 5.3.3
    
    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 5.3.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.5.5...v5.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788
    
    * fix: upgrade axios from 1.6.3 to 1.7.2
    
    Snyk has created this PR to upgrade axios from 1.6.3 to 1.7.2.
    
    See this package in npm:
    axios
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/core from 3.15.1 to 3.27.0
    
    Snyk has created this PR to upgrade @oclif/core from 3.15.1 to 3.27.0.
    
    See this package in npm:
    @oclif/core
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade async-mutex from 0.4.0 to 0.5.0
    
    Snyk has created this PR to upgrade async-mutex from 0.4.0 to 0.5.0.
    
    See this package in npm:
    async-mutex
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade oas-schemas from 2.0.0 to 2.1.3
    
    Snyk has created this PR to upgrade oas-schemas from 2.0.0 to 2.1.3.
    
    See this package in npm:
    oas-schemas
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/command from 1.8.18 to 1.8.36
    
    Snyk has created this PR to upgrade @oclif/command from 1.8.18 to 1.8.36.
    
    See this package in npm:
    @oclif/command
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20
    
    Snyk has created this PR to upgrade @oclif/plugin-help from 5.1.12 to 5.2.20.
    
    See this package in npm:
    @oclif/plugin-help
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade debug from 4.3.4 to 4.3.5
    
    Snyk has created this PR to upgrade debug from 4.3.4 to 4.3.5.
    
    See this package in npm:
    debug
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @clack/prompts from 0.6.3 to 0.7.0
    
    Snyk has created this PR to upgrade @clack/prompts from 0.6.3 to 0.7.0.
    
    See this package in npm:
    @clack/prompts
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * Update README.md
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-APIDEVTOOLSJSONSCHEMAREFPARSER-6928868
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908
    - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269
    - https://snyk.io/vuln/SNYK-JS-LODASHTEMPLATE-1088054
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-LODASHTEMPLATE-1088054
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908
    - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
    - https://snyk.io/vuln/SNYK-JS-LODASHTEMPLATE-1088054
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20
    
    Snyk has created this PR to upgrade @oclif/plugin-help from 5.1.12 to 5.2.20.
    
    See this package in npm:
    @oclif/plugin-help
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/command from 1.8.18 to 1.8.36
    
    Snyk has created this PR to upgrade @oclif/command from 1.8.18 to 1.8.36.
    
    See this package in npm:
    @oclif/command
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/config from 1.18.3 to 1.18.17
    
    Snyk has created this PR to upgrade @oclif/config from 1.18.3 to 1.18.17.
    
    See this package in npm:
    @oclif/config
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/core from 1.20.4 to 1.26.2
    
    Snyk has created this PR to upgrade @oclif/core from 1.20.4 to 1.26.2.
    
    See this package in npm:
    @oclif/core
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade tslib from 2.5.0 to 2.6.3
    
    Snyk has created this PR to upgrade tslib from 2.5.0 to 2.6.3.
    
    See this package in npm:
    tslib
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * 2.8.2
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-APIDEVTOOLSJSONSCHEMAREFPARSER-6928868
    
    * Update test/commands/overlay.test.ts
    
    Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
    
    * Update src/commands/overlay.ts
    
    Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
    
    * Update README.md
    
    * Update overlay.ts
    
    * Update overlay.test.ts
    
    * Update error.ts
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: Polo M2B <polo2bodi@gmail.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Paul B <paulr@bump.sh>
    Co-authored-by: Florent BRAURE <florent@bump.sh>
    Co-authored-by: Phil Sturgeon <67381+philsturgeon@users.noreply.github.com>
    Co-authored-by: snyk-bot <snyk-bot@snyk.io>
    Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
    8 people committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    8654797 View commit details
    Browse the repository at this point in the history
  18. New branch name (#68)

    * Add link to Bump CLI help center
    
    * Adapt Readme to version 2.1.1
    
    Add information about `diff` command, that are displayed
    with `bump --help` for version 2.1.1
    
    * build(deps-dev): bump @types/debug from 4.1.6 to 4.1.7
    
    Bumps [@types/debug](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/debug) from 4.1.6 to 4.1.7.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/debug)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/debug"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * WIP: trying to migrate to full @oclif/core package
    
    Somehow there are some breaking stuff even though the migration guide
    says it should be straight forward:
    https://github.com/oclif/core/blob/main/MIGRATION.md#update-your-bin-scirpts
    
    🤷
    
    * diff: display markdown in console
    
    * fix: make sure to send posix-style paths to Bump servers
    
    As a followup to #360, we need to send only posix style paths to our
    servers as that's how we handle references internally.
    
    The fix in #360 was useful to read filesystem on windows machine (for
    external references) but was not enough to make sure references in
    parent or child directory work correctly.
    
    Completely fixes #361
    
    * build(deps-dev): bump sinon from 11.1.1 to 15.0.1
    
    Bumps [sinon](https://github.com/sinonjs/sinon) from 11.1.1 to 15.0.1.
    - [Release notes](https://github.com/sinonjs/sinon/releases)
    - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
    - [Commits](sinonjs/sinon@v11.1.1...v15.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: sinon
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps): bump tslib from 2.3.0 to 2.5.0
    
    Bumps [tslib](https://github.com/Microsoft/tslib) from 2.3.0 to 2.5.0.
    - [Release notes](https://github.com/Microsoft/tslib/releases)
    - [Commits](microsoft/tslib@2.3.0...2.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: tslib
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump prettier from 2.3.2 to 2.8.4
    
    Bumps [prettier](https://github.com/prettier/prettier) from 2.3.2 to 2.8.4.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.3.2...2.8.4)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Adapt Readme file with version 2.5.0
    
    This commit adapts text from README,
    to be compliant with content returned by running `bump --help`
    with version 2.5.0 of `bump-cli`.
    
    * Copywriting suggestion for main commands names
    
    This commit adapts description of main commands `deploy`, `diff`
    and `preview`, to improve consistency:
    - Upcase and dot.
    - Fix typo s/comparaison/comparison/
    
    Changes are also reported on README file.
    
    * build(deps-dev): bump @oclif/test from 1.2.8 to 2.3.9
    
    Bumps [@oclif/test](https://github.com/oclif/test) from 1.2.8 to 2.3.9.
    - [Release notes](https://github.com/oclif/test/releases)
    - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md)
    - [Commits](oclif/test@v1.2.8...2.3.9)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/test"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Adapt CLI to receive 402 status from Bump API
    
    We are currently discussing to add a specific response to our Bump API,
    when resource (Api or Hub) is disabled
    (which mean that resource owner has to upgrade its plan):
    https://github.com/bump-sh/bump/pull/3326
    
    A possibility is to use HTTP status code 402 'Payment required':
    https://developer.mozilla.org/fr/docs/Web/HTTP/Status/402
    
    This PR adapt CLI to support HTTP status 402, and raise
    error 102 with provided message (or default message defined in CLI).
    
    * change install command beacuse -g is deprecated
    
    * build(deps): bump @apidevtools/json-schema-ref-parser
    
    Bumps [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 9.0.9 to 11.1.0.
    - [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases)
    - [Commits](APIDevTools/json-schema-ref-parser@v9.0.9...v11.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@apidevtools/json-schema-ref-parser"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump globby from 11.1.0 to 14.0.0
    
    Bumps [globby](https://github.com/sindresorhus/globby) from 11.1.0 to 14.0.0.
    - [Release notes](https://github.com/sindresorhus/globby/releases)
    - [Commits](sindresorhus/globby@v11.1.0...v14.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: globby
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump typescript from 4.5.5 to 5.3.3
    
    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 5.3.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.5.5...v5.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * WIP: adding an 'overlay' command to be able to apply OAS overlays
    
    This is a work in progress.. but I have troubles to import the lib
    from https://github.com/lornajane/openapi-overlays-js and I don't
    understand why 🤯
    
    * core: upgrade to TS 4.9 and change module type to 'nodenext'
    
    This commit changes the Node package type to 'module' and upgrade
    Typescript to 4.9 (which supports module type since 4.7).
    
    It implies a few changes on the way we import relative files, and some
    external libs upgrade.
    
    * WIP: Tentative to run dev package
    
    We probably need to update Oclif to v3 to be able to use ESM modules
    in the CLI...
    
    * build(deps): bump @oclif/core from 1.20.4 to 3.15.1
    
    Bumps [@oclif/core](https://github.com/oclif/core) from 1.20.4 to 3.15.1.
    - [Release notes](https://github.com/oclif/core/releases)
    - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
    - [Commits](oclif/core@1.20.4...3.15.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/core"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * WIP: adding an 'overlay' command to be able to apply OAS overlays
    
    This is a work in progress.. but I have troubles to import the lib
    from https://github.com/lornajane/openapi-overlays-js and I don't
    understand why 🤯
    
    * v2.7.3-beta.1
    
    * tests: allow beta versions of the CLI in user agent spec
    
    * build(deps-dev): bump @oclif/test from 2.1.0 to 3.1.8
    
    Bumps [@oclif/test](https://github.com/oclif/test) from 2.1.0 to 3.1.8.
    - [Release notes](https://github.com/oclif/test/releases)
    - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md)
    - [Commits](oclif/test@v2.1.0...3.1.8)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/test"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * docs: fix github action links
    
    * build(deps-dev): bump @types/node from 15.14.9 to 17.0.4
    
    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.14.9 to 17.0.4.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump nock from 13.2.1 to 13.2.2
    
    Bumps [nock](https://github.com/nock/nock) from 13.2.1 to 13.2.2.
    - [Release notes](https://github.com/nock/nock/releases)
    - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
    - [Commits](nock/nock@v13.2.1...v13.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: nock
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20
    
    Snyk has created this PR to upgrade @oclif/plugin-help from 5.1.12 to 5.2.20.
    
    See this package in npm:
    @oclif/plugin-help
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @apidevtools/json-schema-ref-parser from 9.0.9 to 9.1.2
    
    Snyk has created this PR to upgrade @apidevtools/json-schema-ref-parser from 9.0.9 to 9.1.2.
    
    See this package in npm:
    @apidevtools/json-schema-ref-parser
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade oas-schemas from 2.0.0 to 2.1.3
    
    Snyk has created this PR to upgrade oas-schemas from 2.0.0 to 2.1.3.
    
    See this package in npm:
    oas-schemas
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade axios from 1.6.4 to 1.7.2
    
    Snyk has created this PR to upgrade axios from 1.6.4 to 1.7.2.
    
    See this package in npm:
    axios
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade async-mutex from 0.4.0 to 0.5.0
    
    Snyk has created this PR to upgrade async-mutex from 0.4.0 to 0.5.0.
    
    See this package in npm:
    async-mutex
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @clack/prompts from 0.6.3 to 0.7.0
    
    Snyk has created this PR to upgrade @clack/prompts from 0.6.3 to 0.7.0.
    
    See this package in npm:
    @clack/prompts
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade debug from 4.3.4 to 4.3.5
    
    Snyk has created this PR to upgrade debug from 4.3.4 to 4.3.5.
    
    See this package in npm:
    debug
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * Revert "[Snyk] Upgrade async-mutex from 0.4.0 to 0.5.0"
    
    * Revert "Revert "[Snyk] Upgrade async-mutex from 0.4.0 to 0.5.0""
    
    * Update README.md
    
    * Update package.json
    
    * Adapt CLI to receive 402 status from Bump API
    
    We are currently discussing to add a specific response to our Bump API,
    when resource (Api or Hub) is disabled
    (which mean that resource owner has to upgrade its plan):
    https://github.com/bump-sh/bump/pull/3326
    
    A possibility is to use HTTP status code 402 'Payment required':
    https://developer.mozilla.org/fr/docs/Web/HTTP/Status/402
    
    This PR adapt CLI to support HTTP status 402, and raise
    error 102 with provided message (or default message defined in CLI).
    
    * change install command beacuse -g is deprecated
    
    * Add link to Bump CLI help center
    
    * Adapt Readme file with version 2.5.0
    
    This commit adapts text from README,
    to be compliant with content returned by running `bump --help`
    with version 2.5.0 of `bump-cli`.
    
    * Copywriting suggestion for main commands names
    
    This commit adapts description of main commands `deploy`, `diff`
    and `preview`, to improve consistency:
    - Upcase and dot.
    - Fix typo s/comparaison/comparison/
    
    Changes are also reported on README file.
    
    * build(deps): bump @apidevtools/json-schema-ref-parser
    
    Bumps [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 9.0.9 to 11.1.0.
    - [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases)
    - [Commits](APIDevTools/json-schema-ref-parser@v9.0.9...v11.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@apidevtools/json-schema-ref-parser"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps): bump @oclif/core from 1.20.4 to 3.15.1
    
    Bumps [@oclif/core](https://github.com/oclif/core) from 1.20.4 to 3.15.1.
    - [Release notes](https://github.com/oclif/core/releases)
    - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
    - [Commits](oclif/core@1.20.4...3.15.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/core"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump @oclif/test from 2.1.0 to 3.1.8
    
    Bumps [@oclif/test](https://github.com/oclif/test) from 2.1.0 to 3.1.8.
    - [Release notes](https://github.com/oclif/test/releases)
    - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md)
    - [Commits](oclif/test@v2.1.0...3.1.8)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/test"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788
    
    * build(deps-dev): bump globby from 11.1.0 to 14.0.0
    
    Bumps [globby](https://github.com/sindresorhus/globby) from 11.1.0 to 14.0.0.
    - [Release notes](https://github.com/sindresorhus/globby/releases)
    - [Commits](sindresorhus/globby@v11.1.0...v14.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: globby
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump typescript from 4.5.5 to 5.3.3
    
    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 5.3.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.5.5...v5.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788
    
    * fix: upgrade axios from 1.6.3 to 1.7.2
    
    Snyk has created this PR to upgrade axios from 1.6.3 to 1.7.2.
    
    See this package in npm:
    axios
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/core from 3.15.1 to 3.27.0
    
    Snyk has created this PR to upgrade @oclif/core from 3.15.1 to 3.27.0.
    
    See this package in npm:
    @oclif/core
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade async-mutex from 0.4.0 to 0.5.0
    
    Snyk has created this PR to upgrade async-mutex from 0.4.0 to 0.5.0.
    
    See this package in npm:
    async-mutex
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade oas-schemas from 2.0.0 to 2.1.3
    
    Snyk has created this PR to upgrade oas-schemas from 2.0.0 to 2.1.3.
    
    See this package in npm:
    oas-schemas
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/command from 1.8.18 to 1.8.36
    
    Snyk has created this PR to upgrade @oclif/command from 1.8.18 to 1.8.36.
    
    See this package in npm:
    @oclif/command
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20
    
    Snyk has created this PR to upgrade @oclif/plugin-help from 5.1.12 to 5.2.20.
    
    See this package in npm:
    @oclif/plugin-help
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade debug from 4.3.4 to 4.3.5
    
    Snyk has created this PR to upgrade debug from 4.3.4 to 4.3.5.
    
    See this package in npm:
    debug
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @clack/prompts from 0.6.3 to 0.7.0
    
    Snyk has created this PR to upgrade @clack/prompts from 0.6.3 to 0.7.0.
    
    See this package in npm:
    @clack/prompts
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * Update README.md
    
    * build(deps-dev): bump @types/node from 15.14.9 to 17.0.4
    
    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.14.9 to 17.0.4.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump nock from 13.2.1 to 13.2.2
    
    Bumps [nock](https://github.com/nock/nock) from 13.2.1 to 13.2.2.
    - [Release notes](https://github.com/nock/nock/releases)
    - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
    - [Commits](nock/nock@v13.2.1...v13.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: nock
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20
    
    Snyk has created this PR to upgrade @oclif/plugin-help from 5.1.12 to 5.2.20.
    
    See this package in npm:
    @oclif/plugin-help
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @apidevtools/json-schema-ref-parser from 9.0.9 to 9.1.2
    
    Snyk has created this PR to upgrade @apidevtools/json-schema-ref-parser from 9.0.9 to 9.1.2.
    
    See this package in npm:
    @apidevtools/json-schema-ref-parser
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade oas-schemas from 2.0.0 to 2.1.3
    
    Snyk has created this PR to upgrade oas-schemas from 2.0.0 to 2.1.3.
    
    See this package in npm:
    oas-schemas
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade axios from 1.6.4 to 1.7.2
    
    Snyk has created this PR to upgrade axios from 1.6.4 to 1.7.2.
    
    See this package in npm:
    axios
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade async-mutex from 0.4.0 to 0.5.0
    
    Snyk has created this PR to upgrade async-mutex from 0.4.0 to 0.5.0.
    
    See this package in npm:
    async-mutex
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @clack/prompts from 0.6.3 to 0.7.0
    
    Snyk has created this PR to upgrade @clack/prompts from 0.6.3 to 0.7.0.
    
    See this package in npm:
    @clack/prompts
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade debug from 4.3.4 to 4.3.5
    
    Snyk has created this PR to upgrade debug from 4.3.4 to 4.3.5.
    
    See this package in npm:
    debug
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * Revert "[Snyk] Upgrade async-mutex from 0.4.0 to 0.5.0"
    
    * Revert "Revert "[Snyk] Upgrade async-mutex from 0.4.0 to 0.5.0""
    
    * Update README.md
    
    * Adapt CLI to receive 402 status from Bump API
    
    We are currently discussing to add a specific response to our Bump API,
    when resource (Api or Hub) is disabled
    (which mean that resource owner has to upgrade its plan):
    https://github.com/bump-sh/bump/pull/3326
    
    A possibility is to use HTTP status code 402 'Payment required':
    https://developer.mozilla.org/fr/docs/Web/HTTP/Status/402
    
    This PR adapt CLI to support HTTP status 402, and raise
    error 102 with provided message (or default message defined in CLI).
    
    * change install command beacuse -g is deprecated
    
    * Add link to Bump CLI help center
    
    * Adapt Readme file with version 2.5.0
    
    This commit adapts text from README,
    to be compliant with content returned by running `bump --help`
    with version 2.5.0 of `bump-cli`.
    
    * Copywriting suggestion for main commands names
    
    This commit adapts description of main commands `deploy`, `diff`
    and `preview`, to improve consistency:
    - Upcase and dot.
    - Fix typo s/comparaison/comparison/
    
    Changes are also reported on README file.
    
    * build(deps): bump @apidevtools/json-schema-ref-parser
    
    Bumps [@apidevtools/json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 9.0.9 to 11.1.0.
    - [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases)
    - [Commits](APIDevTools/json-schema-ref-parser@v9.0.9...v11.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@apidevtools/json-schema-ref-parser"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps): bump @oclif/core from 1.20.4 to 3.15.1
    
    Bumps [@oclif/core](https://github.com/oclif/core) from 1.20.4 to 3.15.1.
    - [Release notes](https://github.com/oclif/core/releases)
    - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
    - [Commits](oclif/core@1.20.4...3.15.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/core"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump @oclif/test from 2.1.0 to 3.1.8
    
    Bumps [@oclif/test](https://github.com/oclif/test) from 2.1.0 to 3.1.8.
    - [Release notes](https://github.com/oclif/test/releases)
    - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md)
    - [Commits](oclif/test@v2.1.0...3.1.8)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/test"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788
    
    * build(deps-dev): bump globby from 11.1.0 to 14.0.0
    
    Bumps [globby](https://github.com/sindresorhus/globby) from 11.1.0 to 14.0.0.
    - [Release notes](https://github.com/sindresorhus/globby/releases)
    - [Commits](sindresorhus/globby@v11.1.0...v14.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: globby
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps-dev): bump typescript from 4.5.5 to 5.3.3
    
    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 5.3.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.5.5...v5.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788
    
    * fix: upgrade axios from 1.6.3 to 1.7.2
    
    Snyk has created this PR to upgrade axios from 1.6.3 to 1.7.2.
    
    See this package in npm:
    axios
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/core from 3.15.1 to 3.27.0
    
    Snyk has created this PR to upgrade @oclif/core from 3.15.1 to 3.27.0.
    
    See this package in npm:
    @oclif/core
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade async-mutex from 0.4.0 to 0.5.0
    
    Snyk has created this PR to upgrade async-mutex from 0.4.0 to 0.5.0.
    
    See this package in npm:
    async-mutex
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade oas-schemas from 2.0.0 to 2.1.3
    
    Snyk has created this PR to upgrade oas-schemas from 2.0.0 to 2.1.3.
    
    See this package in npm:
    oas-schemas
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/command from 1.8.18 to 1.8.36
    
    Snyk has created this PR to upgrade @oclif/command from 1.8.18 to 1.8.36.
    
    See this package in npm:
    @oclif/command
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20
    
    Snyk has created this PR to upgrade @oclif/plugin-help from 5.1.12 to 5.2.20.
    
    See this package in npm:
    @oclif/plugin-help
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade debug from 4.3.4 to 4.3.5
    
    Snyk has created this PR to upgrade debug from 4.3.4 to 4.3.5.
    
    See this package in npm:
    debug
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @clack/prompts from 0.6.3 to 0.7.0
    
    Snyk has created this PR to upgrade @clack/prompts from 0.6.3 to 0.7.0.
    
    See this package in npm:
    @clack/prompts
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * Update README.md
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-APIDEVTOOLSJSONSCHEMAREFPARSER-6928868
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
    - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908
    - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269
    - https://snyk.io/vuln/SNYK-JS-LODASHTEMPLATE-1088054
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-LODASHTEMPLATE-1088054
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
    
    * fix: package.json & package-lock.json to reduce vulnerabilities
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908
    - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269
    - https://snyk.io/vuln/SNYK-JS-BRACES-6838727
    - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
    - https://snyk.io/vuln/SNYK-JS-LODASHTEMPLATE-1088054
    - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
    
    * fix: upgrade @oclif/plugin-help from 5.1.12 to 5.2.20
    
    Snyk has created this PR to upgrade @oclif/plugin-help from 5.1.12 to 5.2.20.
    
    See this package in npm:
    @oclif/plugin-help
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/command from 1.8.18 to 1.8.36
    
    Snyk has created this PR to upgrade @oclif/command from 1.8.18 to 1.8.36.
    
    See this package in npm:
    @oclif/command
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/config from 1.18.3 to 1.18.17
    
    Snyk has created this PR to upgrade @oclif/config from 1.18.3 to 1.18.17.
    
    See this package in npm:
    @oclif/config
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade @oclif/core from 1.20.4 to 1.26.2
    
    Snyk has created this PR to upgrade @oclif/core from 1.20.4 to 1.26.2.
    
    See this package in npm:
    @oclif/core
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * fix: upgrade tslib from 2.5.0 to 2.6.3
    
    Snyk has created this PR to upgrade tslib from 2.5.0 to 2.6.3.
    
    See this package in npm:
    tslib
    
    See this project in Snyk:
    https://app.snyk.io/org/skanda890/project/c3e85d50-b09a-4602-a9ce-a5131952e489?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    * 2.8.2
    
    * Update error.ts
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: Polo M2B <polo2bodi@gmail.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Paul B <paulr@bump.sh>
    Co-authored-by: Florent BRAURE <florent@bump.sh>
    Co-authored-by: Phil Sturgeon <67381+philsturgeon@users.noreply.github.com>
    Co-authored-by: snyk-bot <snyk-bot@snyk.io>
    7 people committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    e950879 View commit details
    Browse the repository at this point in the history
  19. Update

    skanda890 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    0530886 View commit details
    Browse the repository at this point in the history
  20. Update package.json

    skanda890 authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    7b645d1 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0711b86 View commit details
    Browse the repository at this point in the history
  22. Update

    skanda890 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    ca46abf View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. build(deps): bump axios in the npm_and_yarn group across 1 directory (#…

    …70)
    
    Bumps the npm_and_yarn group with 1 update in the / directory: [axios](https://github.com/axios/axios).
    
    
    Updates `axios` from 1.7.3 to 1.7.4
    - [Release notes](https://github.com/axios/axios/releases)
    - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
    - [Commits](axios/axios@v1.7.3...v1.7.4)
    
    ---
    updated-dependencies:
    - dependency-name: axios
      dependency-type: direct:production
      dependency-group: npm_and_yarn
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    185fd78 View commit details
    Browse the repository at this point in the history