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. "7108573cd9363c8fbd026fe7e382a0c7cae48813" and "9d3e9749329e3d673eb339d6e7086892186d4b67" have entirely different histories.

2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -24,7 +24,7 @@
"ytsr": "^3.8.4" "ytsr": "^3.8.4"
}, },
"devDependencies": { "devDependencies": {
"nodemon": "^3.1.6" "nodemon": "^3.1.5"
} }
}, },
"node_modules/@discordjs/builders": { "node_modules/@discordjs/builders": {
@ -2750,9 +2750,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

@ -34,6 +34,6 @@
"ytsr": "^3.8.4" "ytsr": "^3.8.4"
}, },
"devDependencies": { "devDependencies": {
"nodemon": "^3.1.6" "nodemon": "^3.1.5"
} }
} }