From 29bf605d45dc094edb666064f2084fcec46e4d6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 04:10:43 +0000 Subject: [PATCH] build(deps): bump dotenv from 10.0.0 to 14.2.0 Bumps [dotenv](https://github.com/motdotla/dotenv) from 10.0.0 to 14.2.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/v10.0.0...v14.2.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 69d3b8fd8..eb3a9dbeb 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "@nivo/line": "^0.73.0", "algoliasearch": "4.11.0", "axios": "0.23.0", - "dotenv": "10.0.0", + "dotenv": "14.2.0", "file-saver": "2.0.5", "gatsby": "^3.14.5", "gatsby-link": "3.14.0", diff --git a/yarn.lock b/yarn.lock index 867dee485..a203fb30b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6331,10 +6331,10 @@ dot-prop@^5.1.0, dot-prop@^5.2.0: dependencies: is-obj "^2.0.0" -dotenv@10.0.0: - version "10.0.0" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-10.0.0.tgz#3d4227b8fb95f81096cdd2b66653fb2c7085ba81" - integrity sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q== +dotenv@14.2.0: + version "14.2.0" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-14.2.0.tgz#7e77fd5dd6cff5942c4496e1acf2d0f37a9e67aa" + integrity sha512-05POuPJyPpO6jqzTNweQFfAyMSD4qa4lvsMOWyTRTdpHKy6nnnN+IYWaXF+lHivhBH/ufDKlR4IWCAN3oPnHuw== dotenv@^8.2.0: version "8.6.0"