Jquery.inputmask.bundle.js NOT FOUND after compose update

Hello,

I have Yii2 under php7.4

After compose update an error on inputmask become.
/assets/745771cc/jquery.inputmask.bundle.js net::ERR_ABORTED 404 (Not Found)

Yii Version: 2.0.49.2

After update composer.lock:

    "name": "bower-asset/inputmask",
    "version": "5.0.8",

vendor/bower-asset
backend/web/assets/745771cc

When check in vendor/yiisoft/yii2/widgets/MaskedInputAsset.php
It has a reference to a .js doesn’t exists

class MaskedInputAsset extends AssetBundle
{
public $sourcePath = ‘@bower/inputmask/dist’;
public $js = [
‘jquery.inputmask.bundle.js’,
];
public $depends = [
‘yii\web\YiiAsset’,
];
}

Any fix or sugestion, please?
What can i do?

Thanks in advance

To be fixed in 2.0.50: Fix `MaskedInputAsset::class`. by terabytesoftw · Pull Request #20009 · yiisoft/yii2 · GitHub

1 Like