From 66a5055e730cfec53b2c29dce126c4075b58fbee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 16:58:48 -0800 Subject: [PATCH] chore(deps): bump randomstring from 1.3.0 to 1.3.1 (#8555) Bumps [randomstring](https://github.com/klughammer/node-randomstring) from 1.3.0 to 1.3.1. - [Changelog](https://github.com/klughammer/node-randomstring/blob/master/CHANGELOG.md) - [Commits](https://github.com/klughammer/node-randomstring/commits) --- updated-dependencies: - dependency-name: randomstring dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 17 ++++++----------- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 693afd1550..6474c4f717 100644 --- a/package.json +++ b/package.json @@ -188,7 +188,7 @@ "prosemirror-transform": "1.10.0", "prosemirror-view": "^1.37.1", "query-string": "^7.1.3", - "randomstring": "1.3.0", + "randomstring": "1.3.1", "rate-limiter-flexible": "^2.4.2", "react": "^17.0.2", "react-avatar-editor": "^13.0.2", diff --git a/yarn.lock b/yarn.lock index ee464b2f1e..7985051040 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13068,24 +13068,19 @@ raf@^3.4.1: dependencies: performance-now "^2.1.0" -randombytes@2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.0.3.tgz#674c99760901c3c4112771a31e521dc349cc09ec" - integrity "sha1-Z0yZdgkBw8QRJ3GjHlIdw0nMCew= sha512-lDVjxQQFoCG1jcrP06LNo2lbWp4QTShEXnhActFBwYuHprllQV6VUpwreApsYqCgD+N1mHoqJ/BI/4eV4R2GYg==" - -randombytes@^2.1.0: +randombytes@2.1.0, randombytes@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz#df6f84372f0270dc65cdf6291349ab7a473d4f2a" integrity "sha1-32+ENy8CcNxlzfYpE0mrekc9Tyo= sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==" dependencies: safe-buffer "^5.1.0" -randomstring@1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/randomstring/-/randomstring-1.3.0.tgz#1bf9d730066899e70aee3285573f84708278683d" - integrity sha512-gY7aQ4i1BgwZ8I1Op4YseITAyiDiajeZOPQUbIq9TPGPhUm5FX59izIaOpmKbME1nmnEiABf28d9K2VSii6BBg== +randomstring@1.3.1: + version "1.3.1" + resolved "https://registry.yarnpkg.com/randomstring/-/randomstring-1.3.1.tgz#11a494a9d51b320dd8694a3e0ee7d77b0f8e477c" + integrity sha512-lgXZa80MUkjWdE7g2+PZ1xDLzc7/RokXVEQOv5NN2UOTChW1I8A9gha5a9xYBOqgaSoI6uJikDmCU8PyRdArRQ== dependencies: - randombytes "2.0.3" + randombytes "2.1.0" rate-limiter-flexible@^2.4.2: version "2.4.2"