Skip to content

fix(lambda): bump @middy/core from 6.4.5 to 7.9.2 in /lambdas - #5388

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/lambdas/middy/core-7.9.2
Open

fix(lambda): bump @middy/core from 6.4.5 to 7.9.2 in /lambdas#5388
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/lambdas/middy/core-7.9.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps @middy/core from 6.4.5 to 7.9.2.

Release notes

Sourced from @​middy/core's releases.

7.9.2

What's Changed

  • fix CI issue

Full Changelog: middyjs/middy@7.9.1...7.9.2

7.9.1

What's Changed

  • attempt to fix CI fail issue

Note: Use 7.9.2

Full Changelog: middyjs/middy@7.9.0...7.9.1

7.9.0

What's Changed

New middleware: @middy/http-dpop

DPoP (RFC 9449) sender-constrained tokens. Runs after a token verifier, reads the cnf.jkt thumbprint (RFC 7800) off the verified payload, and requires the request to prove possession of that key, so a stolen token is worthless on its own. Verification uses node:crypto only, no peer dependency.

Adoption is incremental: a token without cnf.jkt passes through as an ordinary bearer token until you set required: true. htu is built from origin (or requestContext.domainName), never the client-controlled Host header. Rejections are 401 with WWW-Authenticate: DPoP algs="...". No jti replay cache by design, see the docs for why and for the userland hook.

Docs: https://middy.js.org/docs/middlewares/http-dpop

@middy/http-jwt and @middy/http-paseto

  • expectedClaims (new option): claims the payload must carry, compared with strict equality, e.g. { token_use: 'access' }. Absent claim fails like a wrong value. Checked after the signature and before the payload is published. Values must be string/number/boolean; arrays and objects are refused at construction.
  • Key rotation: internalKey may now resolve to an array of keys. Tried in order, first success wins, and the signing key's own failure is reported rather than a signature miss from a bystander key. Each entry resolves independently, so a KMS keySpec narrows the algorithm allowlist per key, not middleware-wide. Empty array is a 500, not a silent 401.
  • More key shapes: an already-resolved KeyObject or CryptoKey is accepted alongside { publicKey } (KMS), raw SPKI DER, and string secrets. An unsupported shape now throws a labelled 500 instead of leaking a bare TypeError.
  • DPoP auth scheme: Authorization: DPoP <token> is parsed alongside Bearer.

CI / infra

  • Staged publish audit, workflow hardening, OSSF Scorecard and SAST pipeline updates
  • Dependency bumps (GitHub Actions group, 7 updates)
  • Docs: DEPENDENCIES, WORKSTATION, SPVS compliance, incident response

Note: CI failed, use 7.9.2

Full Changelog: middyjs/middy@7.8.0...7.9.0

7.8.0

What's Changed

Full Changelog: middyjs/middy@7.7.4...7.8.0

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​middy/core since your current version.


Dependabot compatibility score

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 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)

Bumps [@middy/core](https://github.com/middyjs/middy/tree/HEAD/packages/core) from 6.4.5 to 7.9.2.
- [Release notes](https://github.com/middyjs/middy/releases)
- [Changelog](https://github.com/middyjs/middy/blob/main/docs/RELEASE.md)
- [Commits](https://github.com/middyjs/middy/commits/7.9.2/packages/core)

---
updated-dependencies:
- dependency-name: "@middy/core"
  dependency-version: 7.9.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 7, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 7, 2026 14:08
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 7, 2026
@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
npm/@middy/core ^7.9.2 UnknownUnknown
npm/@middy/core ^7.9.2 UnknownUnknown
npm/@middy/core ^7.9.2 UnknownUnknown
npm/@middy/core ^7.9.2 UnknownUnknown
npm/@middy/core 7.9.2 🟢 9.8
Details
CheckScoreReason
Code-Review🟢 10all changesets reviewed
Maintained🟢 1030 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10
Dependency-Update-Tool🟢 10update tool detected
Security-Policy🟢 10security policy file detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Binary-Artifacts🟢 10no binaries found in the repo
Pinned-Dependencies🟢 10all dependencies are pinned
CII-Best-Practices🟢 10badge detected: Gold
License🟢 10license file detected
SAST🟢 10SAST tool is run on all commits
Vulnerabilities🟢 82 existing vulnerabilities detected
Fuzzing🟢 10project is fuzzed
Packaging🟢 10packaging workflow detected
Branch-Protection🟢 10branch protection is fully enabled on development and all release branches
Signed-Releases⚠️ -1no releases found
CI-Tests🟢 105 out of 5 merged PRs checked by a CI test -- score normalized to 10
Contributors🟢 10project has 29 contributing companies or organizations
npm/@middy/util 7.9.2 🟢 9.8
Details
CheckScoreReason
Code-Review🟢 10all changesets reviewed
Maintained🟢 1030 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10
Dependency-Update-Tool🟢 10update tool detected
Security-Policy🟢 10security policy file detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Token-Permissions🟢 10GitHub workflow tokens follow principle of least privilege
Binary-Artifacts🟢 10no binaries found in the repo
Pinned-Dependencies🟢 10all dependencies are pinned
CII-Best-Practices🟢 10badge detected: Gold
License🟢 10license file detected
SAST🟢 10SAST tool is run on all commits
Vulnerabilities🟢 82 existing vulnerabilities detected
Fuzzing🟢 10project is fuzzed
Packaging🟢 10packaging workflow detected
Branch-Protection🟢 10branch protection is fully enabled on development and all release branches
Signed-Releases⚠️ -1no releases found
CI-Tests🟢 105 out of 5 merged PRs checked by a CI test -- score normalized to 10
Contributors🟢 10project has 29 contributing companies or organizations

Scanned Files

  • lambdas/functions/control-plane/package.json
  • lambdas/functions/gh-agent-syncer/package.json
  • lambdas/functions/termination-watcher/package.json
  • lambdas/functions/webhook/package.json
  • lambdas/yarn.lock

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.

0 participants