Skip to content

fix(deps): update shared components packages#660

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/shared-components-packages
Open

fix(deps): update shared components packages#660
renovate[bot] wants to merge 1 commit intomainfrom
renovate/shared-components-packages

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 5, 2023

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@types/node (source) 22.8.222.19.17 age confidence devDependencies minor
cors 2.8.52.8.6 age confidence dependencies patch
express (source) 4.18.24.22.1 age confidence dependencies minor
node 16.3.016.20.2 age confidence uses-with minor
node 22.10.0-alpine22.22.2-alpine age confidence final minor
openapi-backend (source) 5.8.15.16.1 age confidence dependencies minor
peter-evans/create-pull-request (changelog) 432004122a9089 action digest
semver 7.3.87.7.4 age confidence devDependencies minor
typescript (source) 5.0.25.9.3 age confidence devDependencies minor
wait-on 8.0.08.0.5 age confidence devDependencies patch
yargs (source) 17.7.117.7.2 age confidence dependencies patch

Release Notes

expressjs/cors (cors)

v2.8.6

Compare Source

==================

  • Improve documentation (API, context, examples...)
  • Remove additional markdown files from tarball
expressjs/express (express)

v4.22.1

Compare Source

v4.22.0

Compare Source

v4.21.2

Compare Source

What's Changed

Full Changelog: expressjs/express@4.21.1...4.21.2

v4.21.1

Compare Source

What's Changed

Full Changelog: expressjs/express@4.21.0...4.21.1

v4.21.0

Compare Source

What's Changed

New Contributors

Full Changelog: expressjs/express@4.20.0...4.21.0

v4.20.0

Compare Source

==========

  • deps: serve-static@​0.16.0
    • Remove link renderization in html while redirecting
  • deps: send@​0.19.0
    • Remove link renderization in html while redirecting
  • deps: body-parser@​0.6.0
    • add depth option to customize the depth level in the parser
    • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect
  • deps: path-to-regexp@​0.1.10
    • Adds support for named matching groups in the routes using a regex
    • Adds backtracking protection to parameters without regexes defined
  • deps: encodeurl@~2.0.0
    • Removes encoding of \, |, and ^ to align better with URL spec
  • Deprecate passing options.maxAge and options.expires to res.clearCookie
    • Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie

v4.19.2

Compare Source

==========

  • Improved fix for open redirect allow list bypass

v4.19.1

Compare Source

==========

  • Allow passing non-strings to res.location with new encoding handling checks

v4.19.0

Compare Source

==========

  • Prevent open redirect allow list bypass due to encodeurl
  • deps: cookie@​0.6.0

v4.18.3

Compare Source

==========

  • Fix routing requests without method
  • deps: body-parser@​1.20.2
    • Fix strict json error message on Node.js 19+
    • deps: content-type@~1.0.5
    • deps: raw-body@​2.5.2
  • deps: cookie@​0.6.0
    • Add partitioned option
actions/node-versions (node)

v16.20.2: 16.20.2

Compare Source

Node.js 16.20.2

v16.20.1: 16.20.1

Compare Source

Node.js 16.20.1

v16.20.0: 16.20.0

Compare Source

Node.js 16.20.0

v16.19.1: 16.19.1

Compare Source

Node.js 16.19.1

v16.19.0: 16.19.0

Compare Source

Node.js 16.19.0

v16.18.1: 16.18.1

Compare Source

Node.js 16.18.1

v16.18.0: 16.18.0

Compare Source

Node.js 16.18.0

v16.17.1: 16.17.1

Compare Source

Node.js 16.17.1

v16.17.0: 16.17.0

Compare Source

Node.js 16.17.0

v16.16.0: 16.16.0

Compare Source

Node.js 16.16.0

v16.15.1: 16.15.1

Compare Source

Node.js 16.15.1

v16.15.0: 16.15.0

Compare Source

Node.js 16.15.0

v16.14.2: 16.14.2

Compare Source

Node.js 16.14.2

v16.14.1: 16.14.1

Compare Source

Node.js 16.14.1

v16.14.0: 16.14.0

Compare Source

Node.js 16.14.0

v16.13.2: 16.13.2

Compare Source

Node.js 16.13.2

v16.13.1: 16.13.1

Compare Source

Node.js 16.13.1

v16.13.0: 16.13.0

Compare Source

Node.js 16.13.0

v16.12.0: 16.12.0

Compare Source

Node.js 16.12.0

v16.11.1: 16.11.1

Compare Source

Node.js 16.11.1

v16.11.0: 16.11.0

Compare Source

Node.js 16.11.0

v16.10.0: 16.10.0

Compare Source

Node.js 16.10.0

v16.9.1: 16.9.1

Compare Source

Node.js 16.9.1

v16.9.0: 16.9.0

Compare Source

Node.js 16.9.0

v16.8.0: 16.8.0

Compare Source

Node.js 16.8.0

v16.7.0: 16.7.0

Compare Source

Node.js 16.7.0

v16.6.2: 16.6.2

Compare Source

Node.js 16.6.2

v16.6.1: 16.6.1

Compare Source

Node.js 16.6.1

v16.6.0: 16.6.0

Compare Source

Node.js 16.6.0

v16.5.0: 16.5.0

Compare Source

Node.js 16.5.0

v16.4.2: 16.4.2

Compare Source

Node.js 16.4.2

v16.4.1: 16.4.1

Compare Source

Node.js 16.4.1

v16.4.0: 16.4.0

Compare Source

Node.js 16.4.0

nodejs/node (node)

v22.22.2: 2026-03-24, Version 22.22.2 'Jod' (LTS), @​RafaelGSS prepared by @​aduh95

Compare Source

This is a security release.

Notable Changes
  • (CVE-2026-21637) wrap SNICallback invocation in try/catch (Matteo Collina) - High
  • (CVE-2026-21710) use null prototype for headersDistinct/trailersDistinct (Matteo Collina) - High
  • (CVE-2026-21713) use timing-safe comparison in Web Cryptography HMAC (Filip Skokan) - Medium
  • (CVE-2026-21714) handle NGHTTP2_ERR_FLOW_CONTROL error code (RafaelGSS) - Medium
  • (CVE-2026-21717) test array index hash collision (Joyee Cheung) - Medium
  • (CVE-2026-21715) add permission check to realpath.native (RafaelGSS) - Low
  • (CVE-2026-21716) include permission check on lib/fs/promises (RafaelGSS) - Low
Commits

v22.22.1: 2026-03-05, Version 22.22.1 'Jod' (LTS)

Compare Source

Notable Changes
Commits

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/shared-components-packages branch from 5abdc36 to 0127713 Compare March 9, 2023 21:29
@renovate renovate bot changed the title fix(deps): update dependency openapi-backend to v5.9.1 chore(deps): update shared components packages Mar 9, 2023
@renovate renovate bot force-pushed the renovate/shared-components-packages branch 7 times, most recently from e6b9d4e to d2f13ad Compare March 17, 2023 19:21
@renovate renovate bot force-pushed the renovate/shared-components-packages branch 9 times, most recently from d2075e2 to 73c940f Compare March 26, 2023 03:11
@renovate renovate bot force-pushed the renovate/shared-components-packages branch 5 times, most recently from f26d0f0 to 085ea1f Compare March 31, 2023 08:49
@renovate renovate bot force-pushed the renovate/shared-components-packages branch 3 times, most recently from fade5a0 to 8d9f324 Compare April 11, 2023 00:26
@renovate renovate bot force-pushed the renovate/shared-components-packages branch 4 times, most recently from c2c477c to bc2c4c9 Compare April 21, 2023 05:06
@renovate renovate bot force-pushed the renovate/shared-components-packages branch from 596fa43 to 915d697 Compare June 1, 2023 18:25
@renovate renovate bot force-pushed the renovate/shared-components-packages branch 5 times, most recently from 33ec191 to 3d91eb7 Compare June 15, 2023 21:06
@renovate renovate bot force-pushed the renovate/shared-components-packages branch 3 times, most recently from 86bee04 to 7b084b3 Compare June 29, 2023 02:33
@renovate renovate bot force-pushed the renovate/shared-components-packages branch 2 times, most recently from 3bc33dc to 96cbef9 Compare July 7, 2023 23:01
@renovate renovate bot force-pushed the renovate/shared-components-packages branch 3 times, most recently from 02f2628 to 6811bbc Compare July 25, 2023 23:04
@renovate renovate bot force-pushed the renovate/shared-components-packages branch 3 times, most recently from 59b3f72 to 4595e93 Compare August 8, 2023 22:31
@renovate renovate bot force-pushed the renovate/shared-components-packages branch 2 times, most recently from 622900e to a6642f8 Compare August 18, 2023 19:41
@renovate renovate bot force-pushed the renovate/shared-components-packages branch 7 times, most recently from 36dd7df to d6cd68d Compare August 28, 2023 01:19
@renovate renovate bot force-pushed the renovate/shared-components-packages branch 3 times, most recently from df06032 to 1ef3583 Compare September 4, 2023 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants