Skip to content

Commit

Permalink
fix: upgrade packages to remove advisories
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Jan 14, 2021
1 parent 2aa89f4 commit 695a2d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
7 changes: 3 additions & 4 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@
"license": "MIT",
"dependencies": {
"@ledgerhq/hw-transport-node-hid": "5.23.2",
"@stacks/keychain": "1.0.0-beta.10",
"@stacks/stacking": "1.0.0-beta.17",
"@stacks/transactions": "1.0.0-beta.10",
"bitcoinjs-lib": "^5.2.0",
"@stacks/keychain": "1.0.0-beta.13",
"@stacks/transactions": "1.0.0-beta.13",
"bitcoinjs-lib": "5.2.0",
"blockstack": "21.1.1"
}
}
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
"@babel/register": "7.12.1",
"@blockstack/eslint-config": "1.0.5",
"@blockstack/prettier-config": "0.0.6",
"@blockstack/stacks-blockchain-api-types": "0.31.0",
"@blockstack/stacks-blockchain-api-types": "0.34.2",
"@commitlint/config-conventional": "11.0.0",
"@types/argon2-browser": "1.12.0",
"@types/bcryptjs": "2.4.2",
Expand Down Expand Up @@ -285,13 +285,12 @@
"webpack-merge": "5.0.9"
},
"dependencies": {
"@blockstack/rpc-client": "0.3.0-alpha.22",
"@blockstack/ui": "2.13.0",
"@hot-loader/react-dom": "17.0.0",
"@ledgerhq/hw-transport-webusb": "5.29.0",
"@popperjs/core": "2.5.4",
"@reduxjs/toolkit": "1.4.0",
"@stacks/blockchain-api-client": "0.28.0",
"@stacks/blockchain-api-client": "0.34.2",
"@stacks/network": "1.0.0-beta.17",
"@styled-system/theme-get": "5.1.2",
"@tippyjs/react": "4.2.0",
Expand Down Expand Up @@ -324,7 +323,6 @@
"react-hot-loader": "4.13.0",
"react-hotkeys-hook": "2.4.0",
"react-popper": "2.2.4",
"react-progressbar.js": "0.2.0",
"react-redux": "7.2.2",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
Expand Down

0 comments on commit 695a2d1

Please sign in to comment.