mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-06-28 22:30:37 -04:00
Build for 932a21be64
fix(deps): lock file maintenance (#3083)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
71584b2f70
commit
b74b9cf310
2 changed files with 2 additions and 2 deletions
|
@ -19362,7 +19362,7 @@ function _objectWithoutPropertiesLoose(r, e) {
|
||||||
if (null == r) return {};
|
if (null == r) return {};
|
||||||
var t = {};
|
var t = {};
|
||||||
for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
|
for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
|
||||||
if (e.includes(n)) continue;
|
if (-1 !== e.indexOf(n)) continue;
|
||||||
t[n] = r[n];
|
t[n] = r[n];
|
||||||
}
|
}
|
||||||
return t;
|
return t;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue