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 upgrade includes a major version update for the tap testing framework which introduces significant breaking changes. The other two packages, express and express-fileupload, have low-risk updates.
Top Impactful Changes
tap (11.1.5 → 18.0.0) - High Risk
This is a very large version jump across 7 major versions, including a complete rewrite of the library in v18. Expect significant effort to migrate.
Key Breaking Changes:
Node.js Support: Support for Node.js versions below 10 was dropped in tap v15. [2]
Coverage Enforcement: Test coverage is now enabled by default, uses c8 instead of nyc, and enforces a 100% threshold. Missing coverage will cause tests to fail. [1, 18] The --cov, --check-coverage, and other nyc-related flags have been removed or replaced. [2]
Configuration: Test file matching via test-regex is removed in favor of include and exclude glob patterns in your .taprc file. [1]
API and Tooling: Many assertion aliases were removed in v18 (e.g., t.not()). [1] The t.beforeEach and t.afterEach methods no longer accept a callback and must return a promise for async operations. [7] The entire library was rewritten in TypeScript for v18. [11, 12]
Recommendation: This upgrade will require significant changes to your testing configuration, CI scripts, and potentially test code. It is highly recommended to handle this migration in a separate, dedicated effort. Source: Upgrading to tap v18, Changelog
express-fileupload (0.0.5 → 1.1.10) - Low Risk
This upgrade crosses a major version, but the primary breaking change was reverted within the upgrade range. In version 1.0.0, the md5 property on the uploaded file object was changed from a checksum string to a function. However, this was reverted in version 1.1.1, and the property is once again a string value. [5] As the upgrade is to v1.1.10, there is no net breaking change. Source: Package documentation
express (4.12.4 → 4.22.0) - Low Risk
This is a minor version upgrade within the stable Express 4.x line. It contains bug fixes, security patches, and performance improvements without any documented breaking API changes. [3, 4] Source: Express Release History
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 3 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-15789759
SNYK-JS-HANDLEBARS-15789775
SNYK-JS-PATHTOREGEXP-15789761
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:
🦉 Prototype Pollution
🦉 Regular Expression Denial of Service (ReDoS)