You’re seeing https://threejs.org/docs/#api/en/objects/Skeleton.boneTexture here. It’s a texture representing the pos/rot/scale of each bone in the skeleton, used to deform the mesh vertices.
Calling mesh.skeleton.dispose() should clean these up, but disposing of the SkinnedMesh alone does not.