mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Update dependency terser to ^5.31.2 (main) (#188528)
[](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.31.1` -> `^5.31.2`](https://renovatebot.com/diffs/npm/terser/5.31.1/5.31.2) | [](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 (terser)</summary> ### [`v5.31.2`](https://togithub.com/terser/terser/blob/HEAD/CHANGELOG.md#v5312) [Compare Source](https://togithub.com/terser/terser/compare/v5.31.1...v5.31.2) - drop_unused: scan variables in self-referential class declarations that contain side effects. - Don't add parens to arrow function when it's the default for an argument ([#​1540](https://togithub.com/terser/terser/issues/1540)) - Update domprops ([#​1538](https://togithub.com/terser/terser/issues/1538)) </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://developer.mend.io/github/elastic/kibana). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQzMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJyZWxlYXNlX25vdGU6c2tpcCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jonathan Budzenski <jon@elastic.co> Co-authored-by: Brad White <Ikuni17@users.noreply.github.com>
This commit is contained in:
parent
03892cca19
commit
b56f8f92cf
2 changed files with 5 additions and 5 deletions
|
@ -1743,7 +1743,7 @@
|
|||
"svgo": "^2.8.0",
|
||||
"table": "^6.8.1",
|
||||
"tape": "^5.0.1",
|
||||
"terser": "^5.31.1",
|
||||
"terser": "^5.31.2",
|
||||
"terser-webpack-plugin": "^4.2.3",
|
||||
"tough-cookie": "^4.1.4",
|
||||
"tree-kill": "^1.2.2",
|
||||
|
|
|
@ -30007,10 +30007,10 @@ terser@^4.1.2, terser@^4.6.3:
|
|||
source-map "~0.6.1"
|
||||
source-map-support "~0.5.12"
|
||||
|
||||
terser@^5.26.0, terser@^5.3.4, terser@^5.31.1, terser@^5.9.0:
|
||||
version "5.31.1"
|
||||
resolved "https://registry.yarnpkg.com/terser/-/terser-5.31.1.tgz#735de3c987dd671e95190e6b98cfe2f07f3cf0d4"
|
||||
integrity sha512-37upzU1+viGvuFtBo9NPufCb9dwM0+l9hMxYyWfBA+fbwrPqNJAhbZ6W47bBFnZHKHTUBnMvi87434qq+qnxOg==
|
||||
terser@^5.26.0, terser@^5.3.4, terser@^5.31.2, terser@^5.9.0:
|
||||
version "5.31.3"
|
||||
resolved "https://registry.yarnpkg.com/terser/-/terser-5.31.3.tgz#b24b7beb46062f4653f049eea4f0cd165d0f0c38"
|
||||
integrity sha512-pAfYn3NIZLyZpa83ZKigvj6Rn9c/vd5KfYGX7cN1mnzqgDcxWvrU5ZtAfIKhEXz9nRecw4z3LXkjaq96/qZqAA==
|
||||
dependencies:
|
||||
"@jridgewell/source-map" "^0.3.3"
|
||||
acorn "^8.8.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue