Merge pull request #3515 from BlueWallet/renovate/crypto-js-4.x

Update dependency crypto-js to v4.1.1
This commit is contained in:
GLaDOS 2021-08-06 11:40:22 +01:00 committed by GitHub
commit dcecfc8ebe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -7008,9 +7008,9 @@
}
},
"crypto-js": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.0.0.tgz",
"integrity": "sha512-bzHZN8Pn+gS7DQA6n+iUmBfl0hO5DJq++QP3U6uTucDtk/0iGpXd/Gg7CGR0p8tJhofJyaKoWBuJI4eAO00BBg=="
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.1.1.tgz",
"integrity": "sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw=="
},
"css-select": {
"version": "2.1.0",

View File

@ -123,7 +123,7 @@
"buffer": "6.0.3",
"buffer-reverse": "1.0.1",
"coinselect": "3.1.12",
"crypto-js": "4.0.0",
"crypto-js": "4.1.1",
"dayjs": "1.10.6",
"detox": "18.19.0",
"ecurve": "1.0.6",