Merge pull request #3 from F04C/dependabot/npm_and_yarn/array-move-4.0.0

Bump array-move from 3.0.1 to 4.0.0
This commit is contained in:
2024-11-24 18:49:16 +08:00
2 changed files with 9 additions and 6 deletions
+6 -4
View File
@@ -8,8 +8,10 @@
"name": "apollo",
"version": "2.9.0",
"dependencies": {
"@discordjs/voice": "^0.18.0",
"array-move": "^3.0.1",
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"ffmpeg-static": "^4.4.1",
@@ -854,11 +856,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"
+3 -2
View File
@@ -17,8 +17,9 @@
"format": "npx prettier --write '**/*.ts' --config .prettierrc"
},
"dependencies": {
"@discordjs/voice": "^0.18.0",
"array-move": "^3.0.1",
"@discordjs/voice": "^0.17.0",
"array-move": "^4.0.0",
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"ffmpeg-static": "^4.4.1",