MS files should not depend on Object prototype
Author: webketjeCreated Sep 12, 2022Updated Sep 5, 2023
Labelsstage:refinetype:enhancement
The instantiation of the object at https://github.com/metalsmith/metalsmith/blob/master/lib/index.js#L564 should be replaced with `Object.create(null)`
Source: metalsmith/metalsmith