Skip to content

Commit

Permalink
Bump randomstring from 1.2.2 to 1.3.0 in /web
Browse files Browse the repository at this point in the history
Dependabot couldn't find the original pull request head commit, 2ea50e1.
  • Loading branch information
dependabot[bot] authored Jan 3, 2024
1 parent 4d21186 commit d9880de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
14 changes: 4 additions & 10 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5962,11 +5962,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==

[email protected]:
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"
Expand Down Expand Up @@ -14671,12 +14666,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:
Expand Down

0 comments on commit d9880de

Please sign in to comment.