diff --git a/package.json b/package.json index 3a2d629..99568c2 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "node-fetch": "~2.6.7", "nunjucks": "~3.2.3", "parse-duration": "~1.0.2", - "randomstring": "~1.2.2", + "randomstring": "~1.2.3", "range-parser": "~1.2.1", "rate-limiter-flexible": "~2.3.12", "search-query-parser": "~1.6.0", diff --git a/yarn.lock b/yarn.lock index b191221..b19be6c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4975,10 +4975,10 @@ randombytes@2.0.3: resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.0.3.tgz#674c99760901c3c4112771a31e521dc349cc09ec" integrity sha512-lDVjxQQFoCG1jcrP06LNo2lbWp4QTShEXnhActFBwYuHprllQV6VUpwreApsYqCgD+N1mHoqJ/BI/4eV4R2GYg== -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== +randomstring@~1.2.3: + version "1.2.3" + resolved "https://registry.yarnpkg.com/randomstring/-/randomstring-1.2.3.tgz#49d2bc34ff6bc2bd0f6bb8e7d876e1d4433564c8" + integrity sha512-3dEFySepTzp2CvH6W/ASYGguPPveBuz5MpZ7MuoUkoVehmyNl9+F9c9GFVrz2QPbM9NXTIHGcmJDY/3j4677kQ== dependencies: array-uniq "1.0.2" randombytes "2.0.3"