Skip to content

Commit

Permalink
Merge pull request #2955 from matiu/chore/update-lodash-elliptic
Browse files Browse the repository at this point in the history
Chore/update lodash elliptic
  • Loading branch information
matiu authored Sep 14, 2020
2 parents 0a5ecc4 + bf7995e commit 7f04875
Show file tree
Hide file tree
Showing 13 changed files with 4,648 additions and 6,522 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ ENV CHROME_BIN /usr/bin/google-chrome
RUN set -x \
&& node -v \
&& npm -v \
&& google-chrome --version
&& google-chrome --version


RUN npm i -g npm@6.4.1
RUN npm i -g npm@6.14.5

WORKDIR /bitcore

Expand Down
17 changes: 11 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
"typescript-eslint-parser": "^15.0.0"
},
"dependencies": {
"lerna": "^3.22.1"
"lerna": "^3.22.1",
"typescript": "^4.0.2"
},
"husky": {
"hooks": {
Expand Down
96 changes: 52 additions & 44 deletions packages/bitcore-wallet-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/bitcore-wallet-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"bitcore-mnemonic": "^8.22.2",
"crypto-wallet-core": "^8.22.2",
"json-stable-stringify": "^1.0.1",
"lodash": "^4.17.15",
"lodash": "^4.17.20",
"preconditions": "^2.2.3",
"sjcl": "1.0.3",
"source-map-loader": "^0.2.4",
Expand Down
Loading

0 comments on commit 7f04875

Please sign in to comment.