Skip to content
Snippets Groups Projects
Commit effd23e0 authored by michael.minelli's avatar michael.minelli
Browse files

Package => Add yaml and dotenv-expand dependencies

parent ebc21d2e
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
"chalk": "^4.1.2", "chalk": "^4.1.2",
"dockerode": "^3.3.5", "dockerode": "^3.3.5",
"dotenv": "^16.3.1", "dotenv": "^16.3.1",
"dotenv-expand": "^10.0.0",
"fs-extra": "^11.1.1", "fs-extra": "^11.1.1",
"http-status-codes": "^2.2.0", "http-status-codes": "^2.2.0",
"json5": "^2.2.3", "json5": "^2.2.3",
...@@ -1450,6 +1451,14 @@ ...@@ -1450,6 +1451,14 @@
"url": "https://github.com/motdotla/dotenv?sponsor=1" "url": "https://github.com/motdotla/dotenv?sponsor=1"
} }
}, },
"node_modules/dotenv-expand": {
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-10.0.0.tgz",
"integrity": "sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==",
"engines": {
"node": ">=12"
}
},
"node_modules/dotenv-vault": { "node_modules/dotenv-vault": {
"version": "1.25.0", "version": "1.25.0",
"resolved": "https://registry.npmjs.org/dotenv-vault/-/dotenv-vault-1.25.0.tgz", "resolved": "https://registry.npmjs.org/dotenv-vault/-/dotenv-vault-1.25.0.tgz",
......
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
"chalk" : "^4.1.2", "chalk" : "^4.1.2",
"dockerode" : "^3.3.5", "dockerode" : "^3.3.5",
"dotenv" : "^16.3.1", "dotenv" : "^16.3.1",
"dotenv-expand" : "^10.0.0",
"fs-extra" : "^11.1.1", "fs-extra" : "^11.1.1",
"http-status-codes": "^2.2.0", "http-status-codes": "^2.2.0",
"json5" : "^2.2.3", "json5" : "^2.2.3",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment