mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
# Backport This will backport the following commits from `main` to `8.x`: - [Update dependency elastic-apm-node to ^4.11.0 (main) (#207313)](https://github.com/elastic/kibana/pull/207313) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"elastic-renovate-prod[bot]","email":"174716857+elastic-renovate-prod[bot]@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-01-22T08:48:20Z","message":"Update dependency elastic-apm-node to ^4.11.0 (main) (#207313)","sha":"fc72ba9ec9ac53f1c3acbc9321323b4b465dfa5d","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Core","release_note:skip","v9.0.0","backport:prev-minor"],"title":"Update dependency elastic-apm-node to ^4.11.0 (main)","number":207313,"url":"https://github.com/elastic/kibana/pull/207313","mergeCommit":{"message":"Update dependency elastic-apm-node to ^4.11.0 (main) (#207313)","sha":"fc72ba9ec9ac53f1c3acbc9321323b4b465dfa5d"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/207313","number":207313,"mergeCommit":{"message":"Update dependency elastic-apm-node to ^4.11.0 (main) (#207313)","sha":"fc72ba9ec9ac53f1c3acbc9321323b4b465dfa5d"}}]}] BACKPORT--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
This commit is contained in:
parent
4ca8cef44b
commit
c864f54c1a
2 changed files with 10 additions and 10 deletions
|
@ -1111,7 +1111,7 @@
|
|||
"del": "^6.1.0",
|
||||
"diff": "^7.0.0",
|
||||
"dotenv": "^16.4.5",
|
||||
"elastic-apm-node": "^4.10.0",
|
||||
"elastic-apm-node": "^4.11.0",
|
||||
"email-addresses": "^5.0.0",
|
||||
"eventsource-parser": "^3.0.0",
|
||||
"execa": "^5.1.1",
|
||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -17700,10 +17700,10 @@ ejs@^3.1.10:
|
|||
dependencies:
|
||||
jake "^10.8.5"
|
||||
|
||||
elastic-apm-node@^4.10.0:
|
||||
version "4.10.0"
|
||||
resolved "https://registry.yarnpkg.com/elastic-apm-node/-/elastic-apm-node-4.10.0.tgz#b0560f1f49ac4f7633a810d4d7f727e45f8ebe20"
|
||||
integrity sha512-QmnKLArA84lJ4mNoUTi9qMUfLE1nUeFLB+VO/7iG6UOTiAdR5Wxk0nu3SpcgFe+tr+4GkyXM2xXdmL2XYfQ1Qg==
|
||||
elastic-apm-node@^4.10.0, elastic-apm-node@^4.11.0:
|
||||
version "4.11.0"
|
||||
resolved "https://registry.yarnpkg.com/elastic-apm-node/-/elastic-apm-node-4.11.0.tgz#55ba8a08a653b17ce8120f6a4e690d191d0450aa"
|
||||
integrity sha512-QXYjOysgjjASJewDK40iUq8W4fdn/QsJtvl4wsxbSncRfcJCSYPaqfWbxN6YAMpOU0vLp5kBj6tdWPBMTaYrMg==
|
||||
dependencies:
|
||||
"@elastic/ecs-pino-format" "^1.5.0"
|
||||
"@opentelemetry/api" "^1.4.1"
|
||||
|
@ -17723,7 +17723,7 @@ elastic-apm-node@^4.10.0:
|
|||
fast-safe-stringify "^2.0.7"
|
||||
fast-stream-to-buffer "^1.0.0"
|
||||
http-headers "^3.0.2"
|
||||
import-in-the-middle "1.11.3"
|
||||
import-in-the-middle "1.12.0"
|
||||
json-bigint "^1.0.0"
|
||||
lru-cache "10.2.0"
|
||||
measured-reporting "^1.51.1"
|
||||
|
@ -21045,10 +21045,10 @@ import-fresh@^3.1.0, import-fresh@^3.2.1, import-fresh@^3.3.0:
|
|||
parent-module "^1.0.0"
|
||||
resolve-from "^4.0.0"
|
||||
|
||||
import-in-the-middle@1.11.3:
|
||||
version "1.11.3"
|
||||
resolved "https://registry.yarnpkg.com/import-in-the-middle/-/import-in-the-middle-1.11.3.tgz#08559f2c05fd65ba7062e747af056ed18a80120c"
|
||||
integrity sha512-tNpKEb4AjZrCyrxi+Eyu43h5ig0O8ZRFSXPHh/00/o+4P4pKzVEW/m5lsVtsAT7fCIgmQOAPjdqecGDsBXRxsw==
|
||||
import-in-the-middle@1.12.0:
|
||||
version "1.12.0"
|
||||
resolved "https://registry.yarnpkg.com/import-in-the-middle/-/import-in-the-middle-1.12.0.tgz#80d6536a01d0708a6f119f30d22447d4eb9e5c63"
|
||||
integrity sha512-yAgSE7GmtRcu4ZUSFX/4v69UGXwugFFSdIQJ14LHPOPPQrWv8Y7O9PHsw8Ovk7bKCLe4sjXMbZFqGFcLHpZ89w==
|
||||
dependencies:
|
||||
acorn "^8.8.2"
|
||||
acorn-import-attributes "^1.9.5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue