From b3540179d8ec0bf41e5994d9eaa7c872a4e9fcdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 23:33:36 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 3 directories with 3 updates Bumps the npm_and_yarn group with 2 updates in the /apis/node directory: [esbuild](https://github.com/evanw/esbuild) and [express](https://github.com/expressjs/express). Bumps the npm_and_yarn group with 1 update in the /apis/vercel directory: [next](https://github.com/vercel/next.js). Bumps the npm_and_yarn group with 1 update in the /packages/proxy directory: [esbuild](https://github.com/evanw/esbuild). Updates `esbuild` from 0.19.10 to 0.25.0 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2023.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.19.10...v0.25.0) Updates `express` from 4.19.2 to 4.20.0 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/4.19.2...4.20.0) Updates `next` from 14.2.3 to 14.2.26 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v14.2.3...v14.2.26) Updates `next` from 14.2.3 to 14.2.26 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v14.2.3...v14.2.26) Updates `next` from 14.2.3 to 14.2.26 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v14.2.3...v14.2.26) Updates `esbuild` from 0.19.10 to 0.25.0 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2023.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.19.10...v0.25.0) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.25.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: express dependency-version: 4.20.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: next dependency-version: 14.2.26 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: next dependency-version: 14.2.26 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: next dependency-version: 14.2.26 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: esbuild dependency-version: 0.25.0 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- apis/node/package.json | 4 ++-- apis/vercel/package.json | 2 +- packages/proxy/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apis/node/package.json b/apis/node/package.json index 2f1b4d90..4f8296e0 100644 --- a/apis/node/package.json +++ b/apis/node/package.json @@ -27,9 +27,9 @@ "combined-stream": "^1.0.8", "cors": "^2.8.5", "dotenv": "^16.3.1", - "esbuild": "^0.19.9", + "esbuild": "^0.25.0", "eventsource-parser": "^1.1.1", - "express": "^4.19.2", + "express": "^4.20.0", "openai": "^4.42.0", "redis": "^4.6.8" }, diff --git a/apis/vercel/package.json b/apis/vercel/package.json index 6a7ee2ba..63cd2d05 100644 --- a/apis/vercel/package.json +++ b/apis/vercel/package.json @@ -14,7 +14,7 @@ "@vercel/examples-ui": "^1.0.5", "@vercel/kv": "^0.2.2", "@braintrust/proxy": "workspace:*", - "next": "14.2.3", + "next": "14.2.26", "react": "latest", "react-dom": "latest" }, diff --git a/packages/proxy/package.json b/packages/proxy/package.json index 38263764..05ebb062 100644 --- a/packages/proxy/package.json +++ b/packages/proxy/package.json @@ -73,7 +73,7 @@ "@types/uuid": "^9.0.7", "@types/yargs": "^17.0.33", "@typescript-eslint/eslint-plugin": "^8.21.0", - "esbuild": "^0.19.10", + "esbuild": "^0.25.0", "npm-run-all": "^4.1.5", "tsup": "^8.4.0", "typescript": "5.5.4",