diff --git a/package.json b/package.json index 1d8d94c..6f45234 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@typescript-eslint/parser": "^4.26.1", "babel-eslint": "^10.1.0", "cpy-cli": "^4.1.0", - "dotenv": "^8.2.0", + "dotenv": "^16.3.1", "eslint": "^7.7.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-jest": "^23.20.0", diff --git a/yarn.lock b/yarn.lock index af8e533..429b13f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2333,7 +2333,12 @@ domexception@^2.0.1: dependencies: webidl-conversions "^5.0.0" -dotenv@^8.1.0, dotenv@^8.2.0: +dotenv@^16.3.1: + version "16.3.1" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.3.1.tgz#369034de7d7e5b120972693352a3bf112172cc3e" + integrity sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ== + +dotenv@^8.1.0: version "8.6.0" resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.6.0.tgz#061af664d19f7f4d8fc6e4ff9b584ce237adcb8b" integrity sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==