Skip to content

Commit 16bce97

Browse files
authored
Bump dotenv to 16.3 or greater (#94)
1 parent c544148 commit 16bce97

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"cross-spawn": "^7.0.3",
11-
"dotenv": "^16.0.0",
11+
"dotenv": "^16.3.0",
1212
"dotenv-expand": "^10.0.0",
1313
"minimist": "^1.2.6"
1414
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -273,10 +273,10 @@ dotenv-expand@^10.0.0:
273273
resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-10.0.0.tgz#12605d00fb0af6d0a592e6558585784032e4ef37"
274274
integrity sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==
275275

276-
dotenv@^16.0.0:
277-
version "16.0.0"
278-
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.0.tgz#c619001253be89ebb638d027b609c75c26e47411"
279-
integrity sha512-qD9WU0MPM4SWLPJy/r2Be+2WgQj8plChsyrCNQzW/0WjvcJQiKQJ9mH3ZgB3fxbUUxgc/11ZJ0Fi5KiimWGz2Q==
276+
dotenv@^16.3.0:
277+
version "16.3.1"
278+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.3.1.tgz#369034de7d7e5b120972693352a3bf112172cc3e"
279+
integrity sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==
280280

281281
emoji-regex@^8.0.0:
282282
version "8.0.0"

0 commit comments

Comments
 (0)