shukitchan opened a new pull request, #373: URL: https://github.com/apache/trafficserver-ingress-controller/pull/373
This pull request updates several dependencies in the `node-app-3` service to address bug fixes, security patches, and general improvements. The main focus is on updating `express` and 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:** * Upgraded `express` from version `4.22.1` to `4.22.2` in both `package.json` and `package-lock.json`, ensuring the app uses the latest stable release. [[1]](diffhunk://#diff-db7f9bcad93e416e44ba618cd3f28d29375b5208884076a7427b35db72dc55a8L12-R12) [[2]](diffhunk://#diff-a715d4c16fae7609bac9d120c2bef89d6537c70dc44ac60ea5726603638a5821L12-R12) [[3]](diffhunk://#diff-a715d4c16fae7609bac9d120c2bef89d6537c70dc44ac60ea5726603638a5821L251-R259) * Updated `body-parser` from `1.20.4` to `1.20.6` and its dependency `qs` from `~6.14.0`/`6.14.2` to `~6.15.1`/`6.15.3`, and added `es-define-property` as a new dependency for `qs`. [[1]](diffhunk://#diff-a715d4c16fae7609bac9d120c2bef89d6537c70dc44ac60ea5726603638a5821L33-R35) [[2]](diffhunk://#diff-a715d4c16fae7609bac9d120c2bef89d6537c70dc44ac60ea5726603638a5821L46-R46) [[3]](diffhunk://#diff-a715d4c16fae7609bac9d120c2bef89d6537c70dc44ac60ea5726603638a5821L277-R278) [[4]](diffhunk://#diff-a715d4c16fae7609bac9d120c2bef89d6537c70dc44ac60ea5726603638a5821L576-R585) * Upgraded several supporting libraries: `es-object-atoms` to `1.1.2`, `hasown` to `2.0.4`, `object-inspect` to `1.13.4`, `side-channel` to `1.1.1`, and `side-channel-list` to `1.0.1`. [[1]](diffhunk://#diff-a715d4c16fae7609bac9d120c2bef89d6537c70dc44ac60ea5726603638a5821L226-R229) [[2]](diffhunk://#diff-a715d4c16fae7609bac9d120c2bef89d6537c70dc44ac60ea5726603638a5821L400-R403) [[3]](diffhunk://#diff-a715d4c16fae7609bac9d120c2bef89d6537c70dc44ac60ea5726603638a5821L528-R533) [[4]](diffhunk://#diff-a715d4c16fae7609bac9d120c2bef89d6537c70dc44ac60ea5726603638a5821L723-R734) [[5]](diffhunk://#diff-a715d4c16fae7609bac9d120c2bef89d6537c70dc44ac60ea5726603638a5821L742-R752) **Metadata Improvements:** * Added missing `license` fields to several dependencies (`content-type`, `media-typer`, `object-inspect`, `type-is`) for better compliance and clarity. [[1]](diffhunk://#diff-a715d4c16fae7609bac9d120c2bef89d6537c70dc44ac60ea5726603638a5821R138) [[2]](diffhunk://#diff-a715d4c16fae7609bac9d120c2bef89d6537c70dc44ac60ea5726603638a5821R465) [[3]](diffhunk://#diff-a715d4c16fae7609bac9d120c2bef89d6537c70dc44ac60ea5726603638a5821L528-R533) [[4]](diffhunk://#diff-a715d4c16fae7609bac9d120c2bef89d6537c70dc44ac60ea5726603638a5821R818) These updates are routine maintenance and do not introduce breaking changes, but they improve the overall security and maintainability of the service. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
