fix(deps): remediate 19 Dependabot security alerts (npm + Go) - #492
Merged
Conversation
Resolves 19 of 23 open Dependabot alerts across npm and Go modules. All updates are patch or minor bumps with no breaking API changes, except llm-translator-app where react was unpinned to ^19 to satisfy the peer dependency requirement of @carbon/react latest. npm updates ----------- trusted-profiles/node: - form-data 4.0.5 -> 4.0.6 (GHSA: CRLF injection, High #998) - jws 3.2.2 -> 3.2.3 (GHSA: improper HMAC verify, High #152) cos-to-sql: - form-data 4.0.5 -> 4.0.6 (High #995) - jws 3.2.2 -> 3.2.3 (High #154) fruit-counter: - minimatch 3.1.2 -> 3.1.3 (GHSA: ReDoS, High #213) auth-oidc/node: - qs 6.15.2 -> 6.16.0 (GHSA: DoS + array-limit bypass, Medium #1189/#1183) auth-oidc-proxy/auth: - body-parser 2.2.1 -> 2.3.0 (GHSA: DoS via invalid limit, Low #1102) llm-translator-app: - nanoid 3.3.17 -> 3.3.19 (GHSA: infinite loop, High #1180) - react pinned 18.2.0 -> ^19.0.0 (resolves peer dep conflict with @carbon/react) - @types/react pinned 18.2.51 -> ^19.0.0 fotobox/frontend-app: - uuid 11.1.0 -> 11.1.1 (GHSA: missing buffer bounds check, Medium #921) Go module updates ----------------- kafka: - golang.org/x/net v0.54.0 -> v0.59.0 (GHSA: HTML parser DoS, Medium #1014) github-webhook: - golang.org/x/net v0.54.0 -> v0.59.0 (Medium #1011) fotobox/download-app: - golang.org/x/net v0.54.0 -> v0.59.0 (Medium #1010) - mongo-driver v1.17.2 -> v1.17.10 (GHSA: heap OOB read, Medium #1000) trusted-profiles/go: - mongo-driver v1.17.3 -> v1.17.10 (Medium #1003) kafka-observer: - mongo-driver v1.13.1 -> v1.17.10 (Medium #1002) app-n-event-notification: - mongo-driver v1.11.3 -> v1.17.10 (Medium #999) Deferred / no fix available ---------------------------- - file-type (#656, #657, #658): v17+ is ESM-only; migration of CJS callers required before upgrading. Tracked separately. - fotobox/frontend-app cookie (#123): fixed version blocked inside @sveltejs/kit@2.x; no patch available in current stable line. - accelerate (#1192, pip): no upstream patched version available yet.
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.
Summary
Resolves 19 of 23 open Dependabot security alerts across npm and Go modules. All updates are patch or minor bumps with no breaking API changes, except
llm-translator-appwherereactwas unpinned to^19to satisfy the peer dependency requirement of the latest@carbon/react.npm updates
trusted-profiles/nodeform-datatrusted-profiles/nodejwscos-to-sqlform-datacos-to-sqljwsfruit-counterminimatchllm-translator-appnanoidllm-translator-appreactauth-oidc/nodeqsfotobox/frontend-appuuidauth-oidc-proxy/authbody-parserGo module updates
kafkagolang.org/x/netgithub-webhookgolang.org/x/netfotobox/download-appgolang.org/x/netfotobox/download-appmongo-drivertrusted-profiles/gomongo-driverkafka-observermongo-driverapp-n-event-notificationmongo-driverDeferred (tracked separately)
file-type(npm)require(). Requires source migration before upgrading.cookieinfotobox/frontend-app@sveltejs/kit@2.x; no patch available in the current stable release line.accelerate(pip)Testing
All npm
package-lock.jsonfiles were validated withnpm ci(clean install) confirming the dependency tree resolves correctly. Go modules were updated withgo get+go mod tidyand verified to parse correctly.