From 7f135e7f9eb8efb1405a1e5ef012065995432304 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 23:15:08 +0000 Subject: [PATCH] Bump dotenv from 8.2.0 to 16.0.3 in /web Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.2.0 to 16.0.3. - [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.3) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- web/package.json | 2 +- web/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package.json b/web/package.json index 0d7b766..37a89d7 100644 --- a/web/package.json +++ b/web/package.json @@ -13,7 +13,7 @@ "dependencies": { "bcryptjs": "^2.4.3", "cookie-parser": "^1.4.5", - "dotenv": "^8.2.0", + "dotenv": "^16.0.3", "ejs": "^3.1.6", "express": "^4.17.1", "jsonwebtoken": "^8.5.1", diff --git a/web/yarn.lock b/web/yarn.lock index 1ccd9ff..23fe1b1 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -257,10 +257,10 @@ devtools-protocol@0.0.847576: resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.847576.tgz#2f201bfb68aa9ef4497199fbd7f5d5dfde3b200b" integrity sha512-0M8kobnSQE0Jmly7Mhbeq0W/PpZfnuK+WjN2ZRVPbGqYwCHCioAVp84H0TcLimgECcN5H976y5QiXMGBC9JKmg== -dotenv@^8.2.0: - version "8.2.0" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a" - integrity sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw== +dotenv@^16.0.3: + version "16.0.3" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.3.tgz#115aec42bac5053db3c456db30cc243a5a836a07" + integrity sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ== ecdsa-sig-formatter@1.0.11: version "1.0.11"