From 4b1c24df8bf7cf884e9756a688fb9a5b65109efe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 12:28:55 +0000 Subject: [PATCH] chore(deps): bump array-move from 3.0.1 to 4.0.0 Bumps [array-move](https://github.com/sindresorhus/array-move) from 3.0.1 to 4.0.0. - [Release notes](https://github.com/sindresorhus/array-move/releases) - [Commits](https://github.com/sindresorhus/array-move/compare/v3.0.1...v4.0.0) --- updated-dependencies: - dependency-name: array-move dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5d9aa1ba5..183d52165 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@fortawesome/free-brands-svg-icons": "^6.4.2", "@fortawesome/free-solid-svg-icons": "^6.4.2", "@fortawesome/react-fontawesome": "^0.1.11", - "array-move": "^3.0.1", + "array-move": "^4.0.0", "bookbrainz-data": "5.1.1", "chart.js": "^2.9.4", "chartjs-adapter-date-fns": "^1.0.0", diff --git a/yarn.lock b/yarn.lock index 848916b37..8aed490dc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2535,10 +2535,10 @@ array-includes@^3.1.3, array-includes@^3.1.4, array-includes@^3.1.7: get-intrinsic "^1.2.4" is-string "^1.0.7" -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-move@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/array-move/-/array-move-4.0.0.tgz#2c3730f056cc926f62a59769a5a8cda2fb6d8c55" + integrity sha512-+RY54S8OuVvg94THpneQvFRmqWdAHeqtMzgMW6JNurHxe8rsS07cHQdfGkXnTUXiBcyZ0j3SiDIxxj0RPiqCkQ== array-union@^1.0.1: version "1.0.2"