Lock file maintenance (#15865)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
renovate[bot]
2023-03-22 17:24:36 +00:00
committed by GitHub
parent d07ae1cf48
commit 50b7e72688
3 changed files with 1286 additions and 1543 deletions

View File

@@ -1,5 +1,4 @@
/* eslint-disable no-extend-native */
// @ts-expect-error
if (!Array.prototype.flat) {
Object.defineProperty(Array.prototype, "flat", {
configurable: true,