Skip to content

Commit 243d778

Browse files
chore(deps): bump pbkdf2 from 3.1.2 to 3.1.3 in the security group
Bumps the security group with 1 update: [pbkdf2](https://github.com/crypto-browserify/pbkdf2). Updates `pbkdf2` from 3.1.2 to 3.1.3 - [Changelog](https://github.com/browserify/pbkdf2/blob/master/CHANGELOG.md) - [Commits](browserify/pbkdf2@v3.1.2...v3.1.3) --- updated-dependencies: - dependency-name: pbkdf2 dependency-version: 3.1.3 dependency-type: indirect dependency-group: security ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8f45e41 commit 243d778

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
@@ -5918,7 +5918,7 @@ create-ecdh@^4.0.0:
59185918
bn.js "^4.1.0"
59195919
elliptic "^6.5.3"
59205920

5921-
create-hash@^1.1.0, create-hash@^1.1.2, create-hash@^1.2.0:
5921+
create-hash@^1.1.0, create-hash@^1.2.0:
59225922
version "1.2.0"
59235923
resolved "https://registry.yarnpkg.com/create-hash/-/create-hash-1.2.0.tgz#889078af11a63756bcfb59bd221996be3a9ef196"
59245924
integrity sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==
@@ -5929,7 +5929,7 @@ create-hash@^1.1.0, create-hash@^1.1.2, create-hash@^1.2.0:
59295929
ripemd160 "^2.0.1"
59305930
sha.js "^2.4.0"
59315931

5932-
create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7:
5932+
create-hmac@^1.1.0, create-hmac@^1.1.7:
59335933
version "1.1.7"
59345934
resolved "https://registry.yarnpkg.com/create-hmac/-/create-hmac-1.1.7.tgz#69170c78b3ab957147b2b8b04572e47ead2243ff"
59355935
integrity sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==
@@ -8320,6 +8320,16 @@ hash-base@^3.0.0:
83208320
readable-stream "^3.6.0"
83218321
safe-buffer "^5.2.0"
83228322

8323+
hash-base@^3.1.2:
8324+
version "3.1.2"
8325+
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-3.1.2.tgz#79d72def7611c3f6e3c3b5730652638001b10a74"
8326+
integrity sha512-Bb33KbowVTIj5s7Ked1OsqHUeCpz//tPwR+E2zJgJKo9Z5XolZ9b6bdUgjmYlwnWhoOQKoTd1TYToZGn5mAYOg==
8327+
dependencies:
8328+
inherits "^2.0.4"
8329+
readable-stream "^2.3.8"
8330+
safe-buffer "^5.2.1"
8331+
to-buffer "^1.2.1"
8332+
83238333
hash-base@~3.0:
83248334
version "3.0.4"
83258335
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-3.0.4.tgz#5fc8686847ecd73499403319a6b0a3f3f6ae4918"
@@ -12102,15 +12112,16 @@ pause-stream@0.0.11:
1210212112
through "~2.3"
1210312113

1210412114
pbkdf2@^3.0.3, pbkdf2@^3.1.2:
12105-
version "3.1.2"
12106-
resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.1.2.tgz#dd822aa0887580e52f1a039dc3eda108efae3075"
12107-
integrity sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==
12115+
version "3.1.5"
12116+
resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.1.5.tgz#444a59d7a259a95536c56e80c89de31cc01ed366"
12117+
integrity sha512-Q3CG/cYvCO1ye4QKkuH7EXxs3VC/rI1/trd+qX2+PolbaKG0H+bgcZzrTt96mMyRtejk+JMCiLUn3y29W8qmFQ==
1210812118
dependencies:
12109-
create-hash "^1.1.2"
12110-
create-hmac "^1.1.4"
12111-
ripemd160 "^2.0.1"
12112-
safe-buffer "^5.0.1"
12113-
sha.js "^2.4.8"
12119+
create-hash "^1.2.0"
12120+
create-hmac "^1.1.7"
12121+
ripemd160 "^2.0.3"
12122+
safe-buffer "^5.2.1"
12123+
sha.js "^2.4.12"
12124+
to-buffer "^1.2.1"
1211412125

1211512126
pend@~1.2.0:
1211612127
version "1.2.0"
@@ -13208,6 +13219,14 @@ ripemd160@^2.0.0, ripemd160@^2.0.1:
1320813219
hash-base "^3.0.0"
1320913220
inherits "^2.0.1"
1321013221

13222+
ripemd160@^2.0.3:
13223+
version "2.0.3"
13224+
resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.3.tgz#9be54e4ba5e3559c8eee06a25cd7648bbccdf5a8"
13225+
integrity sha512-5Di9UC0+8h1L6ZD2d7awM7E/T4uA1fJRlx6zk/NvdCCVEoAnFqvHmCuNeIKoCeIixBX/q8uM+6ycDvF8woqosA==
13226+
dependencies:
13227+
hash-base "^3.1.2"
13228+
inherits "^2.0.4"
13229+
1321113230
rollup@^2.43.1:
1321213231
version "2.79.2"
1321313232
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.2.tgz#f150e4a5db4b121a21a747d762f701e5e9f49090"
@@ -13500,6 +13519,15 @@ sha.js@^2.4.0, sha.js@^2.4.8, sha.js@~2.4.4:
1350013519
inherits "^2.0.1"
1350113520
safe-buffer "^5.0.1"
1350213521

13522+
sha.js@^2.4.12:
13523+
version "2.4.12"
13524+
resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.12.tgz#eb8b568bf383dfd1867a32c3f2b74eb52bdbf23f"
13525+
integrity sha512-8LzC5+bvI45BjpfXU8V5fdU2mfeKiQe1D1gIMn7XUlF3OTUrpdJpPPH4EMAnF0DsHHdSZqCdSss5qCmJKuiO3w==
13526+
dependencies:
13527+
inherits "^2.0.4"
13528+
safe-buffer "^5.2.1"
13529+
to-buffer "^1.2.0"
13530+
1350313531
shallow-clone@^3.0.0:
1350413532
version "3.0.1"
1350513533
resolved "https://registry.yarnpkg.com/shallow-clone/-/shallow-clone-3.0.1.tgz#8f2981ad92531f55035b01fb230769a40e02efa3"
@@ -14621,6 +14649,15 @@ to-absolute-glob@^2.0.0:
1462114649
is-absolute "^1.0.0"
1462214650
is-negated-glob "^1.0.0"
1462314651

14652+
to-buffer@^1.2.0, to-buffer@^1.2.1:
14653+
version "1.2.2"
14654+
resolved "https://registry.yarnpkg.com/to-buffer/-/to-buffer-1.2.2.tgz#ffe59ef7522ada0a2d1cb5dfe03bb8abc3cdc133"
14655+
integrity sha512-db0E3UJjcFhpDhAF4tLo03oli3pwl3dbnzXOUIlRKrp+ldk/VUxzpWYZENsw2SZiuBjHAk7DfB0VU7NKdpb6sw==
14656+
dependencies:
14657+
isarray "^2.0.5"
14658+
safe-buffer "^5.2.1"
14659+
typed-array-buffer "^1.0.3"
14660+
1462414661
to-fast-properties@^2.0.0:
1462514662
version "2.0.0"
1462614663
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"

0 commit comments

Comments
 (0)