Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 4, 2025

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.3 to 8.6.1

Release notes

Sourced from oidc-provider's releases.

v8.6.1

Fixes

  • allow specifying the user-agent header for outgoing requests (#1287) (c77513c)

v8.6.0

Features

  • add a helper for asserting JWT Client Auth claims and header (82d4e50)

Documentation

  • update verbiage "provider" > "authorization server" (3768192)

Refactor

  • move assertJwtClaimsAndHeader after regular JWT claims set validation (05f6bf4)

v8.5.3

Fixes

  • normalize single string set-cookie headers (6effeed)

v8.5.2

Refactor

  • remove use of node:url in favour of WHATWG URL (0dc59a1)

Documentation

v8.5.1

Documentation

Refactor

  • build: export Provider also as a named export (083c7c4)

v8.5.0

Features

  • add a Client static validate() method (d1f7d73)
  • add a helper allowing custom claims parameter validations (ec2a1f5)

... (truncated)

Changelog

Sourced from oidc-provider's changelog.

8.6.1 (2025-01-19)

Fixes

  • allow specifying the user-agent header for outgoing requests (#1287) (c77513c)

8.6.0 (2024-11-21)

Features

  • add a helper for asserting JWT Client Auth claims and header (82d4e50)

Documentation

  • update verbiage "provider" > "authorization server" (3768192)

Refactor

  • move assertJwtClaimsAndHeader after regular JWT claims set validation (05f6bf4)

8.5.3 (2024-11-05)

Fixes

  • normalize single string set-cookie headers (6effeed)

8.5.2 (2024-10-19)

Refactor

  • remove use of node:url in favour of WHATWG URL (0dc59a1)

Documentation

8.5.1 (2024-07-03)

Documentation

... (truncated)

Commits
  • 652fc1f chore(release): 8.6.1
  • c77513c fix: allow specifying the user-agent header for outgoing requests (#1287)
  • 503f313 chore: bump packages
  • 66b0b7d chore: bump packages
  • cca4875 build(deps): bump nanoid from 5.0.8 to 5.0.9 (#1286)
  • 8f49b7c chore(release): 8.6.0
  • 82d4e50 feat: add a helper for asserting JWT Client Auth claims and header
  • 05f6bf4 refactor: move assertJwtClaimsAndHeader after regular JWT claims set validation
  • 3768192 docs: update verbiage "provider" > "authorization server"
  • 3683436 chore: bump packages
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner February 4, 2025 11:54
@dependabot dependabot bot added dependencies One or more dependencies are being bumped javascript Pull requests that update Javascript code labels Feb 4, 2025
@gyaneshgouraw-okta
Copy link
Contributor

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-0d9175fe2e branch from d528bb2 to 148c3cf Compare July 11, 2025 05:13
@gyaneshgouraw-okta
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-0d9175fe2e branch from 148c3cf to 52a24ca Compare August 3, 2025 17:06
@gyaneshgouraw-okta
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-0d9175fe2e branch from 52a24ca to 95cc91a Compare September 12, 2025 05:59
@yogeshchoudhary147
Copy link
Contributor

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-0d9175fe2e branch from 95cc91a to 0d7eda6 Compare December 11, 2025 17:39
@yogeshchoudhary147
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-0d9175fe2e branch from 0d7eda6 to 479b679 Compare December 16, 2025 09:10
@yogeshchoudhary147
Copy link
Contributor

@dependabot rebase

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.3 to 8.6.1
- [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.3...v8.6.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-0d9175fe2e branch from 479b679 to 076baa9 Compare December 18, 2025 07:57
@yogeshchoudhary147 yogeshchoudhary147 merged commit 31d3323 into main Dec 18, 2025
33 of 37 checks passed
@yogeshchoudhary147 yogeshchoudhary147 deleted the dependabot/npm_and_yarn/multi-0d9175fe2e branch December 18, 2025 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies One or more dependencies are being bumped javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants