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 fast-json-patch and swagger-client #24

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

Conversation

dependabot[bot]
Copy link

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

Bumps fast-json-patch and swagger-client. These dependencies needed to be updated together.
Updates fast-json-patch from 2.1.0 to 3.1.1

Release notes

Sourced from fast-json-patch's releases.

3.1.1

Security Fix for Prototype Pollution - huntr.dev #262

Bug fixes and ES6 modules

Use ES6 Modules

  • package now exports non-bundled ES module Starcounter-Jack/JSON-Patch#232
  • main still points to CommonJS module for backward compatibility
  • README recommends use of named ES imports

List of changes Starcounter-Jack/JSON-Patch@v2.2.1...3.0.0-0

Use ES6 Modules

  • package now exports non-bundled ES module Starcounter-Jack/JSON-Patch#232
  • main still points to CommonJS module for backward compatibility
  • README recommends use of named ES imports

Full list of changes Starcounter-Jack/JSON-Patch@v2.2.1...3.0.0-0

Fix default import

This patch release fixes a regression introduced in 2.2.0, namely: the default import using ES6 with Webpack/Babel stopped working (Starcounter-Jack/JSON-Patch#233).

This version fixes the problem by adding an explicit default import.

Generate invertible test operations

New feature:

  • Ability to generate test operations for original values in the first object, also known as "invertible" operations. Search fro the word invertible in README.md for details about usage (PR #228, PR #226).

Code quality:

  • Replace deep-equal with fast-deep-equal (PR #227)
  • Remove traces for support for legacy browsers which were broken since v2.0.7 (PR #229)
  • Fix testing framework
Commits
Maintainer changes

This version was pushed to npm by mountain-jack, a new releaser for fast-json-patch since your current version.


Updates swagger-client from 3.9.0 to 3.19.7

Release notes

Sourced from swagger-client's releases.

v3.19.7

3.19.7 (2023-04-27)

Bug Fixes

v3.19.6

3.19.6 (2023-04-03)

Bug Fixes

  • resolver: fix bug in detecting cycles for OpenAPI 3.1.0 (#2911) (c8c668a)

v3.19.5

3.19.5 (2023-03-30)

Bug Fixes

  • resolver: allow removing Content-Type header from Response (1df6b38)

v3.19.4

3.19.4 (2023-03-30)

Bug Fixes

  • resolver: add relative reference support for baseDoc option (#2905) (ddd80db)

v3.19.3

3.19.3 (2023-03-28)

Bug Fixes

v3.19.2

3.19.2 (2023-03-15)

Bug Fixes

  • use forward compatible OpenAPI version detection (#2886) (0509c5a)

v3.19.1

3.19.1 (2023-03-08)

... (truncated)

Commits
  • 18befd2 chore(release): cut the 3.19.7 release [skip ci]
  • 1889619 fix(deps): update ApiDOM to v0.69.3 (#2937)
  • 389d6d7 chore(deps-dev): bump glob from 9.3.4 to 10.2.2 (#2934)
  • 291118e chore(deps-dev): bump rimraf from 4.4.1 to 5.0.0 (#2919)
  • 585ac86 chore(deps-dev): bump webpack from 5.80.0 to 5.81.0 (#2936)
  • a24d1a8 chore(deps-dev): bump lint-staged from 13.2.1 to 13.2.2 (#2935)
  • ee03b7f chore(deps-dev): bump prettier from 2.8.7 to 2.8.8 (#2933)
  • 8ad89c6 chore(deps-dev): bump webpack-cli from 5.0.1 to 5.0.2 (#2931)
  • c1c3e79 chore(deps-dev): bump eslint from 8.38.0 to 8.39.0 (#2932)
  • 2b95059 chore(deps-dev): bump webpack from 5.79.0 to 5.80.0 (#2929)
  • 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 [fast-json-patch](https://github.com/Starcounter-Jack/JSON-Patch) and [swagger-client](https://github.com/swagger-api/swagger-js). These dependencies needed to be updated together.

Updates `fast-json-patch` from 2.1.0 to 3.1.1
- [Release notes](https://github.com/Starcounter-Jack/JSON-Patch/releases)
- [Commits](Starcounter-Jack/JSON-Patch@v2.1.0...3.1.1)

Updates `swagger-client` from 3.9.0 to 3.19.7
- [Release notes](https://github.com/swagger-api/swagger-js/releases)
- [Changelog](https://github.com/swagger-api/swagger-js/blob/master/.releaserc)
- [Commits](swagger-api/swagger-js@v3.9.0...v3.19.7)

---
updated-dependencies:
- dependency-name: fast-json-patch
  dependency-type: indirect
- dependency-name: swagger-client
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 30, 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