Skip to content

Commit 3c025dc

Browse files
chore(deps): update dependency dotenv-cli to v10
1 parent 58df2b6 commit 3c025dc

File tree

2 files changed

+64
-18
lines changed

2 files changed

+64
-18
lines changed

advanced/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"devDependencies": {
1414
"@types/bcryptjs": "2.4.6",
1515
"@types/node": "10.17.60",
16-
"dotenv-cli": "1.4.0",
16+
"dotenv-cli": "10.0.0",
1717
"nodemon": "1.19.4",
1818
"prisma": "1.34.12",
1919
"rimraf": "2.7.1",

advanced/yarn.lock

Lines changed: 63 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -497,13 +497,6 @@ create-error-class@^3.0.0:
497497
dependencies:
498498
capture-stack-trace "^1.0.0"
499499

500-
cross-spawn@^4.0.0:
501-
version "4.0.2"
502-
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-4.0.2.tgz#7b9247621c23adfdd3856004a823cbe397424d41"
503-
dependencies:
504-
lru-cache "^4.0.1"
505-
which "^1.2.9"
506-
507500
cross-spawn@^5.0.1:
508501
version "5.1.0"
509502
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449"
@@ -512,6 +505,15 @@ cross-spawn@^5.0.1:
512505
shebang-command "^1.2.0"
513506
which "^1.2.9"
514507

508+
cross-spawn@^7.0.6:
509+
version "7.0.6"
510+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
511+
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
512+
dependencies:
513+
path-key "^3.1.0"
514+
shebang-command "^2.0.0"
515+
which "^2.0.1"
516+
515517
crypto-random-string@^1.0.0:
516518
version "1.0.0"
517519
resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-1.0.0.tgz#a230f64f568310e1498009940790ec99545bca7e"
@@ -598,17 +600,32 @@ dot-prop@^4.1.0:
598600
dependencies:
599601
is-obj "^1.0.0"
600602

601-
dotenv-cli@1.4.0:
602-
version "1.4.0"
603-
resolved "https://registry.yarnpkg.com/dotenv-cli/-/dotenv-cli-1.4.0.tgz#e8e80830ed88b48a03b5eb7ec26147ca717f7409"
603+
dotenv-cli@10.0.0:
604+
version "10.0.0"
605+
resolved "https://registry.yarnpkg.com/dotenv-cli/-/dotenv-cli-10.0.0.tgz#b8edf89a2d24eb344d9d9b96be09de1b4b7882ac"
606+
integrity sha512-lnOnttzfrzkRx2echxJHQRB6vOAMSCzzZg79IxpC00tU42wZPuZkQxNNrrwVAxaQZIIh001l4PxVlCrBxngBzA==
604607
dependencies:
605-
cross-spawn "^4.0.0"
606-
dotenv "^4.0.0"
607-
minimist "^1.1.3"
608+
cross-spawn "^7.0.6"
609+
dotenv "^17.1.0"
610+
dotenv-expand "^11.0.0"
611+
minimist "^1.2.6"
608612

609-
dotenv@^4.0.0:
610-
version "4.0.0"
611-
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-4.0.0.tgz#864ef1379aced55ce6f95debecdce179f7a0cd1d"
613+
dotenv-expand@^11.0.0:
614+
version "11.0.7"
615+
resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-11.0.7.tgz#af695aea007d6fdc84c86cd8d0ad7beb40a0bd08"
616+
integrity sha512-zIHwmZPRshsCdpMDyVsqGmgyP0yT8GAgXUnkdAoJisxvf33k7yO6OuoKmcTGuXPWSsm8Oh88nZicRLA9Y0rUeA==
617+
dependencies:
618+
dotenv "^16.4.5"
619+
620+
dotenv@^16.4.5:
621+
version "16.6.1"
622+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.6.1.tgz#773f0e69527a8315c7285d5ee73c4459d20a8020"
623+
integrity sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==
624+
625+
dotenv@^17.1.0:
626+
version "17.2.2"
627+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-17.2.2.tgz#4010cfe1c2be4fc0f46fd3d951afb424bc067ac6"
628+
integrity sha512-Sf2LSQP+bOlhKWWyhFsn0UsfdK/kCWRv1iuA2gXAwt3dyNabr6QSj00I2V10pidqz69soatm9ZwZvpQMTIOd5Q==
612629

613630
duplexer3@^0.1.4:
614631
version "0.1.4"
@@ -1423,10 +1440,15 @@ minimist@0.0.8:
14231440
version "0.0.8"
14241441
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
14251442

1426-
minimist@^1.1.3, minimist@^1.2.0:
1443+
minimist@^1.2.0:
14271444
version "1.2.0"
14281445
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
14291446

1447+
minimist@^1.2.6:
1448+
version "1.2.8"
1449+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
1450+
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
1451+
14301452
minipass@^2.2.1, minipass@^2.3.4:
14311453
version "2.3.5"
14321454
resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.3.5.tgz#cacebe492022497f656b0f0f51e2682a9ed2d848"
@@ -1668,6 +1690,11 @@ path-key@^2.0.0:
16681690
version "2.0.1"
16691691
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
16701692

1693+
path-key@^3.1.0:
1694+
version "3.1.1"
1695+
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
1696+
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
1697+
16711698
path-to-regexp@0.1.7:
16721699
version "0.1.7"
16731700
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -1914,10 +1941,22 @@ shebang-command@^1.2.0:
19141941
dependencies:
19151942
shebang-regex "^1.0.0"
19161943

1944+
shebang-command@^2.0.0:
1945+
version "2.0.0"
1946+
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
1947+
integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
1948+
dependencies:
1949+
shebang-regex "^3.0.0"
1950+
19171951
shebang-regex@^1.0.0:
19181952
version "1.0.0"
19191953
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
19201954

1955+
shebang-regex@^3.0.0:
1956+
version "3.0.0"
1957+
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
1958+
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
1959+
19211960
signal-exit@^3.0.0, signal-exit@^3.0.2:
19221961
version "3.0.2"
19231962
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
@@ -2238,6 +2277,13 @@ which@^1.2.9:
22382277
dependencies:
22392278
isexe "^2.0.0"
22402279

2280+
which@^2.0.1:
2281+
version "2.0.2"
2282+
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
2283+
integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
2284+
dependencies:
2285+
isexe "^2.0.0"
2286+
22412287
wide-align@^1.1.0:
22422288
version "1.1.3"
22432289
resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457"

0 commit comments

Comments
 (0)