Skip to content

Commit 74a6b92

Browse files
Bump pbkdf2 from 3.1.2 to 3.1.3
Bumps [pbkdf2](https://github.com/crypto-browserify/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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 310e3c4 commit 74a6b92

File tree

1 file changed

+46
-11
lines changed

1 file changed

+46
-11
lines changed

yarn.lock

Lines changed: 46 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7004,7 +7004,7 @@ create-ecdh@^4.0.0:
70047004
bn.js "^4.1.0"
70057005
elliptic "^6.5.3"
70067006

7007-
create-hash@^1.1.0, create-hash@^1.1.2, create-hash@^1.2.0:
7007+
create-hash@^1.1.0, create-hash@^1.2.0:
70087008
version "1.2.0"
70097009
resolved "https://registry.yarnpkg.com/create-hash/-/create-hash-1.2.0.tgz#889078af11a63756bcfb59bd221996be3a9ef196"
70107010
integrity sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==
@@ -7015,7 +7015,17 @@ create-hash@^1.1.0, create-hash@^1.1.2, create-hash@^1.2.0:
70157015
ripemd160 "^2.0.1"
70167016
sha.js "^2.4.0"
70177017

7018-
create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7:
7018+
create-hash@~1.1.3:
7019+
version "1.1.3"
7020+
resolved "https://registry.yarnpkg.com/create-hash/-/create-hash-1.1.3.tgz#606042ac8b9262750f483caddab0f5819172d8fd"
7021+
integrity sha512-snRpch/kwQhcdlnZKYanNF1m0RDlrCdSKQaH87w1FCFPVPNCQ/Il9QJKAX2jVBZddRdaHBMC+zXa9Gw9tmkNUA==
7022+
dependencies:
7023+
cipher-base "^1.0.1"
7024+
inherits "^2.0.1"
7025+
ripemd160 "^2.0.0"
7026+
sha.js "^2.4.0"
7027+
7028+
create-hmac@^1.1.0, create-hmac@^1.1.7:
70197029
version "1.1.7"
70207030
resolved "https://registry.yarnpkg.com/create-hmac/-/create-hmac-1.1.7.tgz#69170c78b3ab957147b2b8b04572e47ead2243ff"
70217031
integrity sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==
@@ -9791,6 +9801,13 @@ has@^1.0.3:
97919801
dependencies:
97929802
function-bind "^1.1.1"
97939803

9804+
hash-base@^2.0.0:
9805+
version "2.0.2"
9806+
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
9807+
integrity sha512-0TROgQ1/SxE6KmxWSvXHvRj90/Xo1JvZShofnYF+f6ZsGtR4eES7WfrQzPalmyagfKZCXpVnitiRebZulWsbiw==
9808+
dependencies:
9809+
inherits "^2.0.1"
9810+
97949811
hash-base@^3.0.0:
97959812
version "3.1.0"
97969813
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-3.1.0.tgz#55c381d9e06e1d2997a883b4a3fddfe7f0d3af33"
@@ -12589,15 +12606,16 @@ pause-stream@0.0.11:
1258912606
through "~2.3"
1259012607

1259112608
pbkdf2@^3.0.3:
12592-
version "3.1.2"
12593-
resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.1.2.tgz#dd822aa0887580e52f1a039dc3eda108efae3075"
12594-
integrity sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==
12609+
version "3.1.3"
12610+
resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.1.3.tgz#8be674d591d65658113424592a95d1517318dd4b"
12611+
integrity sha512-wfRLBZ0feWRhCIkoMB6ete7czJcnNnqRpcoWQBLqatqXXmelSRqfdDK4F3u9T2s2cXas/hQJcryI/4lAL+XTlA==
1259512612
dependencies:
12596-
create-hash "^1.1.2"
12597-
create-hmac "^1.1.4"
12598-
ripemd160 "^2.0.1"
12599-
safe-buffer "^5.0.1"
12600-
sha.js "^2.4.8"
12613+
create-hash "~1.1.3"
12614+
create-hmac "^1.1.7"
12615+
ripemd160 "=2.0.1"
12616+
safe-buffer "^5.2.1"
12617+
sha.js "^2.4.11"
12618+
to-buffer "^1.2.0"
1260112619

1260212620
peek-stream@^1.1.0:
1260312621
version "1.1.3"
@@ -13864,6 +13882,14 @@ rimraf@^3.0.0, rimraf@^3.0.2:
1386413882
dependencies:
1386513883
glob "^7.1.3"
1386613884

13885+
ripemd160@=2.0.1:
13886+
version "2.0.1"
13887+
resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.1.tgz#0f4584295c53a3628af7e6d79aca21ce57d1c6e7"
13888+
integrity sha512-J7f4wutN8mdbV08MJnXibYpCOPHR+yzy+iQ/AsjMv2j8cLavQ8VGagDFUwwTAdF8FmRKVeNpbTTEwNHCW1g94w==
13889+
dependencies:
13890+
hash-base "^2.0.0"
13891+
inherits "^2.0.1"
13892+
1386713893
ripemd160@^2.0.0, ripemd160@^2.0.1:
1386813894
version "2.0.2"
1386913895
resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c"
@@ -14238,7 +14264,7 @@ setprototypeof@1.2.0:
1423814264
resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424"
1423914265
integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==
1424014266

14241-
sha.js@^2.4.0, sha.js@^2.4.8:
14267+
sha.js@^2.4.0, sha.js@^2.4.11, sha.js@^2.4.8:
1424214268
version "2.4.11"
1424314269
resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.11.tgz#37a5cf0b81ecbc6943de109ba2960d1b26584ae7"
1424414270
integrity sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==
@@ -15367,6 +15393,15 @@ tmpl@1.0.5:
1536715393
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"
1536815394
integrity sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==
1536915395

15396+
to-buffer@^1.2.0:
15397+
version "1.2.1"
15398+
resolved "https://registry.yarnpkg.com/to-buffer/-/to-buffer-1.2.1.tgz#2ce650cdb262e9112a18e65dc29dcb513c8155e0"
15399+
integrity sha512-tB82LpAIWjhLYbqjx3X4zEeHN6M8CiuOEy2JY8SEQVdYRe3CCHOFaqrBW1doLDrfpWhplcW7BL+bO3/6S3pcDQ==
15400+
dependencies:
15401+
isarray "^2.0.5"
15402+
safe-buffer "^5.2.1"
15403+
typed-array-buffer "^1.0.3"
15404+
1537015405
to-fast-properties@^2.0.0:
1537115406
version "2.0.0"
1537215407
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"

0 commit comments

Comments
 (0)