From f46aace11b9eedf54526bb4062b6ce1e7a850462 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 04:29:19 +0000 Subject: [PATCH] Bump dotenv from 16.6.1 to 17.4.2 in /typescript/examples/math Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.6.1 to 17.4.2. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v16.6.1...v17.4.2) --- updated-dependencies: - dependency-name: dotenv dependency-version: 17.4.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- typescript/examples/math/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/examples/math/package.json b/typescript/examples/math/package.json index 79df155c..ad46f87e 100644 --- a/typescript/examples/math/package.json +++ b/typescript/examples/math/package.json @@ -11,7 +11,7 @@ "author": "", "license": "MIT", "dependencies": { - "dotenv": "^16.3.1", + "dotenv": "^17.4.2", "find-config": "^1.0.0", "typechat": "^0.1.0", "typescript": "^5.3.3"