dependabot npm(deps): bump core-js from 3.22.7 to 3.22.8
Bumps core-js from 3.22.7 to 3.22.8.
Changelog
Sourced from core-js's changelog.
3.22.8 - 2022.06.02
- Fixed possible multiple call of
ToBigInt
/ToNumber
conversion of the argument passed to%TypedArray%.prototype.fill
in V8 ~ Chrome < 59, Safari < 14.1, FF < 55, Edge <=18- Fixed some cases of
DeletePropertyOrThrow
in IE9-- Fixed the kind of error (
TypeError
instead ofError
) on incorrectexec
result inRegExp.prototype.test
polyfill- Fixed dependencies of
{ actual, full, features }/typed-array/at
entries- Added Electron 20.0 compat data mapping
- Added iOS Safari 15.5 compat data mapping
- Refactoring
Commits
-
18a2e90
3.22.8 -
b931062
temporarily revert change the order of operations in `%TypedArray%.prototype.... -
0460543
fix #1086 -
9fed52d
fix some cases ofDeletePropertyOrThrow
in IE9- -
6f9bf9e
fix possible multiple call ofToBigInt
/ToNumber
conversion of the argum... -
c04e4e1
fix a helper name -
7687c2b
add iOS Safari 15.5 compat data mapping -
3837bf8
some%TypedArray%
methods fixes -
6870c2a
avoid some unnecessaryglobal
-
373e276
extractdoesNonExceededSafeInteger
helper - Additional commits viewable in compare view