From 2ea50e1609cdecbda6680dba9aa9afe71fc3aa8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 11:02:24 +0000 Subject: [PATCH] Bump randomstring from 1.2.2 to 1.3.0 in /web Bumps [randomstring](https://github.com/klughammer/node-randomstring) from 1.2.2 to 1.3.0. - [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-minor ... Signed-off-by: dependabot[bot] --- web/package.json | 2 +- web/yarn.lock | 14 ++++---------- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/web/package.json b/web/package.json index 6ea77a8c2e..37e91d9b0a 100644 --- a/web/package.json +++ b/web/package.json @@ -155,7 +155,7 @@ "prettier": "^2.7.1", "prismjs": "^1.25.0", "query-string": "6.13.1", - "randomstring": "^1.1.5", + "randomstring": "^1.3.0", "rc-progress": "^2.5.2", "react": "^18.2.0", "react-ace": "^6.2.0", diff --git a/web/yarn.lock b/web/yarn.lock index 903016a498..3ef48c60d9 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -5963,11 +5963,6 @@ array-union@^2.1.0: resolved "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz" integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== -array-uniq@1.0.2: - version "1.0.2" - resolved "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.2.tgz" - integrity sha1-X8w3OSB3VyPP1k1lxkvvU7+eum0= - array-uniq@^1.0.1: version "1.0.3" resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6" @@ -14672,12 +14667,11 @@ randomfill@^1.0.3: randombytes "^2.0.5" safe-buffer "^5.1.0" -randomstring@^1.1.5: - version "1.2.2" - resolved "https://registry.npmjs.org/randomstring/-/randomstring-1.2.2.tgz" - integrity sha512-9FByiB8guWZLbE+akdQiWE3I1I6w7Vn5El4o4y7o5bWQ6DWPcEOp+aLG7Jezc8BVRKKpgJd2ppRX0jnKu1YCfg== +randomstring@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/randomstring/-/randomstring-1.3.0.tgz#1bf9d730066899e70aee3285573f84708278683d" + integrity sha512-gY7aQ4i1BgwZ8I1Op4YseITAyiDiajeZOPQUbIq9TPGPhUm5FX59izIaOpmKbME1nmnEiABf28d9K2VSii6BBg== dependencies: - array-uniq "1.0.2" randombytes "2.0.3" range-parser@^1.2.1, range-parser@~1.2.1: