mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-13 07:56:23 +00:00
fix(deps): update dependency randomstring to ~1.2.2 (#454)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
5adcf18f1b
commit
f74d6a8808
@ -49,7 +49,7 @@
|
||||
"multer": "~1.4.3",
|
||||
"node-fetch": "~2.6.7",
|
||||
"nunjucks": "~3.2.3",
|
||||
"randomstring": "~1.2.1",
|
||||
"randomstring": "~1.2.2",
|
||||
"readline": "~1.3.0",
|
||||
"search-query-parser": "~1.6.0",
|
||||
"sharp": "~0.30.3",
|
||||
|
@ -5825,10 +5825,10 @@ randombytes@2.0.3:
|
||||
resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.0.3.tgz#674c99760901c3c4112771a31e521dc349cc09ec"
|
||||
integrity sha1-Z0yZdgkBw8QRJ3GjHlIdw0nMCew=
|
||||
|
||||
randomstring@~1.2.1:
|
||||
version "1.2.1"
|
||||
resolved "https://registry.yarnpkg.com/randomstring/-/randomstring-1.2.1.tgz#71cd3cda24ad1b7e0b65286b3aa5c10853019349"
|
||||
integrity sha512-eMnfell9XuU3jfCx3f4xCaFAt0YMFPZhx9R3PSStmLarDKg5j5vivqKhf/8pvG+VX/YkxsckHK/VPUrKa5V07A==
|
||||
randomstring@~1.2.2:
|
||||
version "1.2.2"
|
||||
resolved "https://registry.yarnpkg.com/randomstring/-/randomstring-1.2.2.tgz#61b3d42624c7b1fcaaaba161c53452eb3d8fef1c"
|
||||
integrity sha512-9FByiB8guWZLbE+akdQiWE3I1I6w7Vn5El4o4y7o5bWQ6DWPcEOp+aLG7Jezc8BVRKKpgJd2ppRX0jnKu1YCfg==
|
||||
dependencies:
|
||||
array-uniq "1.0.2"
|
||||
randombytes "2.0.3"
|
||||
|
Loading…
Reference in New Issue
Block a user