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

Bump async and openapi-to-postmanv2 in /oas #49

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 23, 2023

Bumps async to 3.2.3 and updates ancestor dependency openapi-to-postmanv2. These dependencies need to be updated together.

Updates async from 3.2.1 to 3.2.3

Changelog

Sourced from async's changelog.

v3.2.3

  • Fix bugs in comment parsing in autoInject. (#1767, #1780)

v3.2.2

  • Fix potential prototype pollution exploit
Commits

Updates openapi-to-postmanv2 from 3.1.0 to 3.2.1

Changelog

Sourced from openapi-to-postmanv2's changelog.

OpenAPI-Postman Changelog

[Unreleased]

[v4.11.0] - 2021-04-14

Added

  • Fixed issue #11680 Added support for contentType field for Formdata request bodies.
  • Fixed issue #10928 Added support for usage of interface version in CLI conversions with v2 as default.

Fixed

  • Fixed various known type errors related issues that were causing conversion errors.
  • Fixed an issue where default response was not considered correctly while validating collection request response.

Previous Releases

Newer releases follow the Keep a Changelog format.

v4.10.2 (March 13, 2023)

  • Fixed issue where Accept header was generated correctly in convertV2() interface.

v4.10.1 (March 09, 2023)

  • Fixed issue where request name generated were not validated correctly.
  • Fixed test where getOptions() was not using criteria correctly.
  • Fixed issue where deprecated params were reported missing even for includeDeprecated=false

v4.10.0 (March 08, 2023)

  • Added support for convertV2() interface which has more stacklimit for schema resolution.
  • Added support for validateTransactionV2() interface uses same v2 interface for resolving schema.
  • Fixed multiple issues for urlencoded body with anyOf and oneOf schemas where valid data was reported as mismatches.

v4.9.0 (February 06, 2023)

  • Fixed issue #660 where for certain XML request bodies, conversion was failing with TypeError.
  • Fixed issue where for some definitions having non-string URLs were failing conversion with TypeErrors.
  • Fixed issue where a test in-consistently kept failing due to uncertainity of jsf library.

v4.8.0 (January 24, 2023)

  • Added specifictionVersion field to validate result.

v4.7.0 (January 16, 2023)

  • Fixed an issue where same schema was being validated against examples multiple times during a conversion - using local cache here.
  • Added a way to return analytics along with the result for better observability into the kind of schemas we get for conversion.
  • Refactored the resolveRefs and resolveAll to take in an options object as an argument.

v4.6.0 (December 30, 2022)

  • Fixed issue where bundling of multi-file definition was not working correctly for more than 10 params correctly.
  • Fixed issue where request name was not using operation description if available.

v4.5.0 (December 23, 2022)

... (truncated)

Commits
  • f82b163 3.2.1
  • 6049afd Released v3.2.0
  • a51fb4b Merge pull request #512 from postmanlabs/feature/fix-ansi-regex-vuln
  • 93c2edd #511 Fixed vulnerability high and critical severity vulnerability
  • ad632b1 #511 Fixed vulnerability high and critical severity vulnerability
  • ade090c Merge pull request #507 from postmanlabs/feature/fix-travis-issue
  • 4c86094 Fixed tests for travis.yaml to not include some of node versions
  • 0f972c8 Updated travis pipeline to use xenial dist
  • 75d8884 Merge pull request #502 from postmanlabs/fix10752/deepObjectLengthProp
  • a34abfd Change deepObject generation
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [async](https://github.com/caolan/async) to 3.2.3 and updates ancestor dependency [openapi-to-postmanv2](https://github.com/postmanlabs/openapi-to-postman). These dependencies need to be updated together.


Updates `async` from 3.2.1 to 3.2.3
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md)
- [Commits](caolan/async@v3.2.1...v3.2.3)

Updates `openapi-to-postmanv2` from 3.1.0 to 3.2.1
- [Release notes](https://github.com/postmanlabs/openapi-to-postman/releases)
- [Changelog](https://github.com/postmanlabs/openapi-to-postman/blob/develop/CHANGELOG.md)
- [Commits](postmanlabs/openapi-to-postman@v3.1.0...v3.2.1)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
- dependency-name: openapi-to-postmanv2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants