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.3 (#601)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
f7278e04b3
commit
3c5f866730
@ -55,7 +55,7 @@
|
|||||||
"node-fetch": "~2.6.7",
|
"node-fetch": "~2.6.7",
|
||||||
"nunjucks": "~3.2.3",
|
"nunjucks": "~3.2.3",
|
||||||
"parse-duration": "~1.0.2",
|
"parse-duration": "~1.0.2",
|
||||||
"randomstring": "~1.2.2",
|
"randomstring": "~1.2.3",
|
||||||
"range-parser": "~1.2.1",
|
"range-parser": "~1.2.1",
|
||||||
"rate-limiter-flexible": "~2.3.12",
|
"rate-limiter-flexible": "~2.3.12",
|
||||||
"search-query-parser": "~1.6.0",
|
"search-query-parser": "~1.6.0",
|
||||||
|
@ -4975,10 +4975,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 sha512-lDVjxQQFoCG1jcrP06LNo2lbWp4QTShEXnhActFBwYuHprllQV6VUpwreApsYqCgD+N1mHoqJ/BI/4eV4R2GYg==
|
integrity sha512-lDVjxQQFoCG1jcrP06LNo2lbWp4QTShEXnhActFBwYuHprllQV6VUpwreApsYqCgD+N1mHoqJ/BI/4eV4R2GYg==
|
||||||
|
|
||||||
randomstring@~1.2.2:
|
randomstring@~1.2.3:
|
||||||
version "1.2.2"
|
version "1.2.3"
|
||||||
resolved "https://registry.yarnpkg.com/randomstring/-/randomstring-1.2.2.tgz#61b3d42624c7b1fcaaaba161c53452eb3d8fef1c"
|
resolved "https://registry.yarnpkg.com/randomstring/-/randomstring-1.2.3.tgz#49d2bc34ff6bc2bd0f6bb8e7d876e1d4433564c8"
|
||||||
integrity sha512-9FByiB8guWZLbE+akdQiWE3I1I6w7Vn5El4o4y7o5bWQ6DWPcEOp+aLG7Jezc8BVRKKpgJd2ppRX0jnKu1YCfg==
|
integrity sha512-3dEFySepTzp2CvH6W/ASYGguPPveBuz5MpZ7MuoUkoVehmyNl9+F9c9GFVrz2QPbM9NXTIHGcmJDY/3j4677kQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
array-uniq "1.0.2"
|
array-uniq "1.0.2"
|
||||||
randombytes "2.0.3"
|
randombytes "2.0.3"
|
||||||
|
Loading…
Reference in New Issue
Block a user