Skip to content

Chore/packages: update dependencies due to "npm audit" suggestions#9394

Merged
gabrielbazan7 merged 23 commits intobitpay:masterfrom
cmgustavo:chore/packages-01
Dec 18, 2018
Merged

Chore/packages: update dependencies due to "npm audit" suggestions#9394
gabrielbazan7 merged 23 commits intobitpay:masterfrom
cmgustavo:chore/packages-01

Conversation

@cmgustavo
Copy link
Member

@cmgustavo cmgustavo commented Dec 10, 2018

Due to fix "severity vulnerability" with npm audit

@cmgustavo cmgustavo dismissed a stale review via 948cd57 December 10, 2018 15:55
@cmgustavo cmgustavo changed the title Chore/packages 01 WIP: Chore/packages 01 Dec 10, 2018
@codecov
Copy link

codecov bot commented Dec 14, 2018

Codecov Report

Merging #9394 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #9394      +/-   ##
==========================================
+ Coverage   38.19%   38.21%   +0.01%     
==========================================
  Files         162      162              
  Lines       14608    14608              
  Branches     1969     1969              
==========================================
+ Hits         5580     5582       +2     
+ Misses       8765     8763       -2     
  Partials      263      263
Impacted Files Coverage Δ
src/pages/send/send.ts 72.22% <ø> (ø) ⬆️
src/providers/tx-format/tx-format.ts 92.17% <100%> (ø) ⬆️
src/pages/send/amount/amount.ts 56.63% <0%> (+0.32%) ⬆️
src/pages/add/create-wallet/create-wallet.ts 57.25% <0%> (+0.8%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d7b3b96...9a93ce5. Read the comment docs.

@codecov
Copy link

codecov bot commented Dec 14, 2018

Codecov Report

Merging #9394 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #9394      +/-   ##
==========================================
+ Coverage   38.19%   38.21%   +0.01%     
==========================================
  Files         162      162              
  Lines       14608    14608              
  Branches     1969     1969              
==========================================
+ Hits         5580     5582       +2     
+ Misses       8765     8763       -2     
  Partials      263      263
Impacted Files Coverage Δ
src/pages/send/send.ts 72.22% <ø> (ø) ⬆️
src/providers/tx-format/tx-format.ts 92.17% <100%> (ø) ⬆️
src/pages/send/amount/amount.ts 56.63% <0%> (+0.32%) ⬆️
src/pages/add/create-wallet/create-wallet.ts 57.25% <0%> (+0.8%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d7b3b96...b2e22f3. Read the comment docs.

@cmgustavo cmgustavo changed the title WIP: Chore/packages 01 Chore/packages: update dependencies due to "npm audit" suggestions Dec 17, 2018
const amount = '1.00000';
const coin = Coin.BCH;
spyOn(navParams, 'get').and.returnValues(amount, coin);
spyOn(instance.navParams, 'data').and.returnValues(amount, coin);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this line is not necessary. You could remove it

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 Thanks!

gabrielbazan7
gabrielbazan7 previously approved these changes Dec 17, 2018
Copy link
Collaborator

@gabrielbazan7 gabrielbazan7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK

Copy link
Collaborator

@gabrielbazan7 gabrielbazan7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK

@gabrielbazan7 gabrielbazan7 merged commit 3b98c82 into bitpay:master Dec 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants