You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This update includes major version upgrades for rimraf, fastify-swagger, and bcrypt, each introducing significant breaking changes that require developer action.
High-Impact Upgrades
rimraf (3.0.2 → 6.1.1): HIGH RISK
This upgrade spans multiple major versions (v3 → v6) and introduces several critical breaking changes that will require code modification.
Promise-Based API: The function no longer accepts a callback and now returns a Promise. Asynchronous calls must be updated (e.g., using await).
No Default Export (v5+): Imports must be changed from const rimraf = require('rimraf') to named imports like const { rimraf } = require('rimraf').
Opt-in Glob Support (v4+): Glob patterns are no longer supported by default. You must use the { glob: true } option for glob patterns to work.
Node.js Version: This version requires Node.js v20 or higher. Recommendation: Review all usages of rimraf to switch to the Promise-based API, update import statements, and explicitly enable glob support where needed.
fastify-swagger (4.7.0 → 5.2.0): HIGH RISK
The fastify-swagger package is deprecated and has been replaced. While this minor version bump itself has few direct breaking changes, continued use of this package is a risk.
Package Deprecated: The package is no longer maintained and has been split into @fastify/swagger and @fastify/swagger-ui. Recommendation: Plan a migration from the deprecated fastify-swagger to the new @fastify/swagger package to ensure continued support and compatibility with future Fastify versions.
Medium-Impact Upgrades
bcrypt (5.0.1 → 6.0.0): MEDIUM RISK
This major version upgrade introduces a breaking change related to the supported Node.js runtime.
Node.js Support: Support for Node.js versions 16 and below has been dropped.
Build System Changes: The package switched from node-pre-gyp to prebuildify, which could affect environments with custom build or deployment tooling. Recommendation: Ensure your runtime environment is Node.js v18 or higher before upgrading.
Low-Impact Upgrades
**lib
Notice 🤖: This content was augmented using artificial intelligence. AI-generated content may contain errors and should be reviewed for accuracy before use.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to fix 2 vulnerabilities in the npm dependencies of this project.
Snyk changed the following file(s):
package.jsonpackage-lock.jsonVulnerabilities that will be fixed with an upgrade:
SNYK-JS-BRACEEXPANSION-18313044
SNYK-JS-JSYAML-18313070
Breaking Change Risk
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Allocation of Resources Without Limits or Throttling