From e8dfbd4aad822a018193565c464143ca26166b47 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 11:24:58 +0000 Subject: [PATCH] chore(deps): bump dotenv from 8.6.0 to 10.0.0 Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.6.0 to 10.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/v8.6.0...v10.0.0) 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 a833bff..9cd30bc 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@tailwindcss/typography": "^0.3.0", "autoprefixer": "^9.8.6", "cssnano": "^4.1.10", - "dotenv": "^8.2.0", + "dotenv": "^10.0.0", "eleventy-plugin-lazyimages": "^2.0.1", "eleventy-plugin-reading-time": "0.0.1", "html-minifier": "^4.0.0",