From 18a5a533edcb64a00e0ed8b627d87cc35be5bd23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Feb 2022 22:38:26 +0000 Subject: [PATCH] build(deps): bump dotenv from 14.1.0 to 16.0.0 Bumps [dotenv](https://github.com/motdotla/dotenv) from 14.1.0 to 16.0.0. - [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.0) --- 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..8d33ec3 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.0", "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..ec170d2 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.0: + version "16.0.0" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.0.tgz#c619001253be89ebb638d027b609c75c26e47411" + integrity sha512-qD9WU0MPM4SWLPJy/r2Be+2WgQj8plChsyrCNQzW/0WjvcJQiKQJ9mH3ZgB3fxbUUxgc/11ZJ0Fi5KiimWGz2Q== dotenv@^8.0.0, dotenv@^8.6.0: version "8.6.0"