From 7718915f73c3653fd1e89e1f2e3152091875de62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 12:05:17 +0000 Subject: [PATCH] chore(deps): bump @dotenvx/dotenvx from 1.42.0 to 1.44.1 Bumps [@dotenvx/dotenvx](https://github.com/dotenvx/dotenvx) from 1.42.0 to 1.44.1. - [Release notes](https://github.com/dotenvx/dotenvx/releases) - [Changelog](https://github.com/dotenvx/dotenvx/blob/main/CHANGELOG.md) - [Commits](https://github.com/dotenvx/dotenvx/compare/v1.42.0...v1.44.1) --- updated-dependencies: - dependency-name: "@dotenvx/dotenvx" dependency-version: 1.44.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ yarn.lock | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 71d2b61..716ad1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,9 +43,9 @@ } }, "node_modules/@dotenvx/dotenvx": { - "version": "1.42.0", - "resolved": "https://registry.npmjs.org/@dotenvx/dotenvx/-/dotenvx-1.42.0.tgz", - "integrity": "sha512-tvaUA4gX4QsYvXug+UuiXbHk20PacpFAyrxTHJJoJ2wiCjGzkfTIMgWlxJ2WKsGyUbNCAnQKRTStqO370uwAbA==", + "version": "1.44.1", + "resolved": "https://registry.npmjs.org/@dotenvx/dotenvx/-/dotenvx-1.44.1.tgz", + "integrity": "sha512-j1QImCqf/XJmhIjC1OPpgiZV9g370HG9MNT9s/CDwCKsoYzNCPEKK+GfsidahJx7yIlBbm+4dPLlGec+bKn7oA==", "license": "BSD-3-Clause", "dependencies": { "commander": "^11.1.0", @@ -5786,9 +5786,9 @@ "integrity": "sha512-ANj9L+lR4NWWSLPkr5tRdFaw0kW0BjlDgnyNWyFrGVOHqT0MYjhCjPsH2y45G59z+b2qe+v/VsKuTyNmSvoZCA==" }, "@dotenvx/dotenvx": { - "version": "1.42.0", - "resolved": "https://registry.npmjs.org/@dotenvx/dotenvx/-/dotenvx-1.42.0.tgz", - "integrity": "sha512-tvaUA4gX4QsYvXug+UuiXbHk20PacpFAyrxTHJJoJ2wiCjGzkfTIMgWlxJ2WKsGyUbNCAnQKRTStqO370uwAbA==", + "version": "1.44.1", + "resolved": "https://registry.npmjs.org/@dotenvx/dotenvx/-/dotenvx-1.44.1.tgz", + "integrity": "sha512-j1QImCqf/XJmhIjC1OPpgiZV9g370HG9MNT9s/CDwCKsoYzNCPEKK+GfsidahJx7yIlBbm+4dPLlGec+bKn7oA==", "requires": { "commander": "^11.1.0", "dotenv": "^16.4.5", diff --git a/yarn.lock b/yarn.lock index 39e401d..12e75c0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8,9 +8,9 @@ integrity sha512-ANj9L+lR4NWWSLPkr5tRdFaw0kW0BjlDgnyNWyFrGVOHqT0MYjhCjPsH2y45G59z+b2qe+v/VsKuTyNmSvoZCA== "@dotenvx/dotenvx@^1.14.0": - version "1.42.0" - resolved "https://registry.yarnpkg.com/@dotenvx/dotenvx/-/dotenvx-1.42.0.tgz#c0cc8e03ffa2fc944bfef554489898f04d4fc2f2" - integrity sha512-tvaUA4gX4QsYvXug+UuiXbHk20PacpFAyrxTHJJoJ2wiCjGzkfTIMgWlxJ2WKsGyUbNCAnQKRTStqO370uwAbA== + version "1.44.1" + resolved "https://registry.yarnpkg.com/@dotenvx/dotenvx/-/dotenvx-1.44.1.tgz#96f9651d138b9832ff4c945ab55daa7be22d95c4" + integrity sha512-j1QImCqf/XJmhIjC1OPpgiZV9g370HG9MNT9s/CDwCKsoYzNCPEKK+GfsidahJx7yIlBbm+4dPLlGec+bKn7oA== dependencies: commander "^11.1.0" dotenv "^16.4.5"