1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-19 22:11:55 +00:00

Compare commits

..

No commits in common. "83d0aa5a8cd07272bc15372126b6a639e4a83dba" and "def022897b561f894e7abb4567e5ae50dd45a9df" have entirely different histories.

2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -18,7 +18,7 @@
"ytdl-core": "^4.11.5"
},
"devDependencies": {
"nodemon": "^3.1.1"
"nodemon": "^3.1.0"
}
},
"node_modules/@discordjs/builders": {
@ -1064,9 +1064,9 @@
}
},
"node_modules/nodemon": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.1.tgz",
"integrity": "sha512-k43xGaDtaDIcufn0Fc6fTtsdKSkV/hQzoQFigNH//GaKta28yoKVYXCnV+KXRqfT/YzsFaQU9VdeEG+HEyxr6A==",
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.0.tgz",
"integrity": "sha512-xqlktYlDMCepBJd43ZQhjWwMw2obW/JRvkrLxq5RCNcuDDX1DbcPT+qT1IlIIdf+DhnWs90JpTMe+Y5KxOchvA==",
"dev": true,
"dependencies": {
"chokidar": "^3.5.2",

View File

@ -21,6 +21,6 @@
"ytdl-core": "^4.11.5"
},
"devDependencies": {
"nodemon": "^3.1.1"
"nodemon": "^3.1.0"
}
}