In the latest version of Phaser3 it already has compatibility with Spine4.1, and also still has the old version Spine3, you just need to change the name of the spine folder when importing the plugin.
Na versão mais recente do Phaser3 já possui compatibilidade com Spine4.1, e também ainda possui a versão antiga Spine3, só precisas mudar o nome da pasta do spine na importação do plugin.
Spine3: import 'phaser/plugins/spine/dist/SpinePlugin';
Spine4: import 'phaser/plugins/spine4.1/dist/SpinePlugin';