Skip to content

Commit 76ad5d9

Browse files
fix(deps): update dependency dotenv to v16.4.4 (#13)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d041bd7 commit 76ad5d9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dev": "node index.js"
66
},
77
"dependencies": {
8-
"dotenv": "16.3.1",
8+
"dotenv": "16.4.4",
99
"express": "4.18.2",
1010
"resend": "latest"
1111
},

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -208,10 +208,10 @@ domutils@^3.0.1:
208208
domelementtype "^2.3.0"
209209
domhandler "^5.0.3"
210210

211-
dotenv@16.3.1:
212-
version "16.3.1"
213-
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.3.1.tgz#369034de7d7e5b120972693352a3bf112172cc3e"
214-
integrity sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==
211+
dotenv@16.4.4:
212+
version "16.4.4"
213+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.4.tgz#a26e7bb95ebd36272ebb56edb80b826aecf224c1"
214+
integrity sha512-XvPXc8XAQThSjAbY6cQ/9PcBXmFoWuw1sQ3b8HqUCR6ziGXjkTi//kB9SWa2UwqlgdAIuRqAa/9hVljzPehbYg==
215215

216216
editorconfig@^0.15.3:
217217
version "0.15.3"

0 commit comments

Comments
 (0)