Bump express and lockfile dependencies for node-app-3#373
Merged
shukitchan merged 2 commits intoJul 13, 2026
Merged
Conversation
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This pull request updates several dependencies in the
node-app-3service to address bug fixes, security patches, and general improvements. The main focus is on updatingexpressand its related dependencies, as well as other commonly used libraries. These updates help keep the project secure and compatible with the latest features.Dependency Updates:
expressfrom version4.22.1to4.22.2in bothpackage.jsonandpackage-lock.json, ensuring the app uses the latest stable release. [1] [2] [3]body-parserfrom1.20.4to1.20.6and its dependencyqsfrom~6.14.0/6.14.2to~6.15.1/6.15.3, and addedes-define-propertyas a new dependency forqs. [1] [2] [3] [4]es-object-atomsto1.1.2,hasownto2.0.4,object-inspectto1.13.4,side-channelto1.1.1, andside-channel-listto1.0.1. [1] [2] [3] [4] [5]Metadata Improvements:
licensefields to several dependencies (content-type,media-typer,object-inspect,type-is) for better compliance and clarity. [1] [2] [3] [4]These updates are routine maintenance and do not introduce breaking changes, but they improve the overall security and maintainability of the service.