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

chore(deps): bump @koa/cors and oidc-provider in /dev/oidc-provider #4218

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 19, 2023

Bumps @koa/cors to 5.0.0 and updates ancestor dependency oidc-provider. These dependencies need to be updated together.

Updates @koa/cors from 3.4.3 to 5.0.0

Changelog

Sourced from @​koa/cors's changelog.

5.0.0 / 2023-12-11

others

4.0.0 / 2022-10-08

fixes

  • [7358ab3] - fix: Calling all options even if origin header is not present (#87) (Cleber Rossi )

others

  • [d19090f] - refactor: [BREAKING] drop node 8, 10, 12 support (#88) (fengmk2 )
Commits

Updates oidc-provider from 7.14.1 to 8.4.3

Release notes

Sourced from oidc-provider's releases.

v8.4.3

No release notes provided.

v8.4.2

Fixes

  • reject client JSON Web Key Set null value (#1237) (cce6d43)

v8.4.1

This release contains only code refactoring, dependency, or documentation updates.

v8.4.0

Features

  • DPoP: remove experimental flag, DPoP is now RFC9449 (89d133e)

v8.3.2

Fixes

  • assign extraTokenClaims return to the model (e296dc7)

v8.3.1

Fixes

  • DPoP: compare htu scheme and hostname case independent (b72d668)

v8.3.0

Features

  • allow specifying the user-agent header for outgoing requests (95f24ef)

v8.2.2

Fixes

  • ignore non-existent resource scopes during refresh (#1222) (bdf23ba)

v8.2.1

Fixes

  • ignore post_logout_redirect_uris when logout is disabled (#1221) (d7dd6cf)

v8.2.0

Features

  • add correlation identifier to interactions (#1218) (c072352)

v8.1.2

This release contains only code refactoring, dependency, or documentation updates. The release process now also uses provenance statements.

v8.1.1

... (truncated)

Changelog

Sourced from oidc-provider's changelog.

8.4.3 (2023-12-14)

8.4.2 (2023-12-02)

Fixes

  • reject client JSON Web Key Set null value (#1237) (cce6d43)

8.4.1 (2023-10-25)

8.4.0 (2023-09-08)

Features

  • DPoP: remove experimental flag, DPoP is now RFC9449 (89d133e)

8.3.2 (2023-09-02)

Fixes

  • assign extraTokenClaims return to the model (e296dc7)

8.3.1 (2023-08-30)

Fixes

  • DPoP: compare htu scheme and hostname case independent (b72d668)

8.3.0 (2023-08-27)

Features

  • allow specifying the user-agent header for outgoing requests (95f24ef)

8.2.2 (2023-05-30)

Fixes

  • ignore non-existent resource scopes during refresh (#1222) (bdf23ba)

8.2.1 (2023-05-06)

Fixes

... (truncated)

Commits
  • 55f4fb7 chore(release): 8.4.3
  • 6904545 chore: bump deps
  • 9023e23 build(deps): bump @​koa/cors from 4.0.0 to 5.0.0 (#1240)
  • a450345 refactor: fix typo in resume action (#1239)
  • deef8bd chore(release): 8.4.2
  • 9267dce chore: bump deps
  • cce6d43 fix: reject client JSON Web Key Set null value (#1237)
  • a0af4c4 docs: point to a specific part of Discovery 1.0 RFC (#1236)
  • 5020ab9 build(deps): bump dessant/lock-threads from 5.0.0 to 5.0.1 (#1235)
  • 6ddb486 chore: set discussion-inactive-days in lock threads action
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [@koa/cors](https://github.com/koajs/cors) to 5.0.0 and updates ancestor dependency [oidc-provider](https://github.com/panva/node-oidc-provider). These dependencies need to be updated together.


Updates `@koa/cors` from 3.4.3 to 5.0.0
- [Changelog](https://github.com/koajs/cors/blob/master/History.md)
- [Commits](koajs/cors@3.4.3...5.0.0)

Updates `oidc-provider` from 7.14.1 to 8.4.3
- [Release notes](https://github.com/panva/node-oidc-provider/releases)
- [Changelog](https://github.com/panva/node-oidc-provider/blob/main/CHANGELOG.md)
- [Commits](panva/node-oidc-provider@v7.14.1...v8.4.3)

---
updated-dependencies:
- dependency-name: "@koa/cors"
  dependency-type: indirect
- dependency-name: oidc-provider
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner December 19, 2023 12:27
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 19, 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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants