From fba396e6b2a71929e61ff424febaabeb77e1a3e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 04:04:39 +0000 Subject: [PATCH] Bump dotenv from 16.0.2 to 16.0.3 Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.0.2 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/v16.0.2...v16.0.3) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 526d692..af949de 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "axios": "^0.27.2", "body-parser": "^1.20.0", "colors": "^1.4.0", - "dotenv": "^16.0.2", + "dotenv": "^16.0.3", "eslint-config-google": "^0.14.0", "express": "^4.18.1", "google-spreadsheet": "^3.3.0", diff --git a/yarn.lock b/yarn.lock index 5af6652..5eb864e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -497,10 +497,10 @@ doctrine@^3.0.0: dependencies: esutils "^2.0.2" -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== ecdsa-sig-formatter@1.0.11, ecdsa-sig-formatter@^1.0.11: version "1.0.11"