diff --git a/chat/package.json b/chat/package.json index a5c707251..d54813be4 100644 --- a/chat/package.json +++ b/chat/package.json @@ -13,7 +13,7 @@ "@types/react-virtualized-auto-sizer": "^1.0.1", "@types/react-window": "^1.8.5", "classnames": "^2.3.2", - "dotenv": "^16.0.2", + "dotenv": "^16.0.3", "esbuild": "^0.15.11", "humanize-duration": "^3.27.3", "lodash.clonedeep": "^4.5.0", diff --git a/chat/yarn.lock b/chat/yarn.lock index 1976ac452..c974a952d 100644 --- a/chat/yarn.lock +++ b/chat/yarn.lock @@ -185,10 +185,10 @@ dnd-core@^16.0.1: "@react-dnd/invariant" "^4.0.1" redux "^4.2.0" -dotenv@^16.0.2: - version "16.0.2" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.2.tgz#0b0f8652c016a3858ef795024508cddc4bffc5bf" - integrity sha512-JvpYKUmzQhYoIFgK2MOnF3bciIZoItIIoryihy0rIA+H4Jy0FmgyKYAHCTN98P5ybGSJcIFbh6QKeJdtZd1qhA== +dotenv@^16.0.3: + version "16.0.3" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.3.tgz#115aec42bac5053db3c456db30cc243a5a836a07" + integrity sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ== engine.io-client@~6.2.3: version "6.2.3"