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

Package => Add yaml and dotenv-expand dependencies

parent ec814edf
No related branches found
No related tags found
No related merge requests found
...@@ -15,12 +15,14 @@ ...@@ -15,12 +15,14 @@
"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",
"ora": "^5.4.1", "ora": "^5.4.1",
"tar-stream": "^3.1.6", "tar-stream": "^3.1.6",
"winston": "^3.10.0" "winston": "^3.10.0",
"yaml": "^2.3.2"
}, },
"bin": { "bin": {
"dirmanager": "dist/app.js" "dirmanager": "dist/app.js"
...@@ -1450,6 +1452,14 @@ ...@@ -1450,6 +1452,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",
...@@ -3718,6 +3728,14 @@ ...@@ -3718,6 +3728,14 @@
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
"dev": true "dev": true
}, },
"node_modules/yaml": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.2.tgz",
"integrity": "sha512-N/lyzTPaJasoDmfV7YTrYCI0G/3ivm/9wdG0aHuheKowWQwGTsK0Eoiw6utmzAnI6pkJa0DUVygvp3spqqEKXg==",
"engines": {
"node": ">= 14"
}
},
"node_modules/yargs": { "node_modules/yargs": {
"version": "16.2.0", "version": "16.2.0",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
......
...@@ -34,12 +34,14 @@ ...@@ -34,12 +34,14 @@
"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",
"ora" : "^5.4.1", "ora" : "^5.4.1",
"tar-stream" : "^3.1.6", "tar-stream" : "^3.1.6",
"winston" : "^3.10.0" "winston" : "^3.10.0",
"yaml" : "^2.3.2"
}, },
"devDependencies": { "devDependencies": {
"@types/dockerode" : "^3.3.19", "@types/dockerode" : "^3.3.19",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment