dependabot npm(deps): bump core-js from 3.33.1 to 3.33.2
Bumps core-js from 3.33.1 to 3.33.2.
Changelog
Sourced from core-js's changelog.
3.33.2 - 2023.10.31
- Simplified
structuredClone
polyfill, avoided second tree pass in cases of transferring- Added support of
SuppressedError
tostructuredClone
polyfill- Removed unspecified unnecessary
ArrayBuffer
andDataView
dependencies ofstructuredClone
lack of which could cause errors in some entries in IE10-- Fixed handling of fractional number part in
Number.fromString
- Compat data improvements:
URL.canParse
marked as supported from Chromium 120- Updated Opera Android 78 compat data mapping
- Added Electron 29 compat data mapping
Commits
-
7cbd6b5
3.33.2 -
ffc6984
temporarily drop unspecified special cases fromNumber.fromString
before cl... -
f7b095e
fix handling of fractional number part and some special cases in `Number.from... -
55cd424
adaptget-built-in-prototype-method
helper for some future use cases -
effda0c
drop an extra method name -
d6f71d1
add support ofSuppressedError
tostructuredClone
polyfill and simplify it -
c6ea9f7
simplifystructuredClone
polyfill, avoid second tree pass in cases of trans... -
65e9213
remove unspecified unnecessaryArrayBuffer
andDataView
dependencies of `... - See full diff in compare view