From 058943eb744aa05e806cc75dd2de4e9ae2ecb3f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Feb 2022 00:10:31 +0000 Subject: [PATCH] fix(deps): bump dotenv from 8.2.0 to 16.0.0 Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.2.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/v8.2.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 | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c06908..29eb17b 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "bootstrap": "^4.5.2", "bootstrap-vue": "^2.17.3", "core-js": "^3.6.5", - "dotenv": "^8.2.0", + "dotenv": "^16.0.0", "express": "^4.17.1", "lodash": "^4.17.20", "microsoft-cognitiveservices-speech-sdk": "^1.14.1", diff --git a/yarn.lock b/yarn.lock index 490df99..0bfe17f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3348,6 +3348,11 @@ dot-prop@^5.2.0: dependencies: is-obj "^2.0.0" +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.2.0: version "8.2.0" resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a"