From 046f18a4e80e75a60c7ca89509de7b654335635d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 22:48:58 +0000 Subject: [PATCH] build(deps): bump dotenv from 14.1.0 to 16.0.2 Bumps [dotenv](https://github.com/motdotla/dotenv) from 14.1.0 to 16.0.2. - [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/v14.1.0...v16.0.2) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:production update-type: version-update:semver-major ... 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 1268aa7..d7cae0e 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "axios": "^0.24.0", "axios-rate-limit": "^1.3.0", "babel-plugin-styled-components": "^2.0.2", - "dotenv": "^14.1.0", + "dotenv": "^16.0.2", "gatsby": "^4.5.3", "gatsby-plugin-manifest": "^4.5.2", "gatsby-plugin-offline": "^5.5.2", diff --git a/yarn.lock b/yarn.lock index f82a731..7b6b6f7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8008,10 +8008,10 @@ 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@^14.1.0: - version "14.1.0" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-14.1.0.tgz#66e9c0c448501b006f4dd9f08080c9011c7a5e6c" - integrity sha512-h8V+Yfa8m0YSjf3Rgbno51cxWldb4PEixIJVL55VmW7uAfeLQKiaPrEUiBps+ARK9MeqjJgTf269OMmu6lOODQ== +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@^8.0.0, dotenv@^8.6.0: version "8.6.0"