From 2cf46bc1f224457823eaffca9f65cb7ce1ac6627 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jun 2023 20:19:27 +0000 Subject: [PATCH] fix: upgrade dotenv from 16.0.3 to 16.1.3 Snyk has created this PR to upgrade dotenv from 16.0.3 to 16.1.3. See this package in npm: See this project in Snyk: https://app.snyk.io/org/vsodvoqaboshso/project/5293c85e-5d22-4241-a323-ffa0b196f3a5?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4753c07f..e82f7e7a 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@probot/adapter-github-actions": "^3.1.3", "@vercel/edge": "^0.3.4", "chatgpt": "^5", - "dotenv": "^16.0.3", + "dotenv": "^16.1.3", "next": "^13.1.6", "node-fetch": "^3.3.0", "probot": "^12.2.4" diff --git a/yarn.lock b/yarn.lock index 6d36c4ea..cc5a8464 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2102,10 +2102,10 @@ dot-prop@^7.2.0: dependencies: type-fest "^2.11.2" -dotenv@^16.0.3: - version "16.0.3" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.3.tgz#115aec42bac5053db3c456db30cc243a5a836a07" - integrity sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ== +dotenv@^16.1.3: + version "16.3.1" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.3.1.tgz#369034de7d7e5b120972693352a3bf112172cc3e" + integrity sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ== dotenv@^8.2.0: version "8.6.0"