From 5f32e46b7e1c9e1202cd604c7d0c0b0a109406e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 05:09:57 +0000 Subject: [PATCH] build(deps): bump dotenv from 16.4.7 to 17.2.1 Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.4.7 to 17.2.1. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v16.4.7...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] --- package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 95abaf9..66eb346 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@solana/spl-token": "^0.4.8", "@solana/web3.js": "^1.68.0", "commander": "^13.0.0", - "dotenv": "^16.4.5" + "dotenv": "^17.2.1" }, "devDependencies": { "@types/bn.js": "^5.1.0", diff --git a/yarn.lock b/yarn.lock index fc63324..69800d8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1432,6 +1432,11 @@ dotenv@^16.0.1, dotenv@^16.4.5: resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.7.tgz#0e20c5b82950140aa99be360a8a5f52335f53c26" integrity sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ== +dotenv@^17.2.1: + version "17.2.1" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-17.2.1.tgz#6f32e10faf014883515538dc922a0fb8765d9b32" + integrity sha512-kQhDYKZecqnM0fCnzI5eIv5L4cAe/iRI+HqMbO/hbRdTAeXDG+M9FjipUxNfbARuEg4iHIbhnhs78BCHNbSxEQ== + dunder-proto@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/dunder-proto/-/dunder-proto-1.0.1.tgz#d7ae667e1dc83482f8b70fd0f6eefc50da30f58a"