From d1b6c392ade3489fbf1e303c5ac1144022493135 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 13:13:17 +0000 Subject: [PATCH] Bump dotenv-expand from 4.2.0 to 12.0.3 Bumps [dotenv-expand](https://github.com/motdotla/dotenv-expand) from 4.2.0 to 12.0.3. - [Changelog](https://github.com/motdotla/dotenv-expand/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv-expand/commits/v12.0.3) --- updated-dependencies: - dependency-name: dotenv-expand dependency-version: 12.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 15 +++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 005d647..5c94167 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "d3-force": "^2.0.1", "decode-uri-component": "^0.4.1", "dotenv": "4.0.0", - "dotenv-expand": "4.2.0", + "dotenv-expand": "12.0.3", "enzyme": "^3.3.0", "enzyme-adapter-react-16": "^1.1.1", "eslint-config-react-app": "^2.1.0", diff --git a/yarn.lock b/yarn.lock index e11bcd8..98c9a69 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4087,16 +4087,23 @@ dot-prop@^5.2.0: dependencies: is-obj "^2.0.0" -dotenv-expand@4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-4.2.0.tgz#def1f1ca5d6059d24a766e587942c21106ce1275" - integrity sha1-3vHxyl1gWdJKdm5YeULCEQbOEnU= +dotenv-expand@12.0.3: + version "12.0.3" + resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-12.0.3.tgz#6323ceca51ca0c1b1f0055e2aba39c79781739a6" + integrity sha512-uc47g4b+4k/M/SeaW1y4OApx+mtLWl92l5LMPP0GNXctZqELk+YGgOPIIC5elYmUH4OuoK3JLhuRUYegeySiFA== + dependencies: + dotenv "^16.4.5" dotenv@4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-4.0.0.tgz#864ef1379aced55ce6f95debecdce179f7a0cd1d" integrity sha512-XcaMACOr3JMVcEv0Y/iUM2XaOsATRZ3U1In41/1jjK6vJZ2PZbQ1bzCG8uvaByfaBpl9gqc9QWJovpUGBXLLYQ== +dotenv@^16.4.5: + version "16.6.1" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.6.1.tgz#773f0e69527a8315c7285d5ee73c4459d20a8020" + integrity sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow== + dunder-proto@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/dunder-proto/-/dunder-proto-1.0.0.tgz#c2fce098b3c8f8899554905f4377b6d85dabaa80"