From 573069f42d8a54013d0f841f36ef1cb3ec75f0ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 12:26:15 +0000 Subject: [PATCH] Bump dotenv from 8.2.0 to 16.0.3 Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.2.0 to 16.0.3. - [Release notes](https://github.com/motdotla/dotenv/releases) - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v8.2.0...v16.0.3) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0ab827b..7abb0f9 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "babel-jest": "^27.5.1", "core-js": "^3.9.1", "csv-parse": "^4.16.0", - "dotenv": "^8.2.0", + "dotenv": "^16.0.3", "eslint": "^6.8.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^10.0.0", diff --git a/yarn.lock b/yarn.lock index 9e25f9b..e6a58b2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4653,6 +4653,11 @@ 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@^16.0.3: + version "16.0.3" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.3.tgz#115aec42bac5053db3c456db30cc243a5a836a07" + integrity sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ== + dotenv@^8.2.0: version "8.2.0" resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a"