From 7f91efd27323afcb7f791c0cb7ff56037258ac16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 04:29:37 +0000 Subject: [PATCH] Bump dotenv from 16.6.1 to 17.4.2 in /typescript/examples/multiSchema 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/multiSchema/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/examples/multiSchema/package.json b/typescript/examples/multiSchema/package.json index f5abaf4f..959c1661 100644 --- a/typescript/examples/multiSchema/package.json +++ b/typescript/examples/multiSchema/package.json @@ -12,7 +12,7 @@ "author": "", "license": "MIT", "dependencies": { - "dotenv": "^16.3.1", + "dotenv": "^17.4.2", "typechat": "^0.1.0", "find-config": "^1.0.0", "music": "^0.0.1",