mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
Update dependency terser to ^5.16.3 (main) (#150399)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [terser](https://terser.org) ([source](https://togithub.com/terser/terser)) | [`^5.16.1` -> `^5.16.3`](https://renovatebot.com/diffs/npm/terser/5.16.1/5.16.3) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>terser/terser</summary> ### [`v5.16.3`](https://togithub.com/terser/terser/blob/HEAD/CHANGELOG.md#v5163) [Compare Source](https://togithub.com/terser/terser/compare/v5.16.2...v5.16.3) - Ensure function definitions, don't assume the values of variables defined after them. ### [`v5.16.2`](https://togithub.com/terser/terser/blob/HEAD/CHANGELOG.md#v5162) [Compare Source](https://togithub.com/terser/terser/compare/v5.16.1...v5.16.2) - Fix sourcemaps with non-ascii characters ([#​1318](https://togithub.com/terser/terser/issues/1318)) - Support string module name and export \* as ([#​1336](https://togithub.com/terser/terser/issues/1336)) - Do not move `let` out of `for` initializers, as it can change scoping - Fix a corner case that would generate the invalid syntax `if (something) let x` ("let" in braceless if body) - Knowledge of more native object properties ([#​1330](https://togithub.com/terser/terser/issues/1330)) - Got rid of Travis ([#​1323](https://togithub.com/terser/terser/issues/1323)) - Added semi-secret `asObject` sourcemap option to typescript defs ([#​1321](https://togithub.com/terser/terser/issues/1321)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/elastic/kibana). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEyNC4yIn0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jonathan Budzenski <jon@elastic.co>
This commit is contained in:
parent
12efa35847
commit
26a753808a
2 changed files with 5 additions and 5 deletions
|
@ -1455,7 +1455,7 @@
|
|||
"svgo": "^2.8.0",
|
||||
"tape": "^5.0.1",
|
||||
"tempy": "^0.3.0",
|
||||
"terser": "^5.16.1",
|
||||
"terser": "^5.16.3",
|
||||
"terser-webpack-plugin": "^4.2.3",
|
||||
"tough-cookie": "^4.1.2",
|
||||
"tree-kill": "^1.2.2",
|
||||
|
|
|
@ -27284,10 +27284,10 @@ terser@^4.1.2, terser@^4.6.3:
|
|||
source-map "~0.6.1"
|
||||
source-map-support "~0.5.12"
|
||||
|
||||
terser@^5.14.1, terser@^5.16.1, terser@^5.3.4, terser@^5.9.0:
|
||||
version "5.16.1"
|
||||
resolved "https://registry.yarnpkg.com/terser/-/terser-5.16.1.tgz#5af3bc3d0f24241c7fb2024199d5c461a1075880"
|
||||
integrity sha512-xvQfyfA1ayT0qdK47zskQgRZeWLoOQ8JQ6mIgRGVNwZKdQMU+5FkCBjmv4QjcrTzyZquRw2FVtlJSRUmMKQslw==
|
||||
terser@^5.14.1, terser@^5.16.3, terser@^5.3.4, terser@^5.9.0:
|
||||
version "5.16.3"
|
||||
resolved "https://registry.yarnpkg.com/terser/-/terser-5.16.3.tgz#3266017a9b682edfe019b8ecddd2abaae7b39c6b"
|
||||
integrity sha512-v8wWLaS/xt3nE9dgKEWhNUFP6q4kngO5B8eYFUuebsu7Dw/UNAnpUod6UHo04jSSkv8TzKHjZDSd7EXdDQAl8Q==
|
||||
dependencies:
|
||||
"@jridgewell/source-map" "^0.3.2"
|
||||
acorn "^8.5.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue