Skip to content

Commit c53fc40

Browse files
build(deps): bump pbkdf2 from 3.1.2 to 3.1.5 (#9573)
Bumps [pbkdf2](https://github.com/browserify/pbkdf2) from 3.1.2 to 3.1.5. - [Changelog](https://github.com/browserify/pbkdf2/blob/master/CHANGELOG.md) - [Commits](browserify/pbkdf2@v3.1.2...v3.1.5) --- updated-dependencies: - dependency-name: pbkdf2 dependency-version: 3.1.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ad81f95 commit c53fc40

1 file changed

Lines changed: 47 additions & 10 deletions

File tree

yarn.lock

Lines changed: 47 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6091,7 +6091,7 @@ create-ecdh@^4.0.4:
60916091
bn.js "^4.1.0"
60926092
elliptic "^6.5.3"
60936093

6094-
create-hash@^1.1.0, create-hash@^1.1.2, create-hash@^1.2.0:
6094+
create-hash@^1.1.0, create-hash@^1.2.0:
60956095
version "1.2.0"
60966096
resolved "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz#889078af11a63756bcfb59bd221996be3a9ef196"
60976097
integrity sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==
@@ -6102,7 +6102,7 @@ create-hash@^1.1.0, create-hash@^1.1.2, create-hash@^1.2.0:
61026102
ripemd160 "^2.0.1"
61036103
sha.js "^2.4.0"
61046104

6105-
create-hmac@^1.1.4, create-hmac@^1.1.7:
6105+
create-hmac@^1.1.7:
61066106
version "1.1.7"
61076107
resolved "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz#69170c78b3ab957147b2b8b04572e47ead2243ff"
61086108
integrity sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==
@@ -8926,6 +8926,16 @@ hash-base@^3.0.0:
89268926
readable-stream "^3.6.0"
89278927
safe-buffer "^5.2.0"
89288928

8929+
hash-base@^3.1.2:
8930+
version "3.1.2"
8931+
resolved "https://registry.npmjs.org/hash-base/-/hash-base-3.1.2.tgz#79d72def7611c3f6e3c3b5730652638001b10a74"
8932+
integrity sha512-Bb33KbowVTIj5s7Ked1OsqHUeCpz//tPwR+E2zJgJKo9Z5XolZ9b6bdUgjmYlwnWhoOQKoTd1TYToZGn5mAYOg==
8933+
dependencies:
8934+
inherits "^2.0.4"
8935+
readable-stream "^2.3.8"
8936+
safe-buffer "^5.2.1"
8937+
to-buffer "^1.2.1"
8938+
89298939
hash-base@~3.0, hash-base@~3.0.4:
89308940
version "3.0.5"
89318941
resolved "https://registry.npmjs.org/hash-base/-/hash-base-3.0.5.tgz#52480e285395cf7fba17dc4c9e47acdc7f248a8a"
@@ -13248,15 +13258,16 @@ pathval@^1.1.1:
1324813258
integrity sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==
1324913259

1325013260
pbkdf2@^3.1.2:
13251-
version "3.1.2"
13252-
resolved "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.2.tgz#dd822aa0887580e52f1a039dc3eda108efae3075"
13253-
integrity sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==
13261+
version "3.1.5"
13262+
resolved "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.5.tgz#444a59d7a259a95536c56e80c89de31cc01ed366"
13263+
integrity sha512-Q3CG/cYvCO1ye4QKkuH7EXxs3VC/rI1/trd+qX2+PolbaKG0H+bgcZzrTt96mMyRtejk+JMCiLUn3y29W8qmFQ==
1325413264
dependencies:
13255-
create-hash "^1.1.2"
13256-
create-hmac "^1.1.4"
13257-
ripemd160 "^2.0.1"
13258-
safe-buffer "^5.0.1"
13259-
sha.js "^2.4.8"
13265+
create-hash "^1.2.0"
13266+
create-hmac "^1.1.7"
13267+
ripemd160 "^2.0.3"
13268+
safe-buffer "^5.2.1"
13269+
sha.js "^2.4.12"
13270+
to-buffer "^1.2.1"
1326013271

1326113272
pend@~1.2.0:
1326213273
version "1.2.0"
@@ -14459,6 +14470,14 @@ ripemd160@^2.0.0, ripemd160@^2.0.1:
1445914470
hash-base "^3.0.0"
1446014471
inherits "^2.0.1"
1446114472

14473+
ripemd160@^2.0.3:
14474+
version "2.0.3"
14475+
resolved "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.3.tgz#9be54e4ba5e3559c8eee06a25cd7648bbccdf5a8"
14476+
integrity sha512-5Di9UC0+8h1L6ZD2d7awM7E/T4uA1fJRlx6zk/NvdCCVEoAnFqvHmCuNeIKoCeIixBX/q8uM+6ycDvF8woqosA==
14477+
dependencies:
14478+
hash-base "^3.1.2"
14479+
inherits "^2.0.4"
14480+
1446214481
1446314482
version "2.0.3"
1446414483
resolved "https://registry.npmjs.org/rollup-plugin-copy-assets/-/rollup-plugin-copy-assets-2.0.3.tgz#9a9098894c3ded16d2eee8c4108055e332b5f59f"
@@ -14913,6 +14932,15 @@ sha.js@^2.4.0, sha.js@^2.4.8:
1491314932
inherits "^2.0.1"
1491414933
safe-buffer "^5.0.1"
1491514934

14935+
sha.js@^2.4.12:
14936+
version "2.4.12"
14937+
resolved "https://registry.npmjs.org/sha.js/-/sha.js-2.4.12.tgz#eb8b568bf383dfd1867a32c3f2b74eb52bdbf23f"
14938+
integrity sha512-8LzC5+bvI45BjpfXU8V5fdU2mfeKiQe1D1gIMn7XUlF3OTUrpdJpPPH4EMAnF0DsHHdSZqCdSss5qCmJKuiO3w==
14939+
dependencies:
14940+
inherits "^2.0.4"
14941+
safe-buffer "^5.2.1"
14942+
to-buffer "^1.2.0"
14943+
1491614944
shallow-clone@^3.0.0:
1491714945
version "3.0.1"
1491814946
resolved "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz#8f2981ad92531f55035b01fb230769a40e02efa3"
@@ -16130,6 +16158,15 @@ to-absolute-glob@^2.0.0, to-absolute-glob@^2.0.2:
1613016158
is-absolute "^1.0.0"
1613116159
is-negated-glob "^1.0.0"
1613216160

16161+
to-buffer@^1.2.0, to-buffer@^1.2.1:
16162+
version "1.2.2"
16163+
resolved "https://registry.npmjs.org/to-buffer/-/to-buffer-1.2.2.tgz#ffe59ef7522ada0a2d1cb5dfe03bb8abc3cdc133"
16164+
integrity sha512-db0E3UJjcFhpDhAF4tLo03oli3pwl3dbnzXOUIlRKrp+ldk/VUxzpWYZENsw2SZiuBjHAk7DfB0VU7NKdpb6sw==
16165+
dependencies:
16166+
isarray "^2.0.5"
16167+
safe-buffer "^5.2.1"
16168+
typed-array-buffer "^1.0.3"
16169+
1613316170
to-object-path@^0.3.0:
1613416171
version "0.3.0"
1613516172
resolved "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af"

0 commit comments

Comments
 (0)