PAMapp/node_modules/core-js/internals/array-for-each.js
@@ -8,5 +8,5 @@ // https://tc39.es/ecma262/#sec-array.prototype.foreach module.exports = !STRICT_METHOD ? function forEach(callbackfn /* , thisArg */) { return $forEach(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined); // eslint-disable-next-line es/no-array-prototype-foreach -- safe // eslint-disable-next-line es-x/no-array-prototype-foreach -- safe } : [].forEach;