diff --git a/package.json b/package.json index d7a8af6..caa324f 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "@types/lodash": "^4.14.172", "date-fns": "^2.28.0", - "dotenv": "^11.0.0", + "dotenv": "^16.0.2", "express": "^4.17.1", "frontbase-formulas": "^0.0.1", "frontbase-server-utils": "^0.0.7", diff --git a/yarn.lock b/yarn.lock index b17df6b..2b8ca19 100644 --- a/yarn.lock +++ b/yarn.lock @@ -261,10 +261,10 @@ diff@^4.0.1: resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d" integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A== -dotenv@^11.0.0: - version "11.0.0" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-11.0.0.tgz#ee37feddf8ada6d348a79e198312d4a8abfd1c1e" - integrity sha512-Fp/b504Y5W+e+FpCxTFMUZ7ZEQkQYF0rx+KZtmwixJxGQbLHrhCwo3FjZgNC8vIfrSi29PABNbMoCGD9YoiXbQ== +dotenv@^16.0.2: + version "16.0.2" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.2.tgz#0b0f8652c016a3858ef795024508cddc4bffc5bf" + integrity sha512-JvpYKUmzQhYoIFgK2MOnF3bciIZoItIIoryihy0rIA+H4Jy0FmgyKYAHCTN98P5ybGSJcIFbh6QKeJdtZd1qhA== ee-first@1.1.1: version "1.1.1"