From 55acb2f8b650fae449aaca1a7d8b9476fcdd1696 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 06:49:32 +0000 Subject: [PATCH] Bump dotenv from 8.6.0 to 9.0.1 Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.6.0 to 9.0.1. - [Release notes](https://github.com/motdotla/dotenv/releases) - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/commits) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e8e74ca..524c9d3 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "babel-plugin-transform-react-pure-class-to-function": "1.0.1", "babel-plugin-transform-react-remove-prop-types": "0.4.24", "core-js": "^3.9.0", - "dotenv": "^8.2.0", + "dotenv": "^9.0.1", "lodash": "4.17.21", "prop-types": "15.7.2", "react": "17.0.2",