Update dependency crypto-js to v4.2.0

This commit is contained in:
renovate[bot] 2023-10-24 23:42:00 +00:00 committed by Overtorment
parent 7fb3fff028
commit 495cf403ea
2 changed files with 8 additions and 6 deletions

12
package-lock.json generated
View File

@ -39,7 +39,7 @@
"buffer": "6.0.3",
"buffer-reverse": "1.0.1",
"coinselect": "3.1.13",
"crypto-js": "4.1.1",
"crypto-js": "4.2.0",
"dayjs": "1.11.10",
"detox": "20.13.1",
"ecpair": "2.0.1",
@ -8553,8 +8553,9 @@
"integrity": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A=="
},
"node_modules/crypto-js": {
"version": "4.1.1",
"integrity": "sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw=="
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz",
"integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q=="
},
"node_modules/css-select": {
"version": "5.1.0",
@ -27085,8 +27086,9 @@
}
},
"crypto-js": {
"version": "4.1.1",
"integrity": "sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw=="
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz",
"integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q=="
},
"css-select": {
"version": "5.1.0",

View File

@ -124,7 +124,7 @@
"buffer": "6.0.3",
"buffer-reverse": "1.0.1",
"coinselect": "3.1.13",
"crypto-js": "4.1.1",
"crypto-js": "4.2.0",
"dayjs": "1.11.10",
"detox": "20.13.1",
"ecpair": "2.0.1",