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] <support@github.com>
This commit is contained in:
2024-10-26 12:34:46 +00:00
parent 2d302551f9
commit 3869c6ccd4
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -9,7 +9,7 @@
"version": "2.9.0",
"dependencies": {
"@discordjs/voice": "^0.17.0",
"array-move": "^3.0.1",
"array-move": "^4.0.0",
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"ffmpeg-static": "^4.4.1",
@@ -844,11 +844,11 @@
"optional": true
},
"node_modules/array-move": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/array-move/-/array-move-3.0.1.tgz",
"integrity": "sha512-H3Of6NIn2nNU1gsVDqDnYKY/LCdWvCMMOWifNGhKcVQgiZ6nOek39aESOvro6zmueP07exSl93YLvkN4fZOkSg==",
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/array-move/-/array-move-4.0.0.tgz",
"integrity": "sha512-+RY54S8OuVvg94THpneQvFRmqWdAHeqtMzgMW6JNurHxe8rsS07cHQdfGkXnTUXiBcyZ0j3SiDIxxj0RPiqCkQ==",
"engines": {
"node": ">=10"
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
+1 -1
View File
@@ -21,7 +21,7 @@
},
"dependencies": {
"@discordjs/voice": "^0.17.0",
"array-move": "^3.0.1",
"array-move": "^4.0.0",
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"ffmpeg-static": "^4.4.1",