From ee896b70c1322c5699223e8bb47db9ac11490a83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 07:37:49 -0700 Subject: [PATCH] build(deps-dev): Bump dotenv from 16.1.3 to 16.1.4 in /docs (#1939) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs/package.json | 2 +- docs/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/package.json b/docs/package.json index 9559a0f513..3027bf0909 100644 --- a/docs/package.json +++ b/docs/package.json @@ -18,7 +18,7 @@ }, "license": "MIT", "devDependencies": { - "dotenv": "^16.1.3", + "dotenv": "^16.1.4", "vuepress": "^1.9.2" } } diff --git a/docs/yarn.lock b/docs/yarn.lock index b338215c8b..c31e18e9bf 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -3279,10 +3279,10 @@ dot-prop@^5.2.0: dependencies: is-obj "^2.0.0" -dotenv@^16.1.3: - version "16.1.3" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.1.3.tgz#0c67e90d0ddb48d08c570888f709b41844928210" - integrity sha512-FYssxsmCTtKL72fGBSvb1K9dRz0/VZeWqFme/vSb7r7323x4CRaHu4LvQ5JG3+s6yt2YPbBrkpiEODktfyjI9A== +dotenv@^16.1.4: + version "16.1.4" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.1.4.tgz#67ac1a10cd9c25f5ba604e4e08bc77c0ebe0ca8c" + integrity sha512-m55RtE8AsPeJBpOIFKihEmqUcoVncQIwo7x9U8ZwLEZw9ZpXboz2c+rvog+jUaJvVrZ5kBOeYQBX5+8Aa/OZQw== duplexer3@^0.1.4: version "0.1.4"