From 8fc3f088a1531ceec1ea73a766f24a274c139906 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 01:04:25 +0000 Subject: [PATCH] chore(deps): bump undici from 5.8.2 to 5.28.5 in /examples/example-node Bumps [undici](https://github.com/nodejs/undici) from 5.8.2 to 5.28.5. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.8.2...v5.28.5) --- updated-dependencies: - dependency-name: undici dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/example-node/package.json | 2 +- examples/example-node/yarn.lock | 24 +++++++++++++++++++----- 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/examples/example-node/package.json b/examples/example-node/package.json index 671cd4dd..feba022c 100644 --- a/examples/example-node/package.json +++ b/examples/example-node/package.json @@ -19,7 +19,7 @@ "express": "^4.18.1", "langfuse-core": "file:.yalc/langfuse-core", "langfuse-node": "file:.yalc/langfuse-node", - "undici": "^5.8.0" + "undici": "^5.28.5" }, "devDependencies": { "@types/express": "^4.17.13", diff --git a/examples/example-node/yarn.lock b/examples/example-node/yarn.lock index b35681ad..011037b1 100644 --- a/examples/example-node/yarn.lock +++ b/examples/example-node/yarn.lock @@ -24,6 +24,11 @@ minimatch "^3.1.2" strip-json-comments "^3.1.1" +"@fastify/busboy@^2.0.0": + version "2.1.1" + resolved "https://registry.yarnpkg.com/@fastify/busboy/-/busboy-2.1.1.tgz#b9da6a878a371829a0502c9b6c1c143ef6663f4d" + integrity sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA== + "@humanwhocodes/config-array@^0.9.2": version "0.9.5" resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.9.5.tgz#2cbaf9a89460da24b5ca6531b8bbfc23e1df50c7" @@ -835,7 +840,14 @@ jsonfile@^4.0.0: optionalDependencies: graceful-fs "^4.1.6" -langfuse-core@^3.31.0, "langfuse-core@file:.yalc/langfuse-core": +langfuse-core@^3.31.0: + version "3.32.1" + resolved "https://registry.yarnpkg.com/langfuse-core/-/langfuse-core-3.32.1.tgz#027c7b3576ad3459ccde13a9d9d5d3df9e14945f" + integrity sha512-7OQX444ETlJG0KkxxfC2Ob/qBr8Iev1JUnIkb0bSAqTjJJ2IriPnljkv8gpMRwN+RP9DBjDXq78XGvmoq5x4Zw== + dependencies: + mustache "^4.2.0" + +"langfuse-core@file:.yalc/langfuse-core": version "3.31.0" dependencies: mustache "^4.2.0" @@ -1232,10 +1244,12 @@ typescript@^4.7.4: resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235" integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ== -undici@^5.8.0: - version "5.8.2" - resolved "https://registry.yarnpkg.com/undici/-/undici-5.8.2.tgz#071fc8a6a5d24db0ad510ad442f607d9b09d5eec" - integrity sha512-3KLq3pXMS0Y4IELV045fTxqz04Nk9Ms7yfBBHum3yxsTR4XNn+ZCaUbf/mWitgYDAhsplQ0B1G4S5D345lMO3A== +undici@^5.28.5: + version "5.28.5" + resolved "https://registry.yarnpkg.com/undici/-/undici-5.28.5.tgz#b2b94b6bf8f1d919bc5a6f31f2c01deb02e54d4b" + integrity sha512-zICwjrDrcrUE0pyyJc1I2QzBkLM8FINsgOrt6WjA+BgajVq9Nxu2PbFFXUrAggLfDXlZGZBVZYw7WNV5KiBiBA== + dependencies: + "@fastify/busboy" "^2.0.0" universalify@^0.1.0: version "0.1.2"