Skip to content

Commit b8ff0a3

Browse files
build(deps): bump pbkdf2 from 3.1.2 to 3.1.3 (#439)
Bumps [pbkdf2](https://github.com/crypto-browserify/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) You can trigger a rebase of this PR 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 this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/mlacosta/frontend-monorepo-template/network/alerts). </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mariano Leonel Acosta <[email protected]>
1 parent 64ca7c3 commit b8ff0a3

File tree

1 file changed

+40
-14
lines changed

1 file changed

+40
-14
lines changed

yarn.lock

Lines changed: 40 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4354,7 +4354,7 @@ create-ecdh@^4.0.4:
43544354
bn.js "^4.1.0"
43554355
elliptic "^6.5.3"
43564356

4357-
create-hash@^1.1.0, create-hash@^1.1.2, create-hash@^1.2.0:
4357+
create-hash@^1.1.0, create-hash@^1.2.0:
43584358
version "1.2.0"
43594359
resolved "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz"
43604360
integrity sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==
@@ -4365,7 +4365,17 @@ create-hash@^1.1.0, create-hash@^1.1.2, create-hash@^1.2.0:
43654365
ripemd160 "^2.0.1"
43664366
sha.js "^2.4.0"
43674367

4368-
create-hmac@^1.1.4, create-hmac@^1.1.7:
4368+
create-hash@~1.1.3:
4369+
version "1.1.3"
4370+
resolved "https://registry.yarnpkg.com/create-hash/-/create-hash-1.1.3.tgz#606042ac8b9262750f483caddab0f5819172d8fd"
4371+
integrity sha512-snRpch/kwQhcdlnZKYanNF1m0RDlrCdSKQaH87w1FCFPVPNCQ/Il9QJKAX2jVBZddRdaHBMC+zXa9Gw9tmkNUA==
4372+
dependencies:
4373+
cipher-base "^1.0.1"
4374+
inherits "^2.0.1"
4375+
ripemd160 "^2.0.0"
4376+
sha.js "^2.4.0"
4377+
4378+
create-hmac@^1.1.7:
43694379
version "1.1.7"
43704380
resolved "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz"
43714381
integrity sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==
@@ -5818,6 +5828,13 @@ has-tostringtag@^1.0.0, has-tostringtag@^1.0.2:
58185828
dependencies:
58195829
has-symbols "^1.0.3"
58205830

5831+
hash-base@^2.0.0:
5832+
version "2.0.2"
5833+
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
5834+
integrity sha512-0TROgQ1/SxE6KmxWSvXHvRj90/Xo1JvZShofnYF+f6ZsGtR4eES7WfrQzPalmyagfKZCXpVnitiRebZulWsbiw==
5835+
dependencies:
5836+
inherits "^2.0.1"
5837+
58215838
hash-base@^3.0.0, hash-base@~3.0, hash-base@~3.0.4:
58225839
version "3.0.5"
58235840
resolved "https://registry.npmjs.org/hash-base/-/hash-base-3.0.5.tgz"
@@ -7930,15 +7947,16 @@ pathval@^2.0.0:
79307947
integrity sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==
79317948

79327949
pbkdf2@^3.1.2:
7933-
version "3.1.2"
7934-
resolved "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.2.tgz"
7935-
integrity sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==
7950+
version "3.1.3"
7951+
resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.1.3.tgz#8be674d591d65658113424592a95d1517318dd4b"
7952+
integrity sha512-wfRLBZ0feWRhCIkoMB6ete7czJcnNnqRpcoWQBLqatqXXmelSRqfdDK4F3u9T2s2cXas/hQJcryI/4lAL+XTlA==
79367953
dependencies:
7937-
create-hash "^1.1.2"
7938-
create-hmac "^1.1.4"
7939-
ripemd160 "^2.0.1"
7940-
safe-buffer "^5.0.1"
7941-
sha.js "^2.4.8"
7954+
create-hash "~1.1.3"
7955+
create-hmac "^1.1.7"
7956+
ripemd160 "=2.0.1"
7957+
safe-buffer "^5.2.1"
7958+
sha.js "^2.4.11"
7959+
to-buffer "^1.2.0"
79427960

79437961
79447962
version "1.0.1"
@@ -8670,6 +8688,14 @@ rimraf@^3.0.0, rimraf@^3.0.2:
86708688
dependencies:
86718689
glob "^7.1.3"
86728690

8691+
ripemd160@=2.0.1:
8692+
version "2.0.1"
8693+
resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.1.tgz#0f4584295c53a3628af7e6d79aca21ce57d1c6e7"
8694+
integrity sha512-J7f4wutN8mdbV08MJnXibYpCOPHR+yzy+iQ/AsjMv2j8cLavQ8VGagDFUwwTAdF8FmRKVeNpbTTEwNHCW1g94w==
8695+
dependencies:
8696+
hash-base "^2.0.0"
8697+
inherits "^2.0.1"
8698+
86738699
ripemd160@^2.0.0, ripemd160@^2.0.1:
86748700
version "2.0.2"
86758701
resolved "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz"
@@ -8874,10 +8900,10 @@ setimmediate@^1.0.4:
88748900
resolved "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz"
88758901
integrity sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==
88768902

8877-
sha.js@^2.4.0, sha.js@^2.4.8:
8878-
version "2.4.12"
8879-
resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.12.tgz#eb8b568bf383dfd1867a32c3f2b74eb52bdbf23f"
8880-
integrity sha512-8LzC5+bvI45BjpfXU8V5fdU2mfeKiQe1D1gIMn7XUlF3OTUrpdJpPPH4EMAnF0DsHHdSZqCdSss5qCmJKuiO3w==
8903+
sha.js@^2.4.0, sha.js@^2.4.11, sha.js@^2.4.8:
8904+
version "2.4.11"
8905+
resolved "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz"
8906+
integrity sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==
88818907
dependencies:
88828908
inherits "^2.0.4"
88838909
safe-buffer "^5.2.1"

0 commit comments

Comments
 (0)