diff --git a/package.json b/package.json index 5cd093f..9536b9a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "dependencies": { - "dotenv": "^16.4.7", + "dotenv": "^17.0.1", "github-profile-status": "^1.0.0", "node-schedule": "^2.1.1" } diff --git a/yarn.lock b/yarn.lock index cca88ba..7120e16 100644 --- a/yarn.lock +++ b/yarn.lock @@ -17,10 +17,10 @@ cross-fetch@2.2.2: node-fetch "2.1.2" whatwg-fetch "2.0.4" -dotenv@^16.4.7: - version "16.4.7" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.7.tgz#0e20c5b82950140aa99be360a8a5f52335f53c26" - integrity sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ== +dotenv@^17.0.1: + version "17.0.1" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-17.0.1.tgz#79bc4d232fadb42a4092685ff1206d31b2a43f95" + integrity sha512-GLjkduuAL7IMJg/ZnOPm9AnWKJ82mSE2tzXLaJ/6hD6DhwGfZaXG77oB8qbReyiczNxnbxQKyh0OE5mXq0bAHA== github-profile-status@^1.0.0: version "1.0.0"