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
Branches
Tags
No related merge requests found
......@@ -15,12 +15,14 @@
"chalk": "^4.1.2",
"dockerode": "^3.3.5",
"dotenv": "^16.3.1",
"dotenv-expand": "^10.0.0",
"fs-extra": "^11.1.1",
"http-status-codes": "^2.2.0",
"json5": "^2.2.3",
"ora": "^5.4.1",
"tar-stream": "^3.1.6",
"winston": "^3.10.0"
"winston": "^3.10.0",
"yaml": "^2.3.2"
},
"bin": {
"dirmanager": "dist/app.js"
......@@ -1450,6 +1452,14 @@
"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": {
"version": "1.25.0",
"resolved": "https://registry.npmjs.org/dotenv-vault/-/dotenv-vault-1.25.0.tgz",
......@@ -3718,6 +3728,14 @@
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
"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": {
"version": "16.2.0",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
......
......@@ -34,12 +34,14 @@
"chalk" : "^4.1.2",
"dockerode" : "^3.3.5",
"dotenv" : "^16.3.1",
"dotenv-expand" : "^10.0.0",
"fs-extra" : "^11.1.1",
"http-status-codes": "^2.2.0",
"json5" : "^2.2.3",
"ora" : "^5.4.1",
"tar-stream" : "^3.1.6",
"winston" : "^3.10.0"
"winston" : "^3.10.0",
"yaml" : "^2.3.2"
},
"devDependencies": {
"@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