Bump decode-uri-component from 0.2.0 to 0.2.2#51
Bump decode-uri-component from 0.2.0 to 0.2.2#51dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases) - [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2) --- updated-dependencies: - dependency-name: decode-uri-component 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 routine Dependabot security update bumping decode-uri-component from 0.2.0 to 0.2.2. The fix addresses CVE-2022-38900, which allowed a crafted input to cause an infinite loop or crash. The lockfile changes also include incidental updates: @solana/web3.js upgraded from 0.90.5 to 1.69.0 (with updated transitive deps), jayson from 3.6.5 to 3.7.0, rpc-websockets from 7.4.16 to 7.5.0, and various packages reclassified to devDependencies. These appear to be legitimate dependency resolutions triggered by the primary update. The actual decode-uri-component update is correct in both package-lock.json and yarn.lock. No source code changes are included.
package-lock.json (line None): The lockfile includes a significant upgrade of @solana/web3.js from 0.90.5 to 1.69.0. This is a major version bump with breaking API changes. While this appears to be a transitive resolution rather than a direct dependency change, it's worth verifying that Solana functionality still works correctly after merging. The new version drops several dependencies (secp256k1 native module, tweetnacl, crypto-hash, mz) in favor of @noble/* pure-JS cryptography libraries, which is actually an improvement for security and portability.
package-lock.json (line None): rpc-websockets upgraded from 7.4.16 to 7.5.0 and now depends on ws@^8.5.0 (pinned at 8.11.0) internally, while the top-level ws remains at 7.5.9. Having two major versions of ws in the tree is fine since they're separate installs, but worth noting.
Bumps decode-uri-component from 0.2.0 to 0.2.2.
Release notes
Sourced from decode-uri-component's releases.
Commits
a0eea460.2.2980e0bfPrevent overwriting previously decoded tokens3c8a3730.2.176abc93Switch to GitHub workflows746ca5dFix issue where decode throws - fixes #6486d7e2Update license (#1)a650457Tidelift tasks66e1c28Meta tweaksDependabot 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.