Skip to content

Commit

Permalink
Merge pull request #42 from MetaMask/UpdateSes
Browse files Browse the repository at this point in the history
Update SES to 0.6.3
  • Loading branch information
danfinlay authored Oct 2, 2019
2 parents f8e274d + 27efc42 commit 2b7df07
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@
"gaba": "^1.6.0",
"human-standard-token-abi": "^2.0.0",
"jazzicon": "^1.2.0",
"json-rpc-engine": "^5.1.4",
"json-rpc-capabilities-middleware": "^0.16.1",
"json-rpc-engine": "^5.1.4",
"json-rpc-middleware-stream": "^2.1.1",
"jsonschema": "^1.2.4",
"lodash.debounce": "^4.0.8",
Expand Down Expand Up @@ -167,8 +167,8 @@
"request-promise": "^4.2.1",
"reselect": "^3.0.1",
"safe-event-emitter": "^1.0.1",
"ses": "^0.6.2",
"safe-json-stringify": "^1.2.0",
"ses": "^0.6.3",
"single-call-balance-checker-abi": "^1.0.0",
"string.prototype.matchall": "^3.0.1",
"swappable-obj-proxy": "^1.1.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22403,10 +22403,10 @@ readline2@^1.0.1:
is-fullwidth-code-point "^1.0.0"
mute-stream "0.0.5"

realms-shim@^1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/realms-shim/-/realms-shim-1.1.2.tgz#3a6f438e38a31e9189fbb22f83226e0ab064d237"
integrity sha512-FadHiwVXkVGyGGGtdn6vWsmVMFEBci/vVocIfx2Gb9v6Ha8tux2H4z8vZH85YIpAL9azGuDPlSAyvRxWbydmUQ==
realms-shim@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/realms-shim/-/realms-shim-1.2.0.tgz#455b5ecac711f8907cdd1e7a2bc6cb173f3a3f09"
integrity sha512-eVet6pLh6+Fk7eHCrGh1gnli7LByI2snWI+vcpF+3neVs0dRnmDW+msA+sVr+EOpVPnrAqXcwoIDP/pr9Wn6cw==

recast@^0.11.17:
version "0.11.23"
Expand Down Expand Up @@ -23778,14 +23778,14 @@ servify@^0.1.12:
request "^2.79.0"
xhr "^2.3.3"

ses@^0.6.2:
version "0.6.2"
resolved "https://registry.yarnpkg.com/ses/-/ses-0.6.2.tgz#07d5409cdd13927a727998b5e12ffc064f3f5f1f"
integrity sha512-QkgoXaql3Md+P1ZzDjVyZRoj2+/DkuVXFlPgrhXTuhOA09USZAqnlQJwI0R2qRA40H0hzkbVhfoAEEUZvqeCIA==
ses@^0.6.3:
version "0.6.3"
resolved "https://registry.yarnpkg.com/ses/-/ses-0.6.3.tgz#43504a46c7e1ce7d127d08530ded0c2398f20e42"
integrity sha512-etMuM3neb78a8olb5Ngi2UkRPYUzwKSd8jrDcArR2gNMLYHR2sdzxkcE+tiKZ0aTW+1XG+JPHly9flFHzFjSTQ==
dependencies:
"@agoric/make-hardener" "^0.0.6"
esm "^3.2.25"
realms-shim "^1.1.2"
realms-shim "^1.2.0"

sesify-tofu@^2.0.4:
version "2.0.4"
Expand Down

0 comments on commit 2b7df07

Please sign in to comment.