mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-12 21:05:29 +01:00
Bump array-shuffle from 1.0.1 to 2.0.0
Bumps [array-shuffle](https://github.com/sindresorhus/array-shuffle) from 1.0.1 to 2.0.0. - [Release notes](https://github.com/sindresorhus/array-shuffle/releases) - [Commits](https://github.com/sindresorhus/array-shuffle/compare/v1.0.1...v2.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
1519e7c6ef
commit
577c976623
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -497,9 +497,9 @@
|
|||
}
|
||||
},
|
||||
"array-shuffle": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/array-shuffle/-/array-shuffle-1.0.1.tgz",
|
||||
"integrity": "sha1-fqSIKjVrS8pfVF4LblLq9tlxVXo="
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/array-shuffle/-/array-shuffle-2.0.0.tgz",
|
||||
"integrity": "sha512-rJTchCppiO6QsQnN51KDH1cgMYm13B+ybxFS5GgdBdTTHpZcrq3M7SOBgzp+L9fqqnjkFDiwdEVcX1wINgl9DQ=="
|
||||
},
|
||||
"array-union": {
|
||||
"version": "2.1.0",
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@discordjs/opus": "^0.3.3",
|
||||
"array-shuffle": "^1.0.1",
|
||||
"array-shuffle": "^2.0.0",
|
||||
"debug": "^4.3.1",
|
||||
"delay": "^4.4.0",
|
||||
"discord.js": "^12.5.1",
|
||||
|
|
|
@ -405,10 +405,10 @@ argparse@^1.0.7:
|
|||
dependencies:
|
||||
sprintf-js "~1.0.2"
|
||||
|
||||
array-shuffle@^1.0.1:
|
||||
version "1.0.1"
|
||||
resolved "https://registry.yarnpkg.com/array-shuffle/-/array-shuffle-1.0.1.tgz#7ea4882a356b4bca5f545e0b6e52eaf6d971557a"
|
||||
integrity sha1-fqSIKjVrS8pfVF4LblLq9tlxVXo=
|
||||
array-shuffle@^2.0.0:
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/array-shuffle/-/array-shuffle-2.0.0.tgz#fd36437cd7997d557055283c946e46379a7cd343"
|
||||
integrity sha512-rJTchCppiO6QsQnN51KDH1cgMYm13B+ybxFS5GgdBdTTHpZcrq3M7SOBgzp+L9fqqnjkFDiwdEVcX1wINgl9DQ==
|
||||
|
||||
array-union@^2.1.0:
|
||||
version "2.1.0"
|
||||
|
|
Loading…
Reference in a new issue