Hotfix: axios dependency

@HaveAGitGat axios is somehow borked for people, clamping it to 0.27.2. Pls approve :)
make-only-subtitle-default
supersnellehenk 3 years ago committed by GitHub
parent 197d8e0500
commit 9541e8916f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,5 @@
/* eslint-disable no-await-in-loop */
module.exports.dependencies = ['axios', '@cospired/i18n-iso-languages'];
module.exports.dependencies = ['axios@0.27.2', '@cospired/i18n-iso-languages'];
// tdarrSkipTest
const details = () => ({
id: 'Tdarr_Plugin_henk_Keep_Native_Lang_Plus_Eng',

Loading…
Cancel
Save