fix(deps): update dependency randomstring to ~1.2.2 (#454)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-04-15 12:57:28 +07:00 committed by GitHub
parent 5adcf18f1b
commit f74d6a8808
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -49,7 +49,7 @@
"multer": "~1.4.3", "multer": "~1.4.3",
"node-fetch": "~2.6.7", "node-fetch": "~2.6.7",
"nunjucks": "~3.2.3", "nunjucks": "~3.2.3",
"randomstring": "~1.2.1", "randomstring": "~1.2.2",
"readline": "~1.3.0", "readline": "~1.3.0",
"search-query-parser": "~1.6.0", "search-query-parser": "~1.6.0",
"sharp": "~0.30.3", "sharp": "~0.30.3",

View File

@ -5825,10 +5825,10 @@ randombytes@2.0.3:
resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.0.3.tgz#674c99760901c3c4112771a31e521dc349cc09ec" resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.0.3.tgz#674c99760901c3c4112771a31e521dc349cc09ec"
integrity sha1-Z0yZdgkBw8QRJ3GjHlIdw0nMCew= integrity sha1-Z0yZdgkBw8QRJ3GjHlIdw0nMCew=
randomstring@~1.2.1: randomstring@~1.2.2:
version "1.2.1" version "1.2.2"
resolved "https://registry.yarnpkg.com/randomstring/-/randomstring-1.2.1.tgz#71cd3cda24ad1b7e0b65286b3aa5c10853019349" resolved "https://registry.yarnpkg.com/randomstring/-/randomstring-1.2.2.tgz#61b3d42624c7b1fcaaaba161c53452eb3d8fef1c"
integrity sha512-eMnfell9XuU3jfCx3f4xCaFAt0YMFPZhx9R3PSStmLarDKg5j5vivqKhf/8pvG+VX/YkxsckHK/VPUrKa5V07A== integrity sha512-9FByiB8guWZLbE+akdQiWE3I1I6w7Vn5El4o4y7o5bWQ6DWPcEOp+aLG7Jezc8BVRKKpgJd2ppRX0jnKu1YCfg==
dependencies: dependencies:
array-uniq "1.0.2" array-uniq "1.0.2"
randombytes "2.0.3" randombytes "2.0.3"