forked from facebook/react
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump browserify-sign from 4.0.4 to 4.2.2 in /fixtures/packaging/brunc…
…h/prod (facebook#27598)
- Loading branch information
1 parent
42f04d7
commit 6bdbe44
Showing
1 changed file
with
114 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,6 +86,15 @@ asn1.js@^4.0.0: | |
inherits "^2.0.1" | ||
minimalistic-assert "^1.0.0" | ||
|
||
asn1.js@^5.2.0: | ||
version "5.4.1" | ||
resolved "https://registry.yarnpkg.com/asn1.js/-/asn1.js-5.4.1.tgz#11a980b84ebb91781ce35b0fdc2ee294e3783f07" | ||
dependencies: | ||
bn.js "^4.0.0" | ||
inherits "^2.0.1" | ||
minimalistic-assert "^1.0.0" | ||
safer-buffer "^2.1.0" | ||
|
||
asn1@~0.2.3: | ||
version "0.2.3" | ||
resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.3.tgz#dac8787713c9966849fc8180777ebe9c1ddf3b86" | ||
|
@@ -144,10 +153,18 @@ block-stream@*: | |
dependencies: | ||
inherits "~2.0.0" | ||
|
||
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0: | ||
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.4.0: | ||
version "4.11.8" | ||
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz#2cde09eb5ee341f484746bb0309b3253b1b1442f" | ||
|
||
bn.js@^4.11.9: | ||
version "4.12.0" | ||
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88" | ||
|
||
bn.js@^5.0.0, bn.js@^5.2.1: | ||
version "5.2.1" | ||
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.2.1.tgz#0bc527a6a0d18d0aa8d5b0538ce4a77dccfa7b70" | ||
|
||
[email protected]: | ||
version "1.18.2" | ||
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.18.2.tgz#87678a19d84b47d859b83199bd59bce222b10454" | ||
|
@@ -194,7 +211,7 @@ braces@^1.8.2: | |
preserve "^0.2.0" | ||
repeat-element "^1.1.2" | ||
|
||
brorand@^1.0.1: | ||
brorand@^1.0.1, brorand@^1.1.0: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f" | ||
|
||
|
@@ -238,17 +255,26 @@ browserify-rsa@^4.0.0: | |
bn.js "^4.1.0" | ||
randombytes "^2.0.1" | ||
|
||
browserify-sign@^4.0.0: | ||
version "4.0.4" | ||
resolved "https://registry.yarnpkg.com/browserify-sign/-/browserify-sign-4.0.4.tgz#aa4eb68e5d7b658baa6bf6a57e630cbd7a93d298" | ||
browserify-rsa@^4.1.0: | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/browserify-rsa/-/browserify-rsa-4.1.0.tgz#b2fd06b5b75ae297f7ce2dc651f918f5be158c8d" | ||
dependencies: | ||
bn.js "^4.1.1" | ||
browserify-rsa "^4.0.0" | ||
create-hash "^1.1.0" | ||
create-hmac "^1.1.2" | ||
elliptic "^6.0.0" | ||
inherits "^2.0.1" | ||
parse-asn1 "^5.0.0" | ||
bn.js "^5.0.0" | ||
randombytes "^2.0.1" | ||
|
||
browserify-sign@^4.0.0: | ||
version "4.2.2" | ||
resolved "https://registry.yarnpkg.com/browserify-sign/-/browserify-sign-4.2.2.tgz#e78d4b69816d6e3dd1c747e64e9947f9ad79bc7e" | ||
dependencies: | ||
bn.js "^5.2.1" | ||
browserify-rsa "^4.1.0" | ||
create-hash "^1.2.0" | ||
create-hmac "^1.1.7" | ||
elliptic "^6.5.4" | ||
inherits "^2.0.4" | ||
parse-asn1 "^5.1.6" | ||
readable-stream "^3.6.2" | ||
safe-buffer "^5.2.1" | ||
|
||
brunch-skeletons@~0.1.4: | ||
version "0.1.6" | ||
|
@@ -429,7 +455,17 @@ create-hash@^1.1.0, create-hash@^1.1.2: | |
ripemd160 "^2.0.0" | ||
sha.js "^2.4.0" | ||
|
||
create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4: | ||
create-hash@^1.2.0: | ||
version "1.2.0" | ||
resolved "https://registry.yarnpkg.com/create-hash/-/create-hash-1.2.0.tgz#889078af11a63756bcfb59bd221996be3a9ef196" | ||
dependencies: | ||
cipher-base "^1.0.1" | ||
inherits "^2.0.1" | ||
md5.js "^1.3.4" | ||
ripemd160 "^2.0.1" | ||
sha.js "^2.4.0" | ||
|
||
create-hmac@^1.1.0, create-hmac@^1.1.4: | ||
version "1.1.6" | ||
resolved "https://registry.yarnpkg.com/create-hmac/-/create-hmac-1.1.6.tgz#acb9e221a4e17bdb076e90657c42b93e3726cf06" | ||
dependencies: | ||
|
@@ -440,6 +476,17 @@ create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4: | |
safe-buffer "^5.0.1" | ||
sha.js "^2.4.8" | ||
|
||
create-hmac@^1.1.7: | ||
version "1.1.7" | ||
resolved "https://registry.yarnpkg.com/create-hmac/-/create-hmac-1.1.7.tgz#69170c78b3ab957147b2b8b04572e47ead2243ff" | ||
dependencies: | ||
cipher-base "^1.0.3" | ||
create-hash "^1.1.0" | ||
inherits "^2.0.1" | ||
ripemd160 "^2.0.0" | ||
safe-buffer "^5.0.1" | ||
sha.js "^2.4.8" | ||
|
||
[email protected]: | ||
version "2.0.5" | ||
resolved "https://registry.yarnpkg.com/cryptiles/-/cryptiles-2.0.5.tgz#3bdfecdc608147c1c67202fa291e7dca59eaa3b8" | ||
|
@@ -592,6 +639,18 @@ elliptic@^6.0.0: | |
minimalistic-assert "^1.0.0" | ||
minimalistic-crypto-utils "^1.0.0" | ||
|
||
elliptic@^6.5.4: | ||
version "6.5.4" | ||
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb" | ||
dependencies: | ||
bn.js "^4.11.9" | ||
brorand "^1.1.0" | ||
hash.js "^1.0.0" | ||
hmac-drbg "^1.0.1" | ||
inherits "^2.0.4" | ||
minimalistic-assert "^1.0.1" | ||
minimalistic-crypto-utils "^1.0.1" | ||
|
||
encodeurl@~1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.1.tgz#79e3d58655346909fe6f0f45a5de68103b294d20" | ||
|
@@ -958,7 +1017,7 @@ [email protected], hawk@~3.1.3: | |
hoek "2.x.x" | ||
sntp "1.x.x" | ||
|
||
hmac-drbg@^1.0.0: | ||
hmac-drbg@^1.0.0, hmac-drbg@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1" | ||
dependencies: | ||
|
@@ -1028,6 +1087,10 @@ [email protected]: | |
version "2.0.1" | ||
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1" | ||
|
||
inherits@^2.0.4: | ||
version "2.0.4" | ||
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" | ||
|
||
ini@^1.3.4, ini@~1.3.0: | ||
version "1.3.4" | ||
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.4.tgz#0537cb79daf59b59a1a517dff706c86ec039162e" | ||
|
@@ -1293,6 +1356,10 @@ minimalistic-assert@^1.0.0: | |
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.0.tgz#702be2dda6b37f4836bcb3f5db56641b64a1d3d3" | ||
|
||
minimalistic-assert@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7" | ||
|
||
minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a" | ||
|
@@ -1488,6 +1555,16 @@ parse-asn1@^5.0.0: | |
evp_bytestokey "^1.0.0" | ||
pbkdf2 "^3.0.3" | ||
|
||
parse-asn1@^5.1.6: | ||
version "5.1.6" | ||
resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.6.tgz#385080a3ec13cb62a62d39409cb3e88844cdaed4" | ||
dependencies: | ||
asn1.js "^5.2.0" | ||
browserify-aes "^1.0.0" | ||
evp_bytestokey "^1.0.0" | ||
pbkdf2 "^3.0.3" | ||
safe-buffer "^5.1.1" | ||
|
||
parse-glob@^3.0.4: | ||
version "3.0.4" | ||
resolved "https://registry.yarnpkg.com/parse-glob/-/parse-glob-3.0.4.tgz#b2c376cfb11f35513badd173ef0bb6e3a388391c" | ||
|
@@ -1654,6 +1731,14 @@ readable-stream@^2.0.2, readable-stream@^2.0.6, readable-stream@^2.1.4: | |
string_decoder "~1.0.3" | ||
util-deprecate "~1.0.1" | ||
|
||
readable-stream@^3.6.2: | ||
version "3.6.2" | ||
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.2.tgz#56a9b36ea965c00c5a93ef31eb111a0f11056967" | ||
dependencies: | ||
inherits "^2.0.3" | ||
string_decoder "^1.1.1" | ||
util-deprecate "^1.0.1" | ||
|
||
readable-stream@~2.0.5: | ||
version "2.0.6" | ||
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.0.6.tgz#8f90341e68a53ccc928788dacfcd11b36eb9b78e" | ||
|
@@ -1747,6 +1832,14 @@ [email protected], safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, s | |
version "5.1.1" | ||
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.1.tgz#893312af69b2123def71f57889001671eeb2c853" | ||
|
||
safe-buffer@^5.2.1, safe-buffer@~5.2.0: | ||
version "5.2.1" | ||
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" | ||
|
||
safer-buffer@^2.1.0: | ||
version "2.1.2" | ||
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" | ||
|
||
semver@^5.3.0: | ||
version "5.4.1" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-5.4.1.tgz#e059c09d8571f0540823733433505d3a2f00b18e" | ||
|
@@ -1877,6 +1970,12 @@ string-width@^1.0.1, string-width@^1.0.2: | |
is-fullwidth-code-point "^1.0.0" | ||
strip-ansi "^3.0.0" | ||
|
||
string_decoder@^1.1.1: | ||
version "1.3.0" | ||
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e" | ||
dependencies: | ||
safe-buffer "~5.2.0" | ||
|
||
string_decoder@~0.10.31, string_decoder@~0.10.x: | ||
version "0.10.31" | ||
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94" | ||
|
@@ -1998,7 +2097,7 @@ url@~0.11.0: | |
punycode "1.3.2" | ||
querystring "0.2.0" | ||
|
||
util-deprecate@~1.0.1: | ||
util-deprecate@^1.0.1, util-deprecate@~1.0.1: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" | ||
|
||
|