dependabot npm(deps): bump core-js from 3.26.0 to 3.26.1
Bumps core-js from 3.26.0 to 3.26.1.
Changelog
Sourced from core-js's changelog.
3.26.1 - 2022.11.14
- Disabled forced replacing of
Array.fromAsync
since it's on Stage 3- Avoiding a check of the target in the internal
function-uncurry-this
helper where it's not required - minor optimization and preventing problems in some broken environments, a workaround of #1141- V8 will not ship
Array.prototype.{ group, groupToMap }
in V8 ~ Chromium 108, proposal-array-grouping/44
Commits
-
727fe23
3.26.1 -
3bcbad2
avoid a check of the target in the internalfunction-uncurry-this
helper wh... -
99099fd
disable forced replacing ofArray.fromAsync
since it's on Stage 3 - See full diff in compare view