Agoric / layer-cake

Class/traits-like composition of objects-as-closures
Apache License 2.0
8 stars 4 forks source link

chore: update packages to remove known vulnerabilities #10

Closed katelynsills closed 3 years ago

katelynsills commented 3 years ago

This PR just updates the packages to remove known vulnerabilities that we've been getting security notices for. It does not try to do anything more than the update.

erights commented 3 years ago

I do not like the parens around single parameters of arrow functions. Did this happen somehow as a result of consolidating our listing?

katelynsills commented 3 years ago

I do not like the parens around single parameters of arrow functions. Did this happen somehow as a result of consolidating our listing?

It's prettier >2.0

katelynsills commented 3 years ago

This PR should follow whatever formatting our consolidated lint is causing. If that includes the parens around single parameter or arrow functions, fine. This is definitely the wrong PR to address that. So LGTM.

I agree it should eventually match the consolidated lint. Our current consolidated lint hasn't updated the eslint and prettier packages, so we will need to deal with this issue there too.