1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-12-22 21:13:18 +00:00

Compare commits

..

No commits in common. "977e9beccdb081f6906ce382a10da63b01e55b3c" and "3555425a9aa23154d7cebac2e9972499a52675a9" have entirely different histories.

2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -22,7 +22,7 @@
"ytdl-core": "^4.11.5" "ytdl-core": "^4.11.5"
}, },
"devDependencies": { "devDependencies": {
"nodemon": "^3.1.6" "nodemon": "^3.1.5"
} }
}, },
"node_modules/@discordjs/builders": { "node_modules/@discordjs/builders": {
@ -2607,9 +2607,9 @@
} }
}, },
"node_modules/nodemon": { "node_modules/nodemon": {
"version": "3.1.6", "version": "3.1.5",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.6.tgz", "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.5.tgz",
"integrity": "sha512-C8ymJbXpTTinxjWuMfMxw0rZhTn/r7ypSGldQyqPEgDEaVwAthqC0aodsMwontnAInN9TuPwRLeBoyhmfv+iSA==", "integrity": "sha512-V5UtfYc7hjFD4SI3EzD5TR8ChAHEZ+Ns7Z5fBk8fAbTVAj+q3G+w7sHJrHxXBkVn6ApLVTljau8wfHwqmGUjMw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"chokidar": "^3.5.2", "chokidar": "^3.5.2",

View File

@ -29,6 +29,6 @@
"ytdl-core": "^4.11.5" "ytdl-core": "^4.11.5"
}, },
"devDependencies": { "devDependencies": {
"nodemon": "^3.1.6" "nodemon": "^3.1.5"
} }
} }