From 201477b9659441b83c36e4225545ca0f199efacb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 04:28:36 +0000 Subject: [PATCH] Bump dotenv from 16.6.1 to 17.4.2 in /typescript/examples/crossword 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/crossword/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/examples/crossword/package.json b/typescript/examples/crossword/package.json index 31f504c4..6a53f685 100644 --- a/typescript/examples/crossword/package.json +++ b/typescript/examples/crossword/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"