From 74ac098061d688ec92fae2eada02d5735c842922 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 11:35:02 +0000 Subject: [PATCH] Bump dotenv from 16.3.1 to 17.0.0 Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.3.1 to 17.0.0. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v16.3.1...v17.0.0) --- updated-dependencies: - dependency-name: dotenv dependency-version: 17.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 334781d..5c4caee 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ ], "scripts": {}, "dependencies": { - "dotenv": "^16.3.1", + "dotenv": "^17.0.0", "it-all": "^3.0.4", "kubo-rpc-client": "^5.1.0", "undici": "^7.10.0" diff --git a/yarn.lock b/yarn.lock index 6e309ed..ab8bf15 100644 --- a/yarn.lock +++ b/yarn.lock @@ -230,10 +230,10 @@ dns-packet@^5.6.1: dependencies: "@leichtgewicht/ip-codec" "^2.0.1" -dotenv@^16.3.1: - version "16.3.1" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.3.1.tgz#369034de7d7e5b120972693352a3bf112172cc3e" - integrity sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ== +dotenv@^17.0.0: + version "17.0.0" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-17.0.0.tgz#0b0336dc1a4237bcfa772e01d5587e98ebb7e3c2" + integrity sha512-A0BJ5lrpJVSfnMMXjmeO0xUnoxqsBHWCoqqTnGwGYVdnctqXXUEhJOO7LxmgxJon9tEZFGpe0xPRX0h2v3AANQ== electron-fetch@^1.9.1: version "1.9.1"