[PR #1309] [MERGED] build(deps): bump pbkdf2 from 3.1.2 to 3.1.3 in the npm_and_yarn group across 1 directory #1367

Closed
opened 2026-02-15 20:15:28 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1309
Author: @dependabot[bot]
Created: 6/24/2025
Status: Merged
Merged: 6/25/2025
Merged by: @dqbd

Base: mainHead: dependabot/npm_and_yarn/npm_and_yarn-eca7abf8ab


📝 Commits (1)

  • dcfd06d build(deps): bump pbkdf2 in the npm_and_yarn group across 1 directory

📊 Changes

1 file changed (+66 additions, -12 deletions)

View changed files

📝 yarn.lock (+66 -12)

📄 Description

Bumps the npm_and_yarn group with 1 update in the / directory: pbkdf2.

Updates pbkdf2 from 3.1.2 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-changelog 796c38d
  • [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-buffer e3102a8
  • [readme] improve badges fca0c9d
  • [Tests] remove unused travis file a2c7d93
  • [meta] switch from files to npmignore 7f31fbc
  • [Tests] use .nycrc 8d628e8
  • [Refactor] minor tweaks fc61005
  • [Deps] update create-hmac, safe-buffer, sha.js ae2a7d0
  • [Fix] pin create-hash, ripemd160 due to breaking changes e079968
  • [Tests] fix tests in node 3 45fbcf3
  • [meta] skip publishing benchmarks 19ea57b
  • [Dev Deps] add missing peer dep 645e252
Commits
Maintainer changes

This version was pushed to npm by ljharb, a new releaser for pbkdf2 since your current version.


Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraphjs/pull/1309 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/24/2025 **Status:** ✅ Merged **Merged:** 6/25/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/npm_and_yarn-eca7abf8ab` --- ### 📝 Commits (1) - [`dcfd06d`](https://github.com/langchain-ai/langgraphjs/commit/dcfd06d0a362e2d5a024f2750bd15de22e1e6e08) build(deps): bump pbkdf2 in the npm_and_yarn group across 1 directory ### 📊 Changes **1 file changed** (+66 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `yarn.lock` (+66 -12) </details> ### 📄 Description Bumps the npm_and_yarn group with 1 update in the / directory: [pbkdf2](https://github.com/crypto-browserify/pbkdf2). Updates `pbkdf2` from 3.1.2 to 3.1.3 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/browserify/pbkdf2/blob/master/CHANGELOG.md">pbkdf2's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/browserify/pbkdf2/compare/v3.1.2...v3.1.3">v3.1.3</a> - 2025-06-20</h2> <h3>Commits</h3> <ul> <li>Only apps should have lockfiles <a href="https://github.com/browserify/pbkdf2/commit/8b067308eedcc3b7da3e06202d437ff532de75bd"><code>8b06730</code></a></li> <li>[lint] fix whitespace <a href="https://github.com/browserify/pbkdf2/commit/9a76e2f37ef4541aeff92d97b7335b7fa6e989a8"><code>9a76e2f</code></a></li> <li>[lint] fix parens/curlies/semis/etc <a href="https://github.com/browserify/pbkdf2/commit/6fd84bf64a423d207d9e665f3e9fd88b148c4480"><code>6fd84bf</code></a></li> <li>[meta] add <code>auto-changelog</code> <a href="https://github.com/browserify/pbkdf2/commit/796c38d428ed9546e7ddfbb38322faa99921d716"><code>796c38d</code></a></li> <li>[Tests] fix tests in node 17 <a href="https://github.com/browserify/pbkdf2/commit/3661fb0156177bfe380c7bcc133917e7ee501bc7"><code>3661fb0</code></a></li> <li>Revert &quot;[Tests] fix tests in node &lt; 3&quot; <a href="https://github.com/browserify/pbkdf2/commit/7431b5766805cbf880c1b3d0f38d484357844ff7"><code>7431b57</code></a></li> <li>[Tests] fix tests in node &lt; 3 <a href="https://github.com/browserify/pbkdf2/commit/eb9f97a66ed83836bebc4ff563a1588248708501"><code>eb9f97a</code></a></li> <li>[Fix] ensure unknown algorithms throw + known ones match node <a href="https://github.com/browserify/pbkdf2/commit/26d4fd391e00ed806840ea1ef7341937985f4ba8"><code>26d4fd3</code></a></li> <li>[Tests] add GHA, always run nyc <a href="https://github.com/browserify/pbkdf2/commit/513906a735e80a0e125e1a3363c5dbe90bb34bb7"><code>513906a</code></a></li> <li>[lint] fix a few more rules <a href="https://github.com/browserify/pbkdf2/commit/ab04da834a0342cb3779486314fa67ebc1e3f035"><code>ab04da8</code></a></li> <li>[lint] switch to eslint <a href="https://github.com/browserify/pbkdf2/commit/89694cf7e4062a8c924fbe74ad2b2d3cf78f1715"><code>89694cf</code></a></li> <li>[Tests] add coverage <a href="https://github.com/browserify/pbkdf2/commit/d0d534bfdc4db6d6ea9f719606ad18a78db6c124"><code>d0d534b</code></a></li> <li>[Refactor] use <code>to-buffer</code> <a href="https://github.com/browserify/pbkdf2/commit/e3102a8cd4830a3ac85cd0dd011cc002fdde33bb"><code>e3102a8</code></a></li> <li>[readme] improve badges <a href="https://github.com/browserify/pbkdf2/commit/fca0c9d4c5b053d911315a3607367d1db9f9f605"><code>fca0c9d</code></a></li> <li>[Tests] remove unused travis file <a href="https://github.com/browserify/pbkdf2/commit/a2c7d93bbcad73c49dad0c18fef6b8a4af8c3310"><code>a2c7d93</code></a></li> <li>[meta] switch from <code>files</code> to <code>npmignore</code> <a href="https://github.com/browserify/pbkdf2/commit/7f31fbca528fa5af3b7d3910daf09a7e5ed8adb4"><code>7f31fbc</code></a></li> <li>[Tests] use .nycrc <a href="https://github.com/browserify/pbkdf2/commit/8d628e8d5559b4acd4d4a714afb04a2990f901b7"><code>8d628e8</code></a></li> <li>[Refactor] minor tweaks <a href="https://github.com/browserify/pbkdf2/commit/fc61005c8cbd480e24ee103ac39a45f0d90ac636"><code>fc61005</code></a></li> <li>[Deps] update <code>create-hmac</code>, <code>safe-buffer</code>, <code>sha.js</code> <a href="https://github.com/browserify/pbkdf2/commit/ae2a7d051c9133c25d5212ba4f46747c0ed4c190"><code>ae2a7d0</code></a></li> <li>[Fix] pin <code>create-hash</code>, <code>ripemd160</code> due to breaking changes <a href="https://github.com/browserify/pbkdf2/commit/e07996890af79296f1913431fb3b252e25df2f0e"><code>e079968</code></a></li> <li>[Tests] fix tests in node 3 <a href="https://github.com/browserify/pbkdf2/commit/45fbcf30431f9585ae3b61f2207c0a16c1953915"><code>45fbcf3</code></a></li> <li>[meta] skip publishing benchmarks <a href="https://github.com/browserify/pbkdf2/commit/19ea57bf11d055ddcd97d2556cd3097663b050b9"><code>19ea57b</code></a></li> <li>[Dev Deps] add missing peer dep <a href="https://github.com/browserify/pbkdf2/commit/645e252375087e97beb95e518038b99eb5724c5b"><code>645e252</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/browserify/pbkdf2/commit/3e40827b183f7f5a14946bdb7d57de3d1d8dd581"><code>3e40827</code></a> v3.1.3</li> <li><a href="https://github.com/browserify/pbkdf2/commit/e3102a8cd4830a3ac85cd0dd011cc002fdde33bb"><code>e3102a8</code></a> [Refactor] use <code>to-buffer</code></li> <li><a href="https://github.com/browserify/pbkdf2/commit/7431b5766805cbf880c1b3d0f38d484357844ff7"><code>7431b57</code></a> Revert &quot;[Tests] fix tests in node &lt; 3&quot;</li> <li><a href="https://github.com/browserify/pbkdf2/commit/19ea57bf11d055ddcd97d2556cd3097663b050b9"><code>19ea57b</code></a> [meta] skip publishing benchmarks</li> <li><a href="https://github.com/browserify/pbkdf2/commit/a2c7d93bbcad73c49dad0c18fef6b8a4af8c3310"><code>a2c7d93</code></a> [Tests] remove unused travis file</li> <li><a href="https://github.com/browserify/pbkdf2/commit/645e252375087e97beb95e518038b99eb5724c5b"><code>645e252</code></a> [Dev Deps] add missing peer dep</li> <li><a href="https://github.com/browserify/pbkdf2/commit/796c38d428ed9546e7ddfbb38322faa99921d716"><code>796c38d</code></a> [meta] add <code>auto-changelog</code></li> <li><a href="https://github.com/browserify/pbkdf2/commit/d0d534bfdc4db6d6ea9f719606ad18a78db6c124"><code>d0d534b</code></a> [Tests] add coverage</li> <li><a href="https://github.com/browserify/pbkdf2/commit/7f31fbca528fa5af3b7d3910daf09a7e5ed8adb4"><code>7f31fbc</code></a> [meta] switch from <code>files</code> to <code>npmignore</code></li> <li><a href="https://github.com/browserify/pbkdf2/commit/fca0c9d4c5b053d911315a3607367d1db9f9f605"><code>fca0c9d</code></a> [readme] improve badges</li> <li>Additional commits viewable in <a href="https://github.com/crypto-browserify/pbkdf2/compare/v3.1.2...v3.1.3">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~ljharb">ljharb</a>, a new releaser for pbkdf2 since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pbkdf2&package-manager=npm_and_yarn&previous-version=3.1.2&new-version=3.1.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will 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 version` will 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](https://github.com/langchain-ai/langgraphjs/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 20:15:28 -05:00
yindo closed this issue 2026-02-15 20:15:28 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1367