Cannot import mergeVertices from BufferGeometryUtils

Hi, I am trying to use SimplifyModifier from here:
https://threejs.org/examples/jsm/modifiers/SimplifyModifier.js

but, when I import the BufferGeometryUtils, it showed an error:
Attempted import error: ‘mergeVertices’ is not exported from ‘three/examples/jsm/utils/BufferGeometryUtils’ (imported as ‘BufferGeometryUtils’).

anyone know what the issue with this?

Thanks

oh, it solved!

I take the buffergeometryutils from here:
https://cdn.jsdelivr.net/npm/three@0.125.2/examples/jsm/utils/BufferGeometryUtils.js
from this: