From 548f80ccce370c9caf193d69ab7f3f875fa79dd8 Mon Sep 17 00:00:00 2001 From: Niko Sams Date: Thu, 19 Jan 2023 13:29:56 +0100 Subject: [PATCH] Update to latest stable dotenv-expand version (#83) --- package.json | 2 +- yarn.lock | 13 +++++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0ad7ed2..eff7379 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dependencies": { "cross-spawn": "^7.0.3", "dotenv": "^16.0.0", - "dotenv-expand": "^8.0.1", + "dotenv-expand": "^10.0.0", "minimist": "^1.2.6" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index c38e7e2..ae4e1df 100644 --- a/yarn.lock +++ b/yarn.lock @@ -268,10 +268,10 @@ doctrine@^3.0.0: dependencies: esutils "^2.0.2" -dotenv-expand@^8.0.1: - version "8.0.1" - resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-8.0.1.tgz#332aa17c14b12e28e2e230f8d183eecc1c014fdc" - integrity sha512-j/Ih7bIERDR5PzI89Zu8ayd3tXZ6E3dbY0ljQ9Db0K87qBO8zdLsi2dIvDHMWtjC3Yxb8XixOTHAtia0fDHRpg== +dotenv-expand@^10.0.0: + version "10.0.0" + resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-10.0.0.tgz#12605d00fb0af6d0a592e6558585784032e4ef37" + integrity sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A== dotenv@^16.0.0: version "16.0.0" @@ -987,6 +987,11 @@ minimist@^1.2.5: resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44" integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q== +minimist@^1.2.6: + version "1.2.7" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.7.tgz#daa1c4d91f507390437c6a8bc01078e7000c4d18" + integrity sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g== + ms@2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"