diff --git a/package.json b/package.json index 6548ab6d..94383b4e 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@typescript-eslint/eslint-plugin": "^6.0.0", "@valora/eslint-config-typescript": "^0.0.1", "@valora/prettier-config": "^0.0.1", - "dotenv": "^16.4.5", + "dotenv": "^16.4.6", "eslint": "^8.25.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-react": "^7.31.10", diff --git a/yarn.lock b/yarn.lock index 484fb744..e16501cc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2460,10 +2460,10 @@ domexception@^2.0.1: dependencies: webidl-conversions "^5.0.0" -dotenv@^16.4.5: - version "16.4.5" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.5.tgz#cdd3b3b604cb327e286b4762e13502f717cb099f" - integrity sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg== +dotenv@^16.4.6: + version "16.4.7" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.7.tgz#0e20c5b82950140aa99be360a8a5f52335f53c26" + integrity sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ== ee-first@1.1.1: version "1.1.1"