diff --git a/package.json b/package.json index 23f8a30..389fd9c 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.4", "normalize.css": "^8.0.1", "nuxt-start": "^2.14.3" }, diff --git a/yarn.lock b/yarn.lock index 3daeae8..1e34cf9 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.4: + version "17.2.4" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-17.2.4.tgz#b5a0e2f015e0be287a5330a90bf0e804606504c2" + integrity sha512-mudtfb4zRB4bVvdj0xRo+e6duH1csJRM8IukBqfTRvHotn9+LBXB8ynAidP9zHqoRC/fsllXgk4kCKlR21fIhw== + dotenv@^8.2.0: version "8.2.0" resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a"