From 810e758df37886f0955fcd416b3feafac1848ce1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 04:15:17 +0000 Subject: [PATCH] Bump dotenv from 14.3.2 to 15.0.0 (#357) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ceac44f..e8788a6 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "babel-loader": "^8.2.3", "babel-plugin-transform-inline-environment-variables": "^0.4.3", "css-loader": "^5.2.7", - "dotenv": "^14.3.2", + "dotenv": "^15.0.0", "express": "^4.17.2", "fs-extra": "^10.0.0", "get-port": "^5.1.1", diff --git a/yarn.lock b/yarn.lock index a1eb56c..071e1dd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4541,10 +4541,10 @@ dotenv-expand@^5.1.0: resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-5.1.0.tgz#3fbaf020bfd794884072ea26b1e9791d45a629f0" integrity sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA== -dotenv@^14.3.2: - version "14.3.2" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-14.3.2.tgz#7c30b3a5f777c79a3429cb2db358eef6751e8369" - integrity sha512-vwEppIphpFdvaMCaHfCEv9IgwcxMljMw2TnAQBB4VWPvzXQLTb82jwmdOKzlEVUL3gNFT4l4TPKO+Bn+sqcrVQ== +dotenv@^15.0.0: + version "15.0.0" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-15.0.0.tgz#2a585639429bf2c2c62f387f0fffde9c75aafde0" + integrity sha512-/l1sXXm79ry34KwwS0y4oVZjB468iw/6u9g1W26dtexKcIJAnVL2pMF+hxQwzZ7LutxOwEgtym9eIxvX33CMKg== dotenv@^5.0.0: version "5.0.1"