From 577c976623433695705e7c61cbd9665b94e5c0b0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 3 Dec 2020 10:46:01 +0000 Subject: [PATCH] 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] --- package-lock.json | 6 +++--- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6ada9a6..af9e0f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index e4ff22a..694866d 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 25964ad..bcf7138 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"