From bfcb6c7e36d2d5473f2d292cd08f43b457954b1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 May 2021 13:24:55 +0300 Subject: [PATCH] Bump array-move from 3.0.0 to 3.0.1 (#2872) Bumps [array-move](https://github.com/sindresorhus/array-move) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/sindresorhus/array-move/releases) - [Commits](https://github.com/sindresorhus/array-move/compare/v3.0.0...v3.0.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c8e6102825..24a51a80ea 100644 --- a/package.json +++ b/package.json @@ -182,7 +182,7 @@ "@hapi/subtext": "^7.0.3", "@kubernetes/client-node": "^0.12.0", "abort-controller": "^3.0.0", - "array-move": "^3.0.0", + "array-move": "^3.0.1", "auto-bind": "^4.0.0", "autobind-decorator": "^2.4.0", "await-lock": "^2.1.0", diff --git a/yarn.lock b/yarn.lock index 68cdf5f450..2a21ed5e29 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2602,10 +2602,10 @@ array-includes@^3.1.1: es-abstract "^1.17.0" is-string "^1.0.5" -array-move@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/array-move/-/array-move-3.0.0.tgz#b646a2f4980be78f04d28d7572a72036150d364e" - integrity sha512-kqK1ZKiAVfIdfiJjC3zpAGPg3OEkjeeKuOILwS1b+oh34dI6GTg9szgRT+oKWw48RuVF8RGjlWCSYkn6NU+Jvw== +array-move@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/array-move/-/array-move-3.0.1.tgz#179645cc0987b65953a4fc06b6df9045e4ba9618" + integrity sha512-H3Of6NIn2nNU1gsVDqDnYKY/LCdWvCMMOWifNGhKcVQgiZ6nOek39aESOvro6zmueP07exSl93YLvkN4fZOkSg== array-union@^1.0.1: version "1.0.2"