mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Update dependency elastic-apm-node to ^4.7.1 (main) (#189100)
This commit is contained in:
parent
d7f62b63d5
commit
4ce21840d7
2 changed files with 15 additions and 15 deletions
|
@ -1039,7 +1039,7 @@
|
|||
"deepmerge": "^4.2.2",
|
||||
"del": "^6.1.0",
|
||||
"diff": "^5.1.0",
|
||||
"elastic-apm-node": "^4.7.0",
|
||||
"elastic-apm-node": "^4.7.1",
|
||||
"email-addresses": "^5.0.0",
|
||||
"eventsource-parser": "^1.1.1",
|
||||
"execa": "^5.1.1",
|
||||
|
|
28
yarn.lock
28
yarn.lock
|
@ -16468,10 +16468,10 @@ elastic-apm-node@3.46.0:
|
|||
traverse "^0.6.6"
|
||||
unicode-byte-truncate "^1.0.0"
|
||||
|
||||
elastic-apm-node@^4.7.0:
|
||||
version "4.7.0"
|
||||
resolved "https://registry.yarnpkg.com/elastic-apm-node/-/elastic-apm-node-4.7.0.tgz#27d7d78f659dbed6e03a5c4d50b5bab62b775bc2"
|
||||
integrity sha512-fOcDYOcZ/180Ib0p8xLNF8iDu9e1QGqZiEizOntdh1GmkurN3sIGVgGlE25s9LRBUMmD2bMWwlER56T8moW+tg==
|
||||
elastic-apm-node@^4.7.1:
|
||||
version "4.7.1"
|
||||
resolved "https://registry.yarnpkg.com/elastic-apm-node/-/elastic-apm-node-4.7.1.tgz#39c30172db7d4d2e9af4dd87fc35f5f5171788b3"
|
||||
integrity sha512-2OWhcjKD6O+S9ZuvywFiqXM7ifHnSUxaOTmCzprxEf/VfBonEBEfyyQ5Omymtm4xQ5Mqh18xKRUBNT74Xup0VQ==
|
||||
dependencies:
|
||||
"@elastic/ecs-pino-format" "^1.5.0"
|
||||
"@opentelemetry/api" "^1.4.1"
|
||||
|
@ -16491,9 +16491,9 @@ elastic-apm-node@^4.7.0:
|
|||
fast-safe-stringify "^2.0.7"
|
||||
fast-stream-to-buffer "^1.0.0"
|
||||
http-headers "^3.0.2"
|
||||
import-in-the-middle "1.8.0"
|
||||
import-in-the-middle "1.9.1"
|
||||
json-bigint "^1.0.0"
|
||||
lru-cache "^10.0.1"
|
||||
lru-cache "10.2.0"
|
||||
measured-reporting "^1.51.1"
|
||||
module-details-from-path "^1.0.3"
|
||||
monitor-event-loop-delay "^1.0.0"
|
||||
|
@ -19856,10 +19856,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.8.0:
|
||||
version "1.8.0"
|
||||
resolved "https://registry.yarnpkg.com/import-in-the-middle/-/import-in-the-middle-1.8.0.tgz#c94d88d53701de9a248f9710b41f533e67f598a4"
|
||||
integrity sha512-/xQjze8szLNnJ5rvHSzn+dcVXqCAU6Plbk4P24U/jwPmg1wy7IIp9OjKIO5tYue8GSPhDpPDiApQjvBUmWwhsQ==
|
||||
import-in-the-middle@1.9.1:
|
||||
version "1.9.1"
|
||||
resolved "https://registry.yarnpkg.com/import-in-the-middle/-/import-in-the-middle-1.9.1.tgz#83f68c0ca926709257562238e1993a1c31e01272"
|
||||
integrity sha512-E+3tEOutU1MV0mxhuCwfSPNNWRkbTJ3/YyL5be+blNIbHwZc53uYHQfuIhAU77xWR0BoF2eT7cqDJ6VlU5APPg==
|
||||
dependencies:
|
||||
acorn "^8.8.2"
|
||||
acorn-import-attributes "^1.9.5"
|
||||
|
@ -22479,10 +22479,10 @@ lowlight@^1.14.0:
|
|||
fault "^1.0.0"
|
||||
highlight.js "~10.4.0"
|
||||
|
||||
lru-cache@^10.0.1, "lru-cache@^9.1.1 || ^10.0.0":
|
||||
version "10.1.0"
|
||||
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.1.0.tgz#2098d41c2dc56500e6c88584aa656c84de7d0484"
|
||||
integrity sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==
|
||||
lru-cache@10.2.0, "lru-cache@^9.1.1 || ^10.0.0":
|
||||
version "10.2.0"
|
||||
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3"
|
||||
integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==
|
||||
|
||||
lru-cache@^4.0.0, lru-cache@^4.1.5:
|
||||
version "4.1.5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue