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): update dependency @fastify/middie to v8.3.3 #14160

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 18, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@fastify/middie 8.3.1 -> 8.3.3 age adoption passing confidence

Release Notes

fastify/middie (@​fastify/middie)

v8.3.3

Compare Source

Security

  • path-to-regexp is updated to 6.3.0 to prevent ReDOS attack, it is recommended to use the latest version of this package.

What's Changed

Full Changelog: fastify/middie@v8.3.2...v8.3.3

v8.3.2

Compare Source

Deprecated

This version includes too much breaking change due to security patch. Please upgrade to version 8.3.3 which includes the security patch with minimal breakages.

Security

  • path-to-regexp is updated to 8.1.0 to prevent ReDOS attack, it is recommended to use the latest version of this package.

You may see some unexpected breaking due the security patch. Here is the workaround,

  1. when you are using wildcard *, you must to provides a param name.
// before
fastify.use('*.css')
// after
fastify.use('*filename{.css}')

What's Changed

Full Changelog: fastify/middie@v8.3.1...v8.3.2


Configuration

📅 Schedule: 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 added the dependencies Pull requests that update a dependency file label Nov 18, 2024
Copy link
Contributor Author

renovate bot commented Nov 18, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: sinon-chai@4.0.0
npm error Found: chai@4.5.0
npm error node_modules/chai
npm error   dev chai@"4.5.0" from the root project
npm error   peer chai@">= 2.1.2 < 6" from chai-as-promised@7.1.2
npm error   node_modules/chai-as-promised
npm error     dev chai-as-promised@"7.1.2" from the root project
npm error
npm error Could not resolve dependency:
npm error peer chai@"^5.0.0" from sinon-chai@4.0.0
npm error node_modules/sinon-chai
npm error   dev sinon-chai@"4.0.0" from the root project
npm error
npm error Conflicting peer dependency: chai@5.1.2
npm error node_modules/chai
npm error   peer chai@"^5.0.0" from sinon-chai@4.0.0
npm error   node_modules/sinon-chai
npm error     dev sinon-chai@"4.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-11-18T08_53_24_146Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-11-18T08_53_24_146Z-debug-0.log

@renovate renovate bot force-pushed the renovate/fastify-middie-8.x branch from 0c75edc to 66563c3 Compare November 18, 2024 08:24
@renovate renovate bot force-pushed the renovate/fastify-middie-8.x branch from 66563c3 to 0cd1b98 Compare November 18, 2024 08:53
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