From d786a6bc3f6f026af9e7dd46aeece2043cea16ce Mon Sep 17 00:00:00 2001
From: "elastic-renovate-prod[bot]"
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Date: Tue, 24 Sep 2024 17:24:17 -0500
Subject: [PATCH] Update dependency terser to ^5.33.0 (main) (#193862)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [terser](https://terser.org)
([source](https://togithub.com/terser/terser)) | devDependencies | minor
| [`^5.32.0` ->
`^5.33.0`](https://renovatebot.com/diffs/npm/terser/5.32.0/5.33.0) |
---
### Release Notes
terser/terser (terser)
###
[`v5.33.0`](https://togithub.com/terser/terser/blob/HEAD/CHANGELOG.md#v5330)
[Compare
Source](https://togithub.com/terser/terser/compare/v5.32.0...v5.33.0)
- `reduce_vars` improved when dealing with hoisted function definitions
([#1544](https://togithub.com/terser/terser/issues/1544))
---
### 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.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).
---------
Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Co-authored-by: Jonathan Budzenski
---
package.json | 2 +-
yarn.lock | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package.json b/package.json
index 140720858e3a1..4cac5f9f75262 100644
--- a/package.json
+++ b/package.json
@@ -1814,7 +1814,7 @@
"swagger-ui-express": "^5.0.1",
"table": "^6.8.1",
"tape": "^5.0.1",
- "terser": "^5.32.0",
+ "terser": "^5.33.0",
"terser-webpack-plugin": "^4.2.3",
"tough-cookie": "^5.0.0",
"tree-kill": "^1.2.2",
diff --git a/yarn.lock b/yarn.lock
index bc58a7c14261d..6b16187d79d64 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -30304,10 +30304,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.32.0, terser@^5.9.0:
- version "5.32.0"
- resolved "https://registry.yarnpkg.com/terser/-/terser-5.32.0.tgz#ee811c0d2d6b741c1cc34a2bc5bcbfc1b5b1f96c"
- integrity sha512-v3Gtw3IzpBJ0ugkxEX8U0W6+TnPKRRCWGh1jC/iM/e3Ki5+qvO1L1EAZ56bZasc64aXHwRHNIQEzm6//i5cemQ==
+terser@^5.26.0, terser@^5.3.4, terser@^5.33.0, terser@^5.9.0:
+ version "5.33.0"
+ resolved "https://registry.yarnpkg.com/terser/-/terser-5.33.0.tgz#8f9149538c7468ffcb1246cfec603c16720d2db1"
+ integrity sha512-JuPVaB7s1gdFKPKTelwUyRq5Sid2A3Gko2S0PncwdBq7kN9Ti9HPWDQ06MPsEDGsZeVESjKEnyGy68quBk1w6g==
dependencies:
"@jridgewell/source-map" "^0.3.3"
acorn "^8.8.2"