Conversation
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/EventSource/eventsource/releases) - [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md) - [Commits](EventSource/eventsource@v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: eventsource dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
foxpatch-aleph
left a comment
There was a problem hiding this comment.
This is a Dependabot security patch bumping eventsource from 1.1.0 to 1.1.1, which fixes CVE-2022-1650 — a vulnerability where authorization and cookie headers were incorrectly forwarded on cross-origin redirects, potentially exposing credentials. The lock file changes are consistent with this update: eventsource itself is bumped in both package-lock.json and yarn.lock, and the surrounding churn reflects transitive dependency resolution updates (e.g., @solana/web3.js major bump from 0.90.5 to 1.43.4, rpc-websockets, jayson, superstruct, ws updates). These transitive changes appear to be legitimate dependency graph re-resolutions triggered by the update and are consistent with a clean npm/yarn install. The security fix is legitimate, minimal in scope, and appropriate to merge.
package-lock.json (line None): The diff includes a significant upgrade of @solana/web3.js from 0.90.5 to 1.43.4 as a transitive dependency change. This is a major version bump with breaking API changes in the Solana SDK. While this appears to be an incidental lock file resolution change (not a direct dependency change), it's worth verifying that the app doesn't directly import or rely on internals of @solana/web3.js at the old API surface, and running the test suite to confirm nothing is broken.
yarn.lock (line None): The yarn.lock splits url-parse into two separate resolutions: ^1.4.3 gets 1.5.10 and ^1.5.3 gets 1.5.4. This is an unusual split that could indicate a version conflict in the dependency tree. Not a blocker, but worth monitoring — url-parse 1.5.3 and below had known SSRF vulnerabilities, so ensure any consumer of the ^1.5.3 range is using a patched version. In this case 1.5.4 is fine.
Bumps eventsource from 1.1.0 to 1.1.1.
Changelog
Sourced from eventsource's changelog.
Commits
aa7a4081.1.156d489echore: rebuild polyfill4a951e5docs: update history for 1.1.1f9f6416fix: strip sensitive headers on redirect to different originDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.