fix leveldown

This commit is contained in:
vapormusic 2022-08-24 22:35:41 +07:00
parent e612622054
commit 261d0597f0

View file

@ -59,7 +59,6 @@
"jimp": "^0.16.1", "jimp": "^0.16.1",
"lastfmapi": "^0.1.1", "lastfmapi": "^0.1.1",
"level": "^8.0.0", "level": "^8.0.0",
"leveldown": "^6.1.1",
"mdns-js": "git+https://github.com/ciderapp/node-mdns-js.git", "mdns-js": "git+https://github.com/ciderapp/node-mdns-js.git",
"mpris-service": "^2.1.2", "mpris-service": "^2.1.2",
"music-metadata": "7.12.6", "music-metadata": "7.12.6",
@ -228,5 +227,11 @@
"NSUserNotificationAlertStyle": "alert" "NSUserNotificationAlertStyle": "alert"
} }
} }
},
"resolutions": {
"leveldown": "^6.1.1"
},
"overrides": {
"leveldown": "^6.1.1"
} }
} }