From 28234564608f66db2fc03719125648cecd55cf88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 23:54:07 +0000 Subject: [PATCH] chore(deps): update dependency dotenv to v17 --- package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 23f8a30..86ac66b 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@nuxtjs/auth": "^4.9.1", "@nuxtjs/axios": "^5.12.2", - "dotenv": "^8.2.0", + "dotenv": "^17.2.3", "normalize.css": "^8.0.1", "nuxt-start": "^2.14.3" }, diff --git a/yarn.lock b/yarn.lock index 3daeae8..5aa000f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3212,6 +3212,11 @@ dot-prop@^4.1.1: dependencies: is-obj "^1.0.0" +dotenv@^17.2.3: + version "17.2.3" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-17.2.3.tgz#ad995d6997f639b11065f419a22fabf567cdb9a2" + integrity sha512-JVUnt+DUIzu87TABbhPmNfVdBDt18BLOWjMUFJMSi/Qqg7NTYtabbvSNJGOJ7afbRuv9D/lngizHtP7QyLQ+9w== + dotenv@^8.2.0: version "8.2.0" resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a"