From c59cb94d408d1e902cb48b62e9e3608d05d0aff7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 04:08:31 +0000 Subject: [PATCH] build(deps): bump dotenv from 10.0.0 to 16.0.2 Bumps [dotenv](https://github.com/motdotla/dotenv) from 10.0.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/v10.0.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 210bfe63..5ce49be7 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "@nivo/line": "^0.73.0", "algoliasearch": "4.13.1", "axios": "0.27.2", - "dotenv": "10.0.0", + "dotenv": "16.0.2", "file-saver": "2.0.5", "gatsby": "^3.14.6", "gatsby-link": "3.14.0", diff --git a/yarn.lock b/yarn.lock index 78531315..e0969820 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6437,10 +6437,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@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.2.0: version "8.6.0"