From 7d377202f0999ca90f05d53fb5ebef93745ec1cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 20:43:30 +0000 Subject: [PATCH] chore(deps): update dependency dotenv to v16 --- package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 23f8a30..3a6ea3c 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": "^16.4.7", "normalize.css": "^8.0.1", "nuxt-start": "^2.14.3" }, diff --git a/yarn.lock b/yarn.lock index 3daeae8..3676971 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3212,6 +3212,11 @@ dot-prop@^4.1.1: dependencies: is-obj "^1.0.0" +dotenv@^16.4.7: + version "16.4.7" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.7.tgz#0e20c5b82950140aa99be360a8a5f52335f53c26" + integrity sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ== + dotenv@^8.2.0: version "8.2.0" resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a"