From 371880ca2beb2e627b1f00ca17adb7f77d5cdfc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Jul 2025 16:21:57 +0000 Subject: [PATCH] Bump dotenv in /quickstarts/azure-openai-assistants/ts Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.6.1 to 17.2.1. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v16.6.1...v17.2.1) --- updated-dependencies: - dependency-name: dotenv dependency-version: 17.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- quickstarts/azure-openai-assistants/ts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstarts/azure-openai-assistants/ts/package.json b/quickstarts/azure-openai-assistants/ts/package.json index 125c2647..d5f3fd13 100644 --- a/quickstarts/azure-openai-assistants/ts/package.json +++ b/quickstarts/azure-openai-assistants/ts/package.json @@ -15,7 +15,7 @@ "dependencies": { "@azure/identity": "^4.0.1", "openai": "^4.42.0", - "dotenv": "^16.4.5" + "dotenv": "^17.2.1" }, "devDependencies": { "@types/node": "^20.12.2",