escrow
escrow copied to clipboard
chore(deps): bump pbkdf2 from 3.0.17 to 3.1.3 in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: pbkdf2.
Updates pbkdf2 from 3.0.17 to 3.1.3
Changelog
Sourced from pbkdf2's changelog.
v3.1.3 - 2025-06-20
Commits
- Only apps should have lockfiles
8b06730- [lint] fix whitespace
9a76e2f- [lint] fix parens/curlies/semis/etc
6fd84bf- [meta] add
auto-changelog796c38d- [Tests] fix tests in node 17
3661fb0- Revert "[Tests] fix tests in node < 3"
7431b57- [Tests] fix tests in node < 3
eb9f97a- [Fix] ensure unknown algorithms throw + known ones match node
26d4fd3- [Tests] add GHA, always run nyc
513906a- [lint] fix a few more rules
ab04da8- [lint] switch to eslint
89694cf- [Tests] add coverage
d0d534b- [Refactor] use
to-buffere3102a8- [readme] improve badges
fca0c9d- [Tests] remove unused travis file
a2c7d93- [meta] switch from
filestonpmignore7f31fbc- [Tests] use .nycrc
8d628e8- [Refactor] minor tweaks
fc61005- [Deps] update
create-hmac,safe-buffer,sha.jsae2a7d0- [Fix] pin
create-hash,ripemd160due to breaking changese079968- [Tests] fix tests in node 3
45fbcf3- [meta] skip publishing benchmarks
19ea57b- [Dev Deps] add missing peer dep
645e252v3.1.2 - 2021-04-09
Commits
v3.1.1 - 2020-06-04
Commits
v3.1.0 - 2020-06-03
Merged
- check if process.version is available
[#85](https://github.com/crypto-browserify/pbkdf2/issues/85)Commits
... (truncated)
Commits
3e40827v3.1.3e3102a8[Refactor] useto-buffer7431b57Revert "[Tests] fix tests in node < 3"19ea57b[meta] skip publishing benchmarksa2c7d93[Tests] remove unused travis file645e252[Dev Deps] add missing peer dep796c38d[meta] addauto-changelogd0d534b[Tests] add coverage7f31fbc[meta] switch fromfilestonpmignorefca0c9d[readme] improve badges- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ljharb, a new releaser for pbkdf2 since your current version.
Dependabot 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the Security Alerts page.
PR-Codex overview
This PR updates the yarn.lock file, introducing new package versions and dependencies, as well as modifying existing package constraints. It enhances the project by ensuring the latest compatible versions of various dependencies are used.
Detailed summary
- Added
available-typed-arrays@^1.0.7 - Updated
call-bind@^1.0.8 - Added
create-hash@~1.1.3 - Added
define-data-property@^1.1.4 - Added
for-each@^0.3.5 - Updated
gopd@^1.0.1 - Added
has-property-descriptors@^1.0.2 - Updated
pbkdf2@^3.1.3 - Added
ripemd160@=2.0.1 - Added
set-function-length@^1.2.2 - Added
to-buffer@^1.2.0 - Added
typed-array-buffer@^1.0.3 - Updated
which-typed-array@^1.1.19 - Added new version constraints for several existing packages.
✨ Ask PR-Codex anything about this PR by commenting with
/codex {your question}
Deploy Preview for escrow ready!
| Name | Link |
|---|---|
| Latest commit | 70e7e6f2e1d16eb0b09d1f369f1f14bbddd49b50 |
| Latest deploy log | https://app.netlify.com/projects/escrow/deploys/685a33497f47dd00087e9003 |
| Deploy Preview | https://deploy-preview-122--escrow.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify project configuration.
[!IMPORTANT]
Review skipped
Ignore keyword(s) in the title.
:no_entry: Ignored keywords (1)
- chore(deps):
Please check the settings in the CodeRabbit UI or the
.coderabbit.yamlfile in this repository. To trigger a single review, invoke the@coderabbitai reviewcommand.You can disable this status message by setting the
reviews.review_statustofalsein the CodeRabbit configuration file.
🪧 Tips
Chat
There are 3 ways to chat with CodeRabbit:
- Review comments: Directly reply to a review comment made by CodeRabbit. Example:
I pushed a fix in commit <commit_id>, please review it.Explain this complex logic.Open a follow-up GitHub issue for this discussion.
- Files and specific lines of code (under the "Files changed" tab): Tag
@coderabbitaiin a new review comment at the desired location with your query. Examples:@coderabbitai explain this code block.@coderabbitai modularize this function.
- PR comments: Tag
@coderabbitaiin a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:@coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.@coderabbitai read src/utils.ts and explain its main purpose.@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.@coderabbitai help me debug CodeRabbit configuration file.
Support
Need help? Join our Discord community for assistance with any issues or questions.
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.
CodeRabbit Commands (Invoked using PR comments)
@coderabbitai pauseto pause the reviews on a PR.@coderabbitai resumeto resume the paused reviews.@coderabbitai reviewto trigger an incremental review. This is useful when automatic reviews are disabled for the repository.@coderabbitai full reviewto do a full review from scratch and review all the files again.@coderabbitai summaryto regenerate the summary of the PR.@coderabbitai generate sequence diagramto generate a sequence diagram of the changes in this PR.@coderabbitai resolveresolve all the CodeRabbit review comments.@coderabbitai configurationto show the current CodeRabbit configuration for the repository.@coderabbitai helpto get help.
Other keywords and placeholders
- Add
@coderabbitai ignoreanywhere in the PR description to prevent this PR from being reviewed. - Add
@coderabbitai summaryto generate the high-level summary at a specific location in the PR description. - Add
@coderabbitaior@coderabbitai titleanywhere in the PR title to generate the title automatically.
CodeRabbit Configuration File (.coderabbit.yaml)
- You can programmatically configure CodeRabbit by adding a
.coderabbit.yamlfile to the root of your repository. - Please see the configuration documentation for more information.
- If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation:
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
Documentation and Community
- Visit our Documentation for detailed information on how to use CodeRabbit.
- Join our Discord Community to get help, request features, and share feedback.
- Follow us on X/Twitter for updates and announcements.
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code